summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128/r128_context.c
Commit message (Expand)AuthorAgeFilesLines
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-1/+2
* Add support for GL_EXT_stencil_wrap, from hearing that the windows drivers didEric Anholt2005-10-271-0/+1
* Fix the RGB order of the specular color emit, and turn GL_EXT_secondary_colorEric Anholt2005-10-261-1/+3
* Add support for GL_EXT_fog_coord, tested using tests/fog.c. (Also, matches theEric Anholt2005-10-261-0/+2
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-1/+1
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-12/+17
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-4/+4
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-6/+0
* Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by defaultEric Anholt2004-10-081-0/+6
* Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)Eric Anholt2004-10-021-4/+1
* Enable GL_EXT_blend_subtract and GL_NV_blend_square.Ian Romanick2004-06-041-0/+2
* Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl2004-03-121-4/+4
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-1/+3
* Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling2004-01-261-4/+0
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-4/+17
* Added some missing extension strings.Ian Romanick2004-01-131-0/+3
* Removed redundant extension strings. The Mesa extension mechanismIan Romanick2004-01-121-3/+0
* applied Felix's patch for configuration systemBrian Paul2003-12-121-24/+1
* set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell2003-12-121-0/+2
* fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane2003-12-081-2/+2
* merge r128 DRI driver from DRI trunkAlan Hourihane2003-12-051-5/+13
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-5/+32
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+335