summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_context.c
Commit message (Expand)AuthorAgeFilesLines
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-1/+1
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+1
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-26/+32
* Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cutsEric Anholt2005-05-311-1/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-6/+7
* remove one of the two _tnl_isolate_materials function callsRoland Scheidegger2005-03-051-6/+0
* Add a dri config option to enable the max texture level hackDave Airlie2005-02-261-0/+7
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-161-3/+3
* remove accidentally commited printf for tiling supportRoland Scheidegger2005-02-141-1/+0
* add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger2005-02-101-0/+4
* add sync debugging to the radeon driverDave Airlie2005-01-231-0/+1
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-1/+9
* enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...Roland Scheidegger2004-12-031-0/+1
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-5/+0
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-1/+8
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-1/+1
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-251-2/+2
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-5/+1
* add support for GL_ARB_texture_env_crossbarRoland Scheidegger2004-06-011-0/+1
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-3/+3
* Only print message about disabling HW TCL if the chip supports it in theMichel Dänzer2004-02-281-4/+6
* 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-5/+0
* Parse radeon, not r200 configuration in radeonCreateContext.Felix Kuehling2004-01-241-1/+1
* Silence some compiler warnings.Ian Romanick2004-01-211-3/+3
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-15/+31
* Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.Brian Paul2004-01-181-1/+1
* Fix cosmetic GL_RENDERER string problem (Andreas Stenglein)Michel Dänzer2004-01-171-1/+1
* Added support for EXT_texture_mirror_clamp.Ian Romanick2004-01-131-0/+1
* Removed redundant extension strings. The Mesa extension mechanismIan Romanick2004-01-121-4/+0
* applied Felix's patch for configuration systemBrian Paul2003-12-121-23/+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 some more of the radeon DRI driver from the DRI trunkAlan Hourihane2003-12-071-2/+2
* xmlconfig fixesAlan Hourihane2003-12-051-5/+10
* Import vtx-0-2-branchKeith Whitwell2003-11-241-4/+9
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-35/+57
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+598