summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-14mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functionsBrian Paul1-1/+1
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul1-3/+0
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell1-0/+32
2009-03-03mesa: add MapBufferRange driver callbacksKeith Whitwell1-0/+26
2009-03-03mesa: Add BeginVertices driver callKeith Whitwell1-0/+6
2009-01-31mesa: display list clean-upsBrian1-2/+2
2009-01-22mesa: added ctx->Driver.ValidateFramebuffer() callbackBrian Paul1-0/+2
2008-09-21mesa: add parenthesisBrian Paul1-3/+3
2008-09-21mesa: move rastpos helper to tnlKeith Whitwell1-0/+5
2008-09-21mesa: improved driver query interfaceKeith Whitwell1-3/+5
2008-07-08mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul1-0/+2
2008-07-08mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul1-0/+2
2008-06-18mesa: add parenthesisBrian Paul1-3/+3
2008-05-09Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian1-2/+1
2008-05-09Added ctx->Driver.GenerateMipmap() driver hookDave Airlie1-0/+7
2008-02-25Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg1-2/+2
2008-02-08Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian1-2/+1
2008-02-06Added ctx->Driver.GenerateMipmap() driver hookBrian1-0/+7
2007-12-11Rework gallium and mesa queries a little.Keith Whitwell1-0/+2
2007-11-29New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...Brian1-0/+5
2007-09-11Implement query object interface.Brian1-3/+3
2007-09-06Move guts of glRasterPos down into T&L module.Brian1-0/+5
2007-07-19fix mesa fb bindingRoland Scheidegger1-1/+1
2007-02-25s/GetFragmentProgramRegister/GetProgramRegister/Brian1-3/+3
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian1-0/+52
2006-11-01update commentsBrian Paul1-17/+6
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul1-12/+3
2006-10-18Don't pass x/y/width/height to ctx->Driver.Accum().Brian Paul1-3/+2
2006-10-15updated comments, mark GetBufferSize() and ResizeBuffers() as obsoleteBrian Paul1-5/+5
2006-10-10Move the fp_machine struct into s_nvfragmprog.c since (except for programBrian Paul1-2/+3
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul1-5/+5
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-0/+10
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-1/+0
2006-04-25No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul1-0/+3
2006-03-26merge from texman branchmesa_20060325Brian Paul1-5/+5
2006-03-20Lots of changes/fixes for rendering to framebuffer objects.Brian Paul1-5/+3
2006-03-15sync with texmem branchBrian Paul1-0/+2
2006-01-09s/GLuint/GLbitfield/Brian Paul1-1/+1
2005-12-01Added FinishRenderTexture() device driver function to indicate whenBrian Paul1-0/+3
2005-11-16Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).Brian Paul1-1/+2
2005-11-12Added _mesa_light() helper function so we can avoid transforming thenBrian Paul1-1/+4
2005-11-08some initial work on upcoming GL_EXT_framebuffer_blit extensionBrian Paul1-0/+6
2005-09-14Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.Brian Paul1-6/+0
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul1-9/+1
2005-09-02Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul1-2/+4
2005-08-27Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul1-0/+8
2005-05-24Change prototype for TextureMemCpy to return void* (was void).Karl Schultz1-1/+1
2005-05-23Import Thomas Helstrom's SSE memcpy code from the via X.org driver.Keith Whitwell1-0/+13
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-5/+10
2005-03-22add FreeTexImageData hook to help single-copy texturing in driversKeith Whitwell1-0/+5