summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
AgeCommit message (Expand)Author
2009-09-14es: Add support for GL_OES_EGL_image.Chia-I Wu
2009-09-14es: Proper support for FEATURE_OES_draw_texture.Chia-I Wu
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick
2009-09-03ARB sync: Add infrastructure for glGetInteger64vIan Romanick
2009-09-03mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt
2009-06-02mesa: new CopyBufferSubData() driver hookBrian Paul
2009-04-14mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functionsBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell
2009-03-03mesa: add MapBufferRange driver callbacksKeith Whitwell
2009-03-03mesa: Add BeginVertices driver callKeith Whitwell
2009-01-31mesa: display list clean-upsBrian
2009-01-22mesa: added ctx->Driver.ValidateFramebuffer() callbackBrian Paul
2008-09-21mesa: add parenthesisBrian Paul
2008-09-21mesa: move rastpos helper to tnlKeith Whitwell
2008-09-21mesa: improved driver query interfaceKeith Whitwell
2008-07-08mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul
2008-07-08mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul
2008-06-18mesa: add parenthesisBrian Paul
2008-05-09Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian
2008-05-09Added ctx->Driver.GenerateMipmap() driver hookDave Airlie
2008-02-25Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg
2008-02-08Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian
2008-02-06Added ctx->Driver.GenerateMipmap() driver hookBrian
2007-12-11Rework gallium and mesa queries a little.Keith Whitwell
2007-11-29New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...Brian
2007-09-11Implement query object interface.Brian
2007-09-06Move guts of glRasterPos down into T&L module.Brian
2007-07-19fix mesa fb bindingRoland Scheidegger
2007-02-25s/GetFragmentProgramRegister/GetProgramRegister/Brian
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian
2006-11-01update commentsBrian Paul
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-10-18Don't pass x/y/width/height to ctx->Driver.Accum().Brian Paul
2006-10-15updated comments, mark GetBufferSize() and ResizeBuffers() as obsoleteBrian Paul
2006-10-10Move the fp_machine struct into s_nvfragmprog.c since (except for programBrian Paul
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2006-04-25No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul
2006-03-26merge from texman branchBrian Paul
2006-03-20Lots of changes/fixes for rendering to framebuffer objects.Brian Paul
2006-03-15sync with texmem branchBrian Paul
2006-01-09s/GLuint/GLbitfield/Brian Paul
2005-12-01Added FinishRenderTexture() device driver function to indicate whenBrian Paul
2005-11-16Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).Brian Paul
2005-11-12Added _mesa_light() helper function so we can avoid transforming thenBrian Paul
2005-11-08some initial work on upcoming GL_EXT_framebuffer_blit extensionBrian Paul