summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_context.h
Commit message (Expand)AuthorAgeFilesLines
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-131-16/+21
* Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger2005-10-051-2/+3
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-6/+0
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-1/+0
* Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cutsEric Anholt2005-05-311-3/+18
* add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger2005-02-101-1/+4
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-3/+0
* 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/+2
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-2/+5
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-251-5/+5
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-0/+2
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-021-1/+1
* bring over build fixes from stable branchAlan Hourihane2004-04-261-1/+0
* Adjust includes to help DRI buildJon Smirl2004-03-121-0/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-8/+7
* Fix attenuation hardware state handling, inspired by the R200 DDK referenceMichel Dänzer2004-01-231-3/+3
* Silence some compiler warnings.Ian Romanick2004-01-211-2/+2
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-1/+1
* New, less expensive workaround for state-change lockups.Felix Kuehling2004-01-041-0/+1
* merge some more of the radeon DRI driver from the DRI trunkAlan Hourihane2003-12-071-0/+1
* xmlconfig fixesAlan Hourihane2003-12-051-1/+1
* Import vtx-0-2-branchKeith Whitwell2003-11-241-6/+7
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-1/+6
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+839