summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-1/+16
* ARB sync: Add support for GL_ARB_sync to swrastIan Romanick2009-09-031-0/+16
* ARB sync: Add infrastructure for glGetInteger64vIan Romanick2009-09-031-0/+2
* mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul2009-09-031-3/+3
* mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt2009-09-011-1/+5
* mesa: new CopyBufferSubData() driver hookBrian Paul2009-06-021-0/+6
* mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functionsBrian Paul2009-04-141-1/+1
* mesa: remove GL_MESA_program_debug extensionBrian Paul2009-03-071-3/+0
* Merge commit 'origin/gallium-0.1'Keith Whitwell2009-03-031-0/+32
|\
| * mesa: add MapBufferRange driver callbacksKeith Whitwell2009-03-031-0/+26
| * mesa: Add BeginVertices driver callKeith Whitwell2009-03-031-0/+6
| * mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul2008-07-081-0/+2
| * mesa: add parenthesisBrian Paul2008-06-181-3/+3
| * Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-02-081-2/+1
| * Added ctx->Driver.GenerateMipmap() driver hookBrian2008-02-061-0/+7
| * Rework gallium and mesa queries a little.Keith Whitwell2007-12-111-0/+2
| * Implement query object interface.Brian2007-09-111-3/+3
| * Move guts of glRasterPos down into T&L module.Brian2007-09-061-0/+5
* | mesa: display list clean-upsBrian2009-01-311-2/+2
* | mesa: added ctx->Driver.ValidateFramebuffer() callbackBrian Paul2009-01-221-0/+2
* | mesa: add parenthesisBrian Paul2008-09-211-3/+3
* | mesa: move rastpos helper to tnlKeith Whitwell2008-09-211-0/+5
* | mesa: improved driver query interfaceKeith Whitwell2008-09-211-3/+5
* | mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul2008-07-081-0/+2
* | Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-05-091-2/+1
* | Added ctx->Driver.GenerateMipmap() driver hookDave Airlie2008-05-091-0/+7
* | Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg2008-02-251-2/+2
* | New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...Brian2007-11-291-0/+5
|/
* fix mesa fb bindingRoland Scheidegger2007-07-191-1/+1
* s/GetFragmentProgramRegister/GetProgramRegister/Brian2007-02-251-3/+3
* Overhaul of GLSL API functions, dispatching, etc.Brian2006-12-191-0/+52
* update commentsBrian Paul2006-11-011-17/+6
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-12/+3
* Don't pass x/y/width/height to ctx->Driver.Accum().Brian Paul2006-10-181-3/+2
* updated comments, mark GetBufferSize() and ResizeBuffers() as obsoleteBrian Paul2006-10-151-5/+5
* Move the fp_machine struct into s_nvfragmprog.c since (except for programBrian Paul2006-10-101-2/+3
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-5/+5
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-0/+10
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-1/+0
* No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul2006-04-251-0/+3
* merge from texman branchBrian Paul2006-03-261-5/+5
* Lots of changes/fixes for rendering to framebuffer objects.Brian Paul2006-03-201-5/+3
* sync with texmem branchBrian Paul2006-03-151-0/+2
* s/GLuint/GLbitfield/Brian Paul2006-01-091-1/+1
* Added FinishRenderTexture() device driver function to indicate whenBrian Paul2005-12-011-0/+3
* Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).Brian Paul2005-11-161-1/+2
* Added _mesa_light() helper function so we can avoid transforming thenBrian Paul2005-11-121-1/+4
* some initial work on upcoming GL_EXT_framebuffer_blit extensionBrian Paul2005-11-081-0/+6
* Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.Brian Paul2005-09-141-6/+0
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-9/+1