summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove unused tnl items from dd_functionsChad Versace2011-09-301-19/+0
* mesa: simplify parameters to GetTexImage() driver hookBrian Paul2011-09-301-2/+1
* mesa: add AllocTextureImageBuffer() driver hookBrian Paul2011-09-171-0/+6
* mesa: add new DeleteTextureImage() driver hookBrian Paul2011-09-171-0/+4
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-1/+2
* mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::Up...Ian Romanick2011-09-061-23/+0
* mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev.Dave Airlie2011-09-061-0/+64
* mesa: Add driver hooks for texture image mapping/unmapping.Brian Paul2011-08-291-0/+19
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-291-1/+1
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-3/+0
* mesa: Remove target parameter from dd_function_table::FlushMappedBufferRangeIan Romanick2011-08-231-1/+1
* mesa: Remove target parameter from dd_function_table::MapBufferRangeIan Romanick2011-08-231-1/+1
* mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick2011-08-231-1/+1
* mesa: Remove target parameter from dd_function_table::BufferSubDataIan Romanick2011-08-231-1/+1
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-1/+1
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-1/+1
* mesa: ChooseTextureFormat() returns gl_format, not GLuintBrian Paul2011-08-161-1/+1
* mesa: remove unused dd_function_table::CopyTexImage1D/2D() hooksBrian Paul2011-07-191-18/+0
* mesa: update, shorten some comments in dd.hBrian Paul2011-07-191-38/+13
* mesa: add implementation of glDrawElementsInstancedBaseVertexPierre-Eric Pelloux-Prayer2011-06-021-0/+3
* mesa: new driver hooks for GL_ARB_sampler_objectsBrian Paul2011-04-101-0/+8
* mesa: Remove the CompileShader driver hook; it's just a no-op.Kenneth Graunke2011-03-171-9/+0
* mesa: add NV_texture_barrierMarek Olšák2011-03-151-0/+5
* mesa: move extra prim mode #definesBrian Paul2011-01-201-5/+0
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-0/+5
* mesa: Add missing header and forward declarations in dd.h.Vinson Lee2010-11-091-1/+13
* mesa: add new GLvertexformat entries for integer-valued attributesBrian Paul2010-10-281-0/+18
* mesa: driver hook for primitive restartBrian Paul2010-10-211-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-165/+165
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-2/+2
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-9/+0
* mesa: Add core.h.Chia-I Wu2010-08-241-21/+9
* glsl2: Move ir_to_mesa handling to driver CompileShader and LinkShader hooks.Eric Anholt2010-08-131-0/+21
* mesa: refactor shader api / object codeBrian Paul2010-06-101-48/+6
* mesa: more transform feedback infrastructureBrian Paul2010-05-101-0/+16
* mesa: remove driver hooks for GetFloat/Integer/Doublev, etcBrian Paul2010-05-071-21/+0
* mesa: remove some commentsBrian Paul2010-04-201-12/+10
* mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul2010-04-041-0/+5
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* APPLE_object_purgeable: coreChris Wilson2010-03-051-0/+17
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-4/+0
* core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg2010-02-241-0/+11
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-3/+7
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121-40/+15
|\
| * mesa: _mesa_Begin/EndConditionalRender() functionsBrian Paul2009-12-311-0/+5
| * mesa: implement per-buffer color maskingBrian Paul2009-12-291-0/+2
| * mesa: minor reformatting/rewrapping in dd.hBrian Paul2009-12-111-6/+7
| * mesa: remove unused ctx->Driver.ActiveTexture() hookBrian Paul2009-12-111-5/+0
| * mesa: updated commentBrian Paul2009-12-111-1/+1
| * mesa: remove unused vertex array driver hooksBrian Paul2009-11-161-28/+0