aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1321-180/+180
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-132-7/+7
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-137-8/+8
* tdfx: Silence unused variable warning on non-debug builds.Vinson Lee2010-10-121-0/+1
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-2/+0
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-282-2/+4
* dri: drop MINIGLX_SOURCES (2)George Sapountzis2010-03-061-471/+0
* dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-3/+0
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-031-1/+0
* tdfx: Add asserts to check for null pointer dereferences.Vinson Lee2010-02-272-0/+10
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-191-2/+2
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-191-3/+3
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-192-5/+5
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-1/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-258-22/+0
|\
| * tdfx: Remove unnecessary headers.Vinson Lee2010-01-238-22/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-1/+1
|\|
| * mesa: test index bounds before array elementRoel Kluin2010-01-061-1/+1
* | Merge remote branch 'origin/mesa_7_7_branch'José Fonseca2010-01-061-1/+1
|\|
| * tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3()Roel Kluin2010-01-051-1/+1
* | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+7
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-049-38/+38
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-1/+1
|\|
| * tdfx: Silence uninitialized variable warning.Vinson Lee2009-12-291-1/+1
* | mesa: implement per-buffer color maskingBrian Paul2009-12-292-7/+7
* | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-191-2/+2
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-192-10/+10
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-10/+10
|/
* Merge branch 'texformat-rework'Brian Paul2009-10-283-131/+119
|\
| * mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-11/+0
| * mesa: remove calls to _mesa_compressed_row_stride()Brian Paul2009-10-251-8/+8
| * mesa: change compressed texture size callsBrian Paul2009-10-241-10/+4
| * dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-221-5/+5
| * drivers: don't include texformat.hBrian Paul2009-10-052-2/+0
| * mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-14/+15
| * mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-8/+5
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-37/+44
| * drivers: use _mesa_texstoreBrian Paul2009-09-281-14/+14
| * drivers: use new _mesa_texstore() functionBrian Paul2009-09-281-48/+35
| * mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-271-2/+2
| * mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-29/+44
* | mesa: Enable remap table in core.Chia-I Wu2009-10-232-19/+3
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-2/+0
|/
* mesa: move generate mipmap callsBrian Paul2009-09-151-87/+49
* mesa: remove GL_MESA_program_debug extensionBrian Paul2009-03-071-4/+0
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-023-3/+3
* intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt2009-02-101-8/+9
* tdfx: Fix begin/endquery for current API.Eric Anholt2009-02-101-4/+4
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-0/+2