Marek Olšák
acf438f537
vbo: fix glVertexAttribI* functions
...
The functions were broken, because they converted ints to floats.
Now we can finally advertise OpenGL 3.0. ;)
In this commit, the vbo module also tracks the type for each attrib
in addition to the size. It can be one of FLOAT, INT, UNSIGNED_INT.
The little ugliness is the vertex attribs are declared as floats even though
there may be integer values. The code just copies integer values into them
without any conversion.
This implementation passes the glVertexAttribI piglit test which I am going
to commit in piglit soon. The test covers vertex arrays, immediate mode and
display lists.
NOTE: This is a candidate for the stable branches.
Reviewed-by: Brian Paul <brianp@vmware.com >
v2: cosmetic changes as suggested by Brian
2012-11-06 01:13:48 +01:00
Marek Olšák
c9f2af3df7
gallium: expose ARB_map_buffer_alignment on Radeon
...
Reviewed-by: Brian Paul <brianp@vmware.com >
v2: update relnotes-9.1
v3: use align_malloc and align_free for malloced buffers in r300g
v4: document the new CAP in the docs
2012-10-31 01:53:50 +01:00
Andreas Boll
86cd77d0a9
docs: add another fixed bug to mesa 8.0.5 release notes
...
Reported-by: Matt Turner <mattst88@gmail.com >
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com >
2012-10-24 23:59:51 +02:00
Andreas Boll
2574d10398
docs: Add 8.0.5 release notes
...
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com >
2012-10-24 23:51:09 +02:00
Brian Paul
140f1d9207
docs: GL_ARB_texture_storage is supported for all gallium drivers
2012-10-22 15:49:31 -06:00
Andreas Boll
85067d4bab
docs: add note about removal of GL_NV_fragment_program
2012-10-16 21:24:04 +02:00
Eric Anholt
59c4420fac
docs: Add note about removal of GL_NV_vertex_program.
2012-10-15 11:53:24 -07:00
Andreas Boll
f04a6a65cc
docs: start release notes file for 9.1
2012-10-11 19:26:10 +02:00
Andreas Boll
840d8484c0
docs: add missing release date
2012-10-09 17:50:29 +02:00
Andreas Boll
c833d98ff9
docs: update release notes for 9.0
2012-10-09 17:36:41 +02:00
Andreas Boll
3699150d3b
docs: add news item for 9.0 release
...
Reviewed-by: Brian Paul <brianp@vmware.com >
ported manually from
8e73273cb95626d9def012eeb508160e4022ff60
2012-10-09 17:29:37 +02:00
Andreas Boll
b534c39ece
docs: update FAQ
...
Reported-by: Fabio Pedretti <fabio.ped@libero.it >
v2: (Chad Versace <chad.versace@linux.intel.com >)
- Rewrite FAQ - proper place for installing mesa.
v3: fix some typos
Reviewed-by: Chad Versace <chad.versace@linux.intel.com >
2012-10-09 09:00:18 +02:00
Andreas Boll
336cc6499b
docs: add link to the GLSL compiler page
...
This reverts commit 9e0931e355
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-10-03 08:54:12 +02:00
Andreas Boll
d495669965
docs: update shading documentation
...
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-10-03 08:53:46 +02:00
Andreas Boll
48e4eb695a
docs/helpwanted: cleanup todo list links
...
split into common and driver specific To-Do lists
add an explanation for each To-Do list
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-10-02 15:44:34 +02:00
Andreas Boll
1f38fb2697
docs: document how to apply a candidate to a stable branch
...
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-10-02 15:44:28 +02:00
Andreas Boll
f07784d9ba
docs: document how to mark a candidate for a stable branch
...
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-10-02 15:44:00 +02:00
Matt Turner
814345f54b
build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
2012-10-01 15:23:04 -07:00
Jordan Justen
00905dbf19
mesa: allow MESA_GL_VERSION_OVERRIDE to override the API type
...
Change the format to MAJOR.MINOR[FC]
For example: 2.1, 3.0FC, 3.1
The FC suffix indicates a forward compatible context, and
is only valid for versions >= 3.0.
Examples:
2.1: GL Legacy/Compatibility context
3.0: GL Legacy/Compatibility context
3.0FC: GL Core Profile context + Forward Compatible
3.1: GL Core Profile context
3.1FC: GL Core Profile context + Forward Compatible
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com >
Reviewed-by: Chad Versace <chad.versace@linux.intel.com >
Reviewed-by: Eric Anholt <eric@anholt.net >
2012-09-28 16:15:51 -07:00
Marek Olšák
60e610e042
docs: fixup GL4.3 TODO list
...
From the OpenGL Registry:
"2012/08/13: specs named GL_ARB_debug_group, GL_ARB_debug_label, and
GL_ARB_debug_output2 were published in error during the initial OpenGL 4.3
release. All functionality in these documents was combined into
the extension GL_KHR_debug. They have been withdrawn from the registry,
and a few other extensions were renumbered to avoid holes in the numbering
scheme."
2012-09-23 17:19:52 +02:00
Andreas Boll
8504f18c3d
docs: update some more FAQs
...
v2: remove mention of XFree86
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:37 +02:00
Andreas Boll
0188b9371f
docs: remove utility.html
...
This page is very old and some of the links are dead.
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:37 +02:00
Andreas Boll
19195781c8
docs: remove science.html
...
This page is very old and some of the links are dead.
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:37 +02:00
Andreas Boll
19fe84d8df
docs: remove modelers.html
...
This page is very old and some of the links are dead.
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:36 +02:00
Andreas Boll
ca6ff299c5
docs: remove libraries.html
...
This page is very old and some of the links are dead.
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:36 +02:00
Andreas Boll
b1c75e7257
docs: remove games.html
...
This page is very old and some of the links are dead.
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:36 +02:00
Andreas Boll
9e2af606b6
docs/contents: add autoconf.html link
...
make it easier to find the docs/autoconf.html site
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:36 +02:00
Andreas Boll
7b314b3b14
docs: convert last traces of progs to mesa/demos repository
...
v2: fix typo
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:36 +02:00
Andreas Boll
356a73145e
docs: add IRC info
...
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:36 +02:00
Andreas Boll
76d4f9e404
docs/egl: improve markup
...
replace unordered list <ul> with defined list <dl>
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:36 +02:00
Andreas Boll
63eade4b60
docs/autoconf: improve markup
...
replace unordered list <ul> with defined list <dl>
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:36 +02:00
Andreas Boll
ab06629d5d
docs/autoconf: remove obsolete demo options
...
removed with commit 56c3cce2a1
two years ago
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:36 +02:00
Andreas Boll
d61707d0f8
docs: improve quality of gears.png
...
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-20 20:00:36 +02:00
Andreas Boll
5abb1f8bde
docs: update faq
2012-09-19 18:23:45 +02:00
Andreas Boll
0aad2e400c
docs: update sourcetree
...
- add OpenCL state tracker Clover
- add XvMC state tracker
- remove progs
directory got moved into its own repository mesa/demos
- remove vf
directory removed with abda64efce
2012-09-19 18:23:45 +02:00
Andreas Boll
7a40dc1992
docs: remove obsolete r300c traces
2012-09-19 18:23:45 +02:00
Brian Paul
7c8c90c4e4
docs: fix "Cppyright" typo
2012-09-19 10:01:04 -06:00
Andreas Boll
a73c59b7a6
docs: remove obsolete target attribute
2012-09-19 17:15:48 +02:00
Andreas Boll
7b09254883
docs: news.html is the new index.html
2012-09-19 17:15:47 +02:00
Andreas Boll
ac5cee934f
docs: remove obsolete frame layout
2012-09-19 17:15:47 +02:00
Andreas Boll
b5da52ac58
docs: add new iframe layout
2012-09-19 17:15:47 +02:00
Andreas Boll
ad05f2e429
docs/news: linkify some active links
2012-09-19 17:15:45 +02:00
Andreas Boll
cc7eea955a
docs/news: deactivate dead links
...
I have left the links as <code> elements for the purpose of
documentation.
2012-09-19 17:15:39 +02:00
Andreas Boll
6e0c2702e3
docs/news: drop redundant link
2012-09-19 17:15:34 +02:00
Andreas Boll
9ddf74d443
docs/news: update link
2012-09-19 17:15:31 +02:00
Andreas Boll
83937a2c0f
docs/news: remove link to a non-existent page
2012-09-19 17:15:24 +02:00
Andreas Boll
6fb8aeb2c5
docs: fix some issues in relnotes
...
improve markup
fix link to relnotes-9.0
add missing relnotes links
2012-09-19 12:12:38 +02:00
Andreas Boll
abb1c847ac
docs/devinfo: fix typo
2012-09-19 12:10:32 +02:00
Andreas Boll
88c3647e0b
docs: drop obsolete sourceforge link
...
Signed-off-by: Brian Paul <brianp@vmware.com >
2012-09-18 08:32:50 -06:00
Andreas Boll
99f14bc789
docs: remove obsolete mesa subset documentation
...
Reviewed-by: Brian Paul <brianp@vmware.com >
2012-09-17 10:34:12 -06:00