Age | Commit message (Expand) | Author |
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 |
2007-09-06 | Move guts of glRasterPos down into T&L module. | Brian |
2007-07-19 | fix mesa fb binding | Roland Scheidegger |
2007-02-25 | s/GetFragmentProgramRegister/GetProgramRegister/ | Brian |
2006-12-19 | Overhaul of GLSL API functions, dispatching, etc. | Brian |
2006-11-01 | update comments | Brian Paul |
2006-11-01 | Remove x/y/width/height parameters from Clear functions. | Brian Paul |
2006-10-18 | Don't pass x/y/width/height to ctx->Driver.Accum(). | Brian Paul |
2006-10-15 | updated comments, mark GetBufferSize() and ResizeBuffers() as obsolete | Brian Paul |
2006-10-10 | Move the fp_machine struct into s_nvfragmprog.c since (except for program | Brian Paul |
2006-07-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-04-25 | Put color index attribute into the 6th attribute slot. | Brian Paul |
2006-04-25 | No longer alias generic vertex attribs with conventional attribs for GL_ARB_v... | Brian Paul |
2006-03-26 | merge from texman branch | Brian Paul |
2006-03-20 | Lots of changes/fixes for rendering to framebuffer objects. | Brian Paul |
2006-03-15 | sync with texmem branch | Brian Paul |
2006-01-09 | s/GLuint/GLbitfield/ | Brian Paul |
2005-12-01 | Added FinishRenderTexture() device driver function to indicate when | Brian Paul |
2005-11-16 | Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil). | Brian Paul |
2005-11-12 | Added _mesa_light() helper function so we can avoid transforming then | Brian Paul |
2005-11-08 | some initial work on upcoming GL_EXT_framebuffer_blit extension | Brian Paul |
2005-09-14 | Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. | Brian Paul |
2005-09-13 | Replace ctx->Driver.StencilOp/Func/Mask() functions with | Brian Paul |
2005-09-02 | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul |
2005-08-27 | Rearrange the code related to GL_ARB_occlusion_object to generalize query | Brian Paul |
2005-05-24 | Change prototype for TextureMemCpy to return void* (was void). | Karl Schultz |
2005-05-23 | Import Thomas Helstrom's SSE memcpy code from the via X.org driver. | Keith Whitwell |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-03-22 | add FreeTexImageData hook to help single-copy texturing in drivers | Keith Whitwell |