summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* move some functions, add some commentsBrian Paul2003-09-171-32/+40
* Added most of the infrastructure required to supportIan Romanick2003-09-091-0/+33
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-240/+492
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* New device driver hooks for texture object and texture image creation toBrian Paul2003-04-011-4/+11
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-2/+6
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-9/+1
* new texture compression infrastructureBrian Paul2002-09-271-50/+1
* GL_EXT_stencil_two_side extension, not 100% complete yet.Brian Paul2002-09-061-1/+10
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-24/+11
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-8/+7
* vertex program attribute array workBrian Paul2002-04-211-1/+3
* buffer resize changesBrian Paul2002-03-161-6/+12
* More suport for t&l driversKeith Whitwell2002-02-131-3/+3
* vertex program check-inBrian Paul2001-12-141-1/+4
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-041-9/+9
* API dispath updatesBrian Paul2001-11-181-9/+9
* Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul2001-06-151-16/+6
* More texture image changes.Brian Paul2001-04-041-1/+9
* Add PolygonOffset driver callback.Gareth Hughes2001-03-221-8/+9
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-365/+33
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* Support for swappable tnl modules.Gareth Hughes2001-03-111-49/+62
* added Driver.BlendColor() function, for completenessBrian Paul2001-03-071-1/+2
* changed AlphaFunc() ref from GLclampf to GLchanBrian Paul2001-03-031-2/+2
* Template workKeith Whitwell2001-02-241-13/+9
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-191-35/+24
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-1/+10
* Overhaul of texture image handling.Brian Paul2001-02-061-112/+105
* Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell2001-02-061-5/+5
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-30/+41
* Lots of GLchan datatype changes.Brian Paul2001-01-241-14/+3
* Added PointSize and PointParametersfv to dd interface, for completeness.Brian Paul2001-01-091-108/+134
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-1/+3