Age | Commit message (Expand) | Author |
2010-05-10 | mesa: more transform feedback infrastructure | Brian Paul |
2010-05-07 | mesa: remove driver hooks for GetFloat/Integer/Doublev, etc | Brian Paul |
2010-04-20 | mesa: remove some comments | Brian Paul |
2010-04-04 | mesa: implement core Mesa support for GL_ARB_draw_instanced | Brian Paul |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2010-03-05 | APPLE_object_purgeable: core | Chris Wilson |
2010-03-03 | mesa: Remove ClearIndex and IndexMask from device-driver interface | Ian Romanick |
2010-02-24 | core: Implement GL_OES_EGL_image entry points | Kristian Høgsberg |
2010-02-04 | mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean | Brian Paul |
2010-01-12 | Merge branch 'master' into opengl-es-v2 | Chia-I Wu |
2009-12-31 | mesa: _mesa_Begin/EndConditionalRender() functions | Brian Paul |
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul |
2009-12-11 | mesa: minor reformatting/rewrapping in dd.h | Brian Paul |
2009-12-11 | mesa: remove unused ctx->Driver.ActiveTexture() hook | Brian Paul |
2009-12-11 | mesa: updated comment | Brian Paul |
2009-11-16 | mesa: remove unused vertex array driver hooks | Brian Paul |
2009-11-05 | mesa/es: Add support for GL_OES_draw_texture. | Chia-I Wu |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-24 | mesa: remove ctx->Driver.CompressedTextureSize() hook | Brian Paul |
2009-10-14 | mesa: remove unused ctx->Driver.PrioritizeTextures() hook | Brian Paul |
2009-10-14 | mesa: remove unused ctx->Driver.TextureMatrix() hook | Brian Paul |
2009-10-01 | mesa: removed gl_texture_image::CompressedSize field | Brian Paul |
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul |
2009-09-08 | mesa: Add support for ARB_draw_elements_base_vertex. | Eric Anholt |
2009-09-03 | ARB sync: Add support for GL_ARB_sync to swrast | Ian Romanick |
2009-09-03 | ARB sync: Add infrastructure for glGetInteger64v | Ian Romanick |
2009-09-03 | mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure | Brian Paul |
2009-09-01 | mesa: Make MultiDrawElements submit multiple primitives at once. | Eric Anholt |
2009-06-02 | mesa: new CopyBufferSubData() driver hook | Brian Paul |
2009-04-14 | mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functions | Brian Paul |
2009-03-07 | mesa: remove GL_MESA_program_debug extension | Brian Paul |
2009-03-03 | Merge commit 'origin/gallium-0.1' | Keith Whitwell |
2009-03-03 | mesa: add MapBufferRange driver callbacks | Keith Whitwell |
2009-03-03 | mesa: Add BeginVertices driver call | Keith Whitwell |
2009-01-31 | mesa: display list clean-ups | Brian |
2009-01-22 | mesa: added ctx->Driver.ValidateFramebuffer() callback | Brian Paul |
2008-09-21 | mesa: add parenthesis | Brian Paul |
2008-09-21 | mesa: move rastpos helper to tnl | Keith Whitwell |
2008-09-21 | mesa: improved driver query interface | Keith Whitwell |
2008-07-08 | mesa: implement glGetUniformiv() with new ctx->Driver function | Brian Paul |
2008-07-08 | mesa: implement glGetUniformiv() with new ctx->Driver function | Brian Paul |
2008-06-18 | mesa: add parenthesis | Brian Paul |
2008-05-09 | Remove unused texunit parameter to ctx->Driver.GenerateMipmap() | Brian |
2008-05-09 | Added ctx->Driver.GenerateMipmap() driver hook | Dave Airlie |
2008-02-25 | Change GetCompressedTexImage in dd_function_table to not take const pointers. | Kristian Høgsberg |
2008-02-08 | Remove unused texunit parameter to ctx->Driver.GenerateMipmap() | Brian |
2008-02-06 | Added ctx->Driver.GenerateMipmap() driver hook | Brian |
2007-12-11 | Rework gallium and mesa queries a little. | Keith Whitwell |
2007-11-29 | New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb... | Brian |
2007-09-11 | Implement query object interface. | Brian |