summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul2005-09-021-2/+4
* Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul2005-08-271-0/+8
* Change prototype for TextureMemCpy to return void* (was void).Karl Schultz2005-05-241-1/+1
* Import Thomas Helstrom's SSE memcpy code from the via X.org driver.Keith Whitwell2005-05-231-0/+13
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-5/+10
* add FreeTexImageData hook to help single-copy texturing in driversKeith Whitwell2005-03-221-0/+5
* More GL_EXT_framebuffer_object: rename some things, added device driver hooks.Brian Paul2005-02-241-1/+12
* Determine ahead of time whether a display list will include verticesKeith Whitwell2005-01-221-3/+4
* Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.Brian Paul2005-01-121-1/+10
* Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul2004-12-121-4/+20
* Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul2004-11-271-1/+9
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-0/+2
* minor doxygen updatesBrian Paul2004-05-141-3/+0
* Removed the old teximage code.Brian Paul2004-04-271-11/+7
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-17/+3
* Make it easier for drivers to create "subclasses" of the existingKeith Whitwell2004-02-141-1/+11
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-1/+1
* added device driver hooks for BindProgram, NewProgram, DeleteProgramBrian Paul2004-01-231-0/+13
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-1/+0
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-59/+40
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-17/+18
* texture compressionDaniel Borca2003-10-291-0/+11
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-61/+61