Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-08 | docs: added Depth format cube textures to GL3.txt list | Brian Paul | |
2011-03-02 | docs: added news item for 7.9.2 and 7.10.1 releases | Ian Romanick | |
2011-03-02 | docs: All links to 7.9.2 and 7.10.1 release notes | Ian Romanick | |
2011-03-02 | docs: Import 7.10.1 release notes from 7.10 branch | Ian Romanick | |
2011-03-02 | docs: Import 7.9.2 release notes from 7.9 branch | Ian Romanick | |
2011-03-01 | egl: Add EGL_WL_bind_wayland_display | Benjamin Franzke | |
2011-02-28 | mesa: remove GL_SGI_texture_color_table support | Brian Paul | |
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 | rgtc: update docs | Dave Airlie | |
2011-02-26 | glx: Adjust the MESA_multithread_makecurrent spec to match implementation. | Eric Anholt | |
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 | mesa: Add new MESA_multithread_makecurrent extension. | Eric Anholt | |
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-17 | docs: updated environment variable list | Brian Paul | |
2011-02-16 | docs: add glsl info | Sam Hocevar | |
2011-02-16 | docs: fix glsl_compiler name | Sam Hocevar | |
2011-02-14 | docs: Fix typo in GL3.txt | Sedat Dilek | |
2011-02-12 | update GL3.txt for GL_EXT_framebuffer_sRGB status | Dave Airlie | |
2011-01-28 | docs: removed VC8 project files | Brian Paul | |
2011-01-27 | docs: update GL3 status | Marek Olšák | |
2011-01-20 | docs: update README.WIN32 per Karl's request | Brian Paul | |
2011-01-16 | docs: add GL_EXT_texture_sRGB_decode to relnotes | Dave Airlie | |
2011-01-15 | docs: document GL_ARB_draw_buffers_blend | Brian Paul | |
2011-01-15 | docs: update GL3.txt status | Brian Paul | |
2011-01-15 | docs: document GL_ARB_instanced_arrays | Brian Paul | |
2011-01-15 | docs: document GL_ARB_draw_instanced | Brian Paul | |
2011-01-14 | docs: skeleton file for 7.11 release notes, add missing links | Brian Paul | |
2011-01-10 | mesa: Remove GLES overlay. | Chia-I Wu | |
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 | egl: Make egl_dri2 and egl_glx built-in drivers. | Chia-I Wu | |
These two drivers are small in size. Making them built-in should simplify packaging. | |||
2011-01-08 | docs: fix messed up names with special characters in relnotes-7.9.1 | Marek Olšák | |
(cherry picked from commit 67aeab0b77fb6be864088e69ea74a010b6543fa1) | |||
2011-01-08 | docs: fix messed up names with special characters in relnotes-7.10 | Marek Olšák | |
(cherry picked from commit 36009724fdd652ab29aa928ba78891afd650e768) | |||
2011-01-07 | docs: Import 7.10 release notes from 7.10 branch | Ian Romanick | |
2011-01-07 | docs: Import 7.9.1 release notes from 7.9 branch | Ian Romanick | |
2011-01-04 | docs: Add an example for EGL_DRIVERS_PATH. | Chia-I Wu | |
EGL_DRIVERS_PATH can be set to test EGL without installation. | |||
2010-12-25 | docs/egl: Update egl.html. | Chia-I Wu | |
Various updates and a new section about packaging. | |||
2010-12-18 | mesa/swrast/st: add ARB_occlusion_query2 support. | Dave Airlie | |
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-11-30 | docs: Fix MESA_drm_image typo | Kristian Høgsberg | |
2010-11-21 | docs: add GL 4.1 status | Marek Olšák | |
2010-11-21 | docs: update some GL 3.0 status | Brian Paul | |
2010-11-17 | mesa: upgrade to glext.h version 66 | Brian Paul | |
The type of the num/count parameter to glProgramParameters4[df]vNV() changed so some API dispatch code needed updates too. | |||
2010-11-10 | docs: Update egl docs. | Chia-I Wu | |
2010-11-02 | egl: Rework _eglGetSearchPath. | Chia-I Wu | |
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-10-29 | docs: Update egl and openvg docs. | Chia-I Wu | |
2010-10-27 | docs: add GL_EXT_separate_shader_objects to release notes | Ian Romanick | |
2010-10-23 | docs: updated GL3 status for primitive restart | Brian Paul | |
2010-10-21 | Merge branch 'primitive-restart-cleanup' | Brian Paul | |
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 | docs: added GL_NV_primitive_restart extension | Brian Paul | |
2010-10-21 | docs: add GL_ARB_texture_rg to release notes | Brian Paul | |
2010-10-21 | docs: update texture red/green support in GL3.txt | Brian Paul | |
2010-10-08 | docs: Update status of GL 3.x related extensions | Ian Romanick | |
2010-10-08 | docs: skeleton for 7.10 release notes | Ian Romanick | |
2010-10-05 | docs: added news item for 7.9 release | Ian Romanick | |
Also fix link to release notes in 7.9-rc1 news item. | |||
2010-10-05 | docs: Import news updates from 7.9 branch | Ian Romanick | |
Partially cherry-picked from commit 61653b488da76ee1ca4f77363e222d3b717dd865 |