Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-08 | docs: document MESA_EXTENSION_OVERRIDE env var | Brian Paul | |
2009-06-02 | docs: remove version info carried over from 7.5 | Brian Paul | |
2009-06-02 | docs: clarify GL_ARB_copy_buffer driver support | Brian Paul | |
2009-06-02 | docs: added GL_ARB_copy_buffer extension | Brian Paul | |
2009-05-18 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: Makefile src/mesa/main/version.h | |||
2009-05-18 | docs: link to 7.5 relnotes | Brian Paul | |
2009-05-18 | docs: emphasize the incomplete status of the nouveau/R300 gallium drivers | Brian Paul | |
2009-05-15 | docs: updates from the 7.4 branch | Brian Paul | |
2009-05-13 | docs: GL_APPLE_vertex_array_object for Gallium drivers and Intel DRI drivers | Brian Paul | |
2009-05-01 | docs: initial 7.6 release notes page | Brian Paul | |
2009-05-01 | docs: fix typo | Brian Paul | |
2009-04-30 | docs: asst. updates for 7.5 release | Brian Paul | |
2009-04-30 | docs: bring in 7.4 doc updates from mesa_7_4_branch | Brian Paul | |
2009-04-30 | docs: notes about new version number meaning in release notes | Brian Paul | |
2009-04-18 | docs: removed/added demo programs | Brian Paul | |
2009-04-16 | docs: separate compilation units in 7.5 | Brian Paul | |
2009-04-08 | docs: bump Gallium version number | Brian Paul | |
2009-04-08 | docs: updated Cell driver info | Brian Paul | |
2009-04-08 | docs: more info for 7.4 release notes | Brian Paul | |
2009-04-07 | docs: document the MESA_GLSL env var, other misc GLSL updates | Brian Paul | |
2009-03-28 | mesa: add new signed rgba texture format | Roland Scheidegger | |
This is a (partial) backport of the signed texture format support in OGL 3.1. Since it wasn't promoted from an existing extension roll our own. | |||
2009-03-20 | docs: updated Mesa extension enum info | Brian Paul | |
2009-03-07 | mesa: remove GL_MESA_program_debug extension | Brian Paul | |
This was never fully fleshed out and hasn't been used. | |||
2009-02-26 | docs: add SPARC assembly updates | Brian Paul | |
2009-02-10 | docs: some Cell driver docs updates | Brian Paul | |
2009-02-10 | cell: update Cell driver info (code is on master now) | Brian Paul | |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | |
Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c | |||
2009-02-05 | mesa: remove oddball linux-directfb-install makefile rule | Brian Paul | |
It's probably not needed since the 'make install' rules were overhauled last year. | |||
2009-02-04 | Revert "docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver" | Brian Paul | |
This reverts commit 2f51be75c55f69dc3e09036d6fd12f808f5a5028. | |||
2009-02-03 | docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver | Brian Paul | |
2009-01-29 | docs: i965 fixes | Brian Paul | |
2009-01-29 | docs: fix typo | Brian Paul | |
2009-01-29 | docs: skeleton 7.4 release notes file | Brian Paul | |
2009-01-29 | docs: 7.3 md5 sums | Brian Paul | |
2009-01-29 | docs: set 7.3 release date | Brian Paul | |
2009-01-29 | docs: assorted updates, link fixes | Brian Paul | |
2009-01-28 | mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_texture | Brian Paul | |
Everyone should be using the newer/better ARB versions of these extensions. | |||
2009-01-28 | docs: document GL_EXT_texture_swizzle | Brian Paul | |
2009-01-23 | docs: added GL_NV_texture_env_combine4 | Brian Paul | |
2009-01-23 | docs: document improved stencil support and GL_EXT_vertex_array_bgra | Brian Paul | |
2009-01-22 | docs: first 7.5 feature: GL_ARB_framebuffer_object | Brian Paul | |
2009-01-22 | docs: placeholder 7.5 release notes | Brian Paul | |
2009-01-22 | docs: skeleton 7.4 release notes file | Brian Paul | |
2009-01-22 | docs: 7.3 md5 sums | Brian Paul | |
2009-01-22 | docs: set 7.3 release date | Brian Paul | |
2009-01-22 | docs: assorted updates, link fixes | Brian Paul | |
2009-01-20 | docs: document glXMakeContextCurrent() and Windows fixes | Brian Paul | |
2009-01-14 | mesa: fix incorrect transformation of GL_SPOT_DIRECTION | Brian Paul | |
This was changed between GL 1.0 and 1.1. Mesa still had the 1.0 behaviour. | |||
2009-01-13 | docs: #pragma now handled | Brian Paul | |
2009-01-13 | Add language about implicit flush and command completion | Ian Romanick | |
Copied language from the glXSwapBuffers manual page about the implicit glFlush and expected command completion. This just codifies what people already expect from glXCopySubBufferMESA. The intention of this command is to work like glXSwapBuffers but on a sub-rectangle of the drawable. Acked-by: Brian Paul <brianp@vmware.com> |