Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: upgrade wglext.h to version 22 | Brian Paul | 2010-09-14 | 1 | -0/+1 |
| | |||||
* | mesa: upgrade glxext.h to version 32 | Brian Paul | 2010-09-14 | 1 | -0/+1 |
| | |||||
* | mesa: update to version 64 of GL/glext.h | Brian Paul | 2010-09-14 | 1 | -0/+1 |
| | | | | | | A number of other files had to be updated as well because const qualifiers were added to the glMultiDrawArrays() function. Also, GL_FIXED is now defined in glext.h. | ||||
* | docs: Update egl.html. | Chia-I Wu | 2010-09-09 | 1 | -2/+10 |
| | | | | | Mention that EGL_DRIVERS_PATH should be specified for uninstalled build. Update TODOs. | ||||
* | docs: update news.html with 7.8.2 release info | Brian Paul | 2010-08-26 | 1 | -0/+8 |
| | |||||
* | docs: remove links to tungstengraphics.com, and misc updates | Brian Paul | 2010-08-26 | 4 | -29/+18 |
| | |||||
* | docs: remove link to old memory.html page | Brian Paul | 2010-08-26 | 1 | -1/+0 |
| | |||||
* | egl: Add EGL_MESA_drm_image extension | Kristian Høgsberg | 2010-08-25 | 1 | -0/+149 |
| | | | | Create EGLImages from DRM buffer handles. | ||||
* | docs: updated info about GLSL compiler | Brian Paul | 2010-08-24 | 1 | -146/+44 |
| | | | | Ian or Eric should review this and add/edit as needed. | ||||
* | docs: list the new GLSL compiler | Brian Paul | 2010-08-24 | 1 | -0/+3 |
| | |||||
* | intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample. | Eric Anholt | 2010-08-23 | 1 | -0/+1 |
| | | | | | The spec specifically sets the minimum MAX_SAMPLES at 1 to allow exposing the extension on all implementations, so do so. | ||||
* | docs: document new extensions for Gallium | Brian Paul | 2010-07-23 | 1 | -0/+2 |
| | |||||
* | docs: Update EGL doc. | Chia-I Wu | 2010-07-03 | 1 | -50/+19 |
| | | | | Updated for the reorganization of st/egl targets. | ||||
* | docs: add link to 7.9 relnotes | Brian Paul | 2010-06-21 | 1 | -0/+1 |
| | |||||
* | egl: s/EGL_DISPLAY/EGL_PLATFORM/. | Chia-I Wu | 2010-06-17 | 1 | -16/+16 |
| | | | | | A platform is already used to mean a window system in EGL. No need to use a different term. | ||||
* | docs: Update EGL doc. | Chia-I Wu | 2010-06-11 | 1 | -19/+17 |
| | | | | | Update for recent removal of demos and additions of new displays and functions. | ||||
* | mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes | Marek Olšák | 2010-06-05 | 1 | -0/+1 |
| | | | | The specifications are identical. | ||||
* | docs: note that the Mesa demos are in a new repo | Brian Paul | 2010-06-04 | 1 | -0/+2 |
| | |||||
* | docs: links to the Mesa demos git repo | Brian Paul | 2010-06-04 | 1 | -1/+11 |
| | |||||
* | i965: Add support for EXT_timer_query on Ironlake. | Eric Anholt | 2010-05-26 | 1 | -0/+1 |
| | | | | | | We could potentially do this on G45 as well, though the units are different. On 965, the timestamp is tied to hclk, which would make supporting it harder. | ||||
* | docs: update 7.8.2 relnotes with Cell driver fixes | Brian Paul | 2010-05-21 | 1 | -1/+2 |
| | |||||
* | mesa/es: Merge back to core mesa. | Chia-I Wu | 2010-05-12 | 1 | -4/+4 |
| | | | | | | With the omit list gone, there are not too many differences in building core mesa and ES overlay. Remove the mesa/es and build both of them in src/mesa/Makefile. | ||||
* | docs: update GL3.txt w/ GL 3.3, 4.0 lists | Brian Paul | 2010-05-11 | 1 | -3/+34 |
| | |||||
* | docs: Update EGL and OpenGL ES docs. | Chia-I Wu | 2010-05-08 | 2 | -57/+67 |
| | | | | Update to reflect recent gles and mapi works. | ||||
* | Merge branch '7.8' | Brian Paul | 2010-04-27 | 2 | -0/+15 |
|\ | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/nv30/nv30_context.c src/gallium/drivers/nv40/nv40_context.c src/gallium/drivers/nv40/nv40_state_emit.c | ||||
| * | docs: document updated glext.h and glxext.h files | Brian Paul | 2010-04-26 | 1 | -0/+6 |
| | | |||||
| * | docs: add links to old mailing list archives | Brian Paul | 2010-04-23 | 1 | -0/+9 |
| | | |||||
* | | docs: update some GL3 status | Brian Paul | 2010-04-26 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '7.8' | Brian Paul | 2010-04-19 | 1 | -4/+4 |
|\| | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/draw/draw_context.c src/gallium/auxiliary/draw/draw_pipe_aaline.c src/gallium/drivers/llvmpipe/lp_context.c | ||||
| * | docs: update links for new mesa-users and mesa-announce lists | Brian Paul | 2010-04-16 | 1 | -4/+4 |
| | | |||||
* | | Merge branch '7.8' | Jesse Barnes | 2010-04-13 | 1 | -2/+2 |
|\| | |||||
| * | docs: update name, link for mesa-dev list | Brian Paul | 2010-04-12 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '7.8' | Brian Paul | 2010-04-09 | 2 | -0/+47 |
|\| | |||||
| * | docs: link to 7.8.2 release notes | Brian Paul | 2010-04-08 | 1 | -0/+1 |
| | | |||||
| * | docs: initial 7.8.2 release notes | Brian Paul | 2010-04-08 | 1 | -0/+46 |
| | | |||||
* | | Merge remote branch 'origin/7.8' | Dave Airlie | 2010-04-08 | 3 | -0/+71 |
|\| | | | | | | | | | | | | | Conflicts: Makefile configs/default src/mesa/main/version.h | ||||
| * | docs: Update 7.8.1 release MD5 sumsmesa-7.8.1 | Ian Romanick | 2010-04-05 | 1 | -7/+7 |
| | | |||||
| * | docs: added news item for 7.8.1 release | Brian Paul | 2010-04-05 | 1 | -0/+8 |
| | | |||||
| * | docs: add link to 7.8.1 release notes | Brian Paul | 2010-04-05 | 1 | -0/+1 |
| | | |||||
| * | docs: Add 7.8.1 release MD5 sums | Ian Romanick | 2010-04-05 | 1 | -1/+9 |
| | | |||||
| * | Initial 7.8.1 release notes | Ian Romanick | 2010-04-05 | 1 | -0/+54 |
| | | |||||
* | | docs: update status of transform feedback and instanced drawing | Brian Paul | 2010-04-04 | 1 | -2/+2 |
| | | |||||
* | | docs: update GL3 / GL_ARB_fragment_coord_conventions status | Brian Paul | 2010-04-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '7.8' | Michel Dänzer | 2010-03-30 | 3 | -5/+21 |
|\| | | | | | | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h Resolved by keeping version strings from master (also in the intel driver). | ||||
| * | docs: fix 7.7.1 release date | Brian Paul | 2010-03-29 | 1 | -1/+1 |
| | | | | | | | | (cherry picked from commit e6f5ca0fa3bff975f2acb3a825d77f095bc9f43e) | ||||
| * | mesa: Add 7.8 release MD5 sumsmesa-7.8 | Ian Romanick | 2010-03-28 | 1 | -1/+9 |
| | | |||||
| * | mesa: set version string to 7.8 | Ian Romanick | 2010-03-28 | 1 | -1/+1 |
| | | | | | | | | Also set the correct release date. | ||||
| * | mesa: Add 7.7.1 release MD5 sums | Ian Romanick | 2010-03-28 | 1 | -1/+9 |
| | | | | | | | | (cherry picked from commit 0c88e340499c961cc7a06107a727710a67e280ed) | ||||
| * | mesa: set version string to 7.7.1 | Ian Romanick | 2010-03-28 | 1 | -1/+1 |
| | | | | | | | | | | Also set the correct release date. (cherry picked from commit 663642b435af2f8ab4b16360783eb367f42486c3) | ||||
* | | Merge branch '7.8' | Brian Paul | 2010-03-25 | 3 | -8/+21 |
|\| |