summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
AgeCommit message (Expand)Author
2011-03-15mesa: add NV_texture_barrierMarek Olšák
2011-01-20mesa: move extra prim mode #definesBrian Paul
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2010-11-09mesa: Add missing header and forward declarations in dd.h.Vinson Lee
2010-10-28mesa: add new GLvertexformat entries for integer-valued attributesBrian Paul
2010-10-21mesa: driver hook for primitive restartBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-08-24mesa: Add core.h.Chia-I Wu
2010-08-13glsl2: Move ir_to_mesa handling to driver CompileShader and LinkShader hooks.Eric Anholt
2010-06-10mesa: refactor shader api / object codeBrian Paul
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-05-07mesa: remove driver hooks for GetFloat/Integer/Doublev, etcBrian Paul
2010-04-20mesa: remove some commentsBrian Paul
2010-04-04mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-05APPLE_object_purgeable: coreChris Wilson
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick
2010-02-24core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2009-12-31mesa: _mesa_Begin/EndConditionalRender() functionsBrian Paul
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-11mesa: minor reformatting/rewrapping in dd.hBrian Paul
2009-12-11mesa: remove unused ctx->Driver.ActiveTexture() hookBrian Paul
2009-12-11mesa: updated commentBrian Paul
2009-11-16mesa: remove unused vertex array driver hooksBrian Paul
2009-11-05mesa/es: Add support for GL_OES_draw_texture.Chia-I Wu
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-24mesa: remove ctx->Driver.CompressedTextureSize() hookBrian Paul
2009-10-14mesa: remove unused ctx->Driver.PrioritizeTextures() hookBrian Paul
2009-10-14mesa: remove unused ctx->Driver.TextureMatrix() hookBrian Paul
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
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