Brian Paul
9d20849516
mesa: remove GL_SGI_texture_color_table support
...
It was only implemented in the swrast driver and probably not used by
any applications. A modern app would use a dependent/chained texture
lookup in the fragment shader.
2011-02-28 18:24:30 -07:00
Dave Airlie
e107a3aa08
rgtc: update docs
2011-02-28 13:43:32 +10:00
Eric Anholt
5f889c5bf5
glx: Adjust the MESA_multithread_makecurrent spec to match implementation.
...
This came out of discussion at the office today, and we agreed that
solving this for indirect wasn't really interesting, though the
server-side change would be of a similar level of difficulty.
2011-02-26 12:43:15 -08:00
Eric Anholt
49d7e48b33
mesa: Add new MESA_multithread_makecurrent extension.
...
This extension allows a client to bind one context in multiple threads
simultaneously. It is then up to the client to manage synchronization of
access to the GL, just as normal multithreaded GL from multiple contexts
requires synchronization management to shared objects.
2011-02-26 12:43:15 -08:00
Brian Paul
1bf9954bb4
docs: updated environment variable list
2011-02-17 07:29:20 -07:00
Sam Hocevar
3e8fb54fb8
docs: add glsl info
2011-02-16 17:05:08 -07:00
Sam Hocevar
fde4943688
docs: fix glsl_compiler name
2011-02-16 17:05:08 -07:00
Sedat Dilek
0f912534fd
docs: Fix typo in GL3.txt
2011-02-14 00:45:44 -08:00
Dave Airlie
a6b7393eb8
update GL3.txt for GL_EXT_framebuffer_sRGB status
2011-02-12 18:08:04 +10:00
Brian Paul
e89fc33d7a
docs: removed VC8 project files
2011-01-28 13:40:47 -07:00
Marek Olšák
e0b98cde41
docs: update GL3 status
2011-01-27 21:17:25 +01:00
Brian Paul
af4e2f4665
docs: update README.WIN32 per Karl's request
2011-01-20 18:52:53 -07:00
Dave Airlie
608ccfe316
docs: add GL_EXT_texture_sRGB_decode to relnotes
2011-01-16 12:54:57 +10:00
Brian Paul
3bee900a72
docs: document GL_ARB_draw_buffers_blend
2011-01-15 18:38:46 -07:00
Brian Paul
3dab2b1795
docs: update GL3.txt status
2011-01-15 17:41:43 -07:00
Brian Paul
9473ca356f
docs: document GL_ARB_instanced_arrays
2011-01-15 17:40:56 -07:00
Brian Paul
889f44bc90
docs: document GL_ARB_draw_instanced
2011-01-15 17:37:40 -07:00
Brian Paul
7ff89b030f
docs: skeleton file for 7.11 release notes, add missing links
2011-01-14 17:46:38 -07:00
Chia-I Wu
12583174c5
mesa: Remove GLES overlay.
...
With core mesa doing runtime API checks, GLES overlay is no longer
needed. Make --enable-gles-overlay equivalent to --enable-gles[12].
There may still be places where compile-time checks are done. They
could be fixed case by case.
2011-01-10 11:50:35 +08:00
Chia-I Wu
c98ea26e16
egl: Make egl_dri2 and egl_glx built-in drivers.
...
These two drivers are small in size. Making them built-in should
simplify packaging.
2011-01-10 11:50:34 +08:00
Marek Olšák
aa6456dcd1
docs: fix messed up names with special characters in relnotes-7.9.1
...
(cherry picked from commit 67aeab0b77fb6be864088e69ea74a010b6543fa1)
2011-01-08 03:10:18 +01:00
Marek Olšák
8d61a3f408
docs: fix messed up names with special characters in relnotes-7.10
...
(cherry picked from commit 36009724fdd652ab29aa928ba78891afd650e768)
2011-01-08 03:09:47 +01:00
Ian Romanick
1e1aef567f
docs: Import 7.10 release notes from 7.10 branch
2011-01-07 14:38:23 -08:00
Ian Romanick
46a360b26a
docs: Import 7.9.1 release notes from 7.9 branch
2011-01-07 13:39:40 -08:00
Chia-I Wu
cba7786954
docs: Add an example for EGL_DRIVERS_PATH.
...
EGL_DRIVERS_PATH can be set to test EGL without installation.
2011-01-04 00:54:55 +08:00
Chia-I Wu
65e8f81110
docs/egl: Update egl.html.
...
Various updates and a new section about packaging.
2010-12-25 02:53:49 +08:00
Dave Airlie
ff7aa554a1
mesa/swrast/st: add ARB_occlusion_query2 support.
...
This gets my vote for most pointless extension of all time, I'm guessing
some driver could possibly optimise for this instead of counting it might
just get a true/false, but I'm not really sure.
need this to eventually advertise 3.3 despite its total uselessness.
Signed-off-by: Dave Airlie <airlied@redhat.com >
2010-12-18 17:33:25 +10:00
Kristian Høgsberg
7db49853f0
docs: Fix MESA_drm_image typo
2010-11-30 21:14:50 -05:00
Marek Olšák
2892c8bdbc
docs: add GL 4.1 status
2010-11-21 23:03:58 +01:00
Brian Paul
0ec0f1025d
docs: update some GL 3.0 status
2010-11-21 09:40:28 -07:00
Brian Paul
48af60b465
mesa: upgrade to glext.h version 66
...
The type of the num/count parameter to glProgramParameters4[df]vNV()
changed so some API dispatch code needed updates too.
2010-11-17 20:04:45 -07:00
Chia-I Wu
3418f74a94
docs: Update egl docs.
2010-11-10 01:31:38 +08:00
Chia-I Wu
ad00a92ee7
egl: Rework _eglGetSearchPath.
...
So that the directory part of EGL_DRIVER, if exists, is prepended to the
search path. This commit also adds a sanity check to _eglLog.
2010-11-02 01:37:16 +08:00
Chia-I Wu
c6320c5eb2
docs: Update egl and openvg docs.
2010-10-29 12:11:49 +08:00
Ian Romanick
502943049a
docs: add GL_EXT_separate_shader_objects to release notes
2010-10-27 13:45:29 -07:00
Brian Paul
b4c013307b
docs: updated GL3 status for primitive restart
2010-10-23 10:19:29 -06:00
Brian Paul
69a07be3e5
Merge branch 'primitive-restart-cleanup'
...
Conflicts:
docs/relnotes-7.10.html
This branch is a re-do of the primitive-restart branch with all
the intermediate/temporary stuff cleaned out.
2010-10-21 19:05:47 -06:00
Brian Paul
b2d4dfe5cc
docs: added GL_NV_primitive_restart extension
2010-10-21 19:03:39 -06:00
Brian Paul
13cd611f56
docs: add GL_ARB_texture_rg to release notes
2010-10-21 17:05:36 -06:00
Brian Paul
9ad4589e7e
docs: update texture red/green support in GL3.txt
2010-10-21 17:05:35 -06:00
Ian Romanick
48156b87bc
docs: Update status of GL 3.x related extensions
2010-10-08 14:55:27 -07:00
Ian Romanick
1d3027b507
docs: skeleton for 7.10 release notes
2010-10-08 14:50:34 -07:00
Ian Romanick
b2e52cdf83
docs: added news item for 7.9 release
...
Also fix link to release notes in 7.9-rc1 news item.
2010-10-05 10:07:16 -07:00
Ian Romanick
cdf29c44ed
docs: Import news updates from 7.9 branch
...
Partially cherry-picked from commit 61653b488da76ee1ca4f77363e222d3b717dd865
2010-10-05 10:05:04 -07:00
Ian Romanick
8f32c64bd1
docs: Update mailing lines from sf.net to freedesktop.org
...
(cherry picked from commit c19bc5de961fe5e1f8a17131bcfae3dbcccaca29)
2010-10-05 10:02:30 -07:00
Ian Romanick
13a90e8900
docs: download.html does not need to be updated for each release
...
(cherry picked from commit 41e371e351cc4c77b2b20a545af2dfa2dab253d7)
2010-10-05 10:02:10 -07:00
Ian Romanick
d0981675cc
docs: Import 7.8.x release notes from 7.8 branch.
2010-10-05 10:01:34 -07:00
Ian Romanick
792b0308fc
docs: Import 7.9 release notes from 7.9 branch.
2010-10-05 09:54:41 -07:00
Marek Olšák
57b7300804
update release notes for Gallium
...
I am trying to be exhaustive, but still I might have missed tons of other
changes to Gallium.
(cherry picked from commit 968a9ec76eadf55e8b58171884e1175d7b8cf59a)
Conflicts:
docs/relnotes-7.9.html
2010-10-05 02:56:59 +02:00
Ian Romanick
4d435c400d
docs: Add list of bugs fixed in 7.9
2010-10-04 17:39:48 -07:00