aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300Oliver McFadden2007-05-091-5/+5
* r300: Removed a bit of disabled code.Oliver McFadden2007-05-091-3/+0
* r300: Removed the deprecated VTXFMT code.Oliver McFadden2007-05-091-8/+0
* r300: Last of the indent changes. :)Oliver McFadden2007-05-091-21/+10
* r300: Converted exit calls to _mesa_exit calls.Oliver McFadden2007-05-091-2/+2
* r300: Indented r300_ioctl.[ch].Oliver McFadden2007-05-091-138/+163
* r300: Renamed the VBO functions to the R300 name format.Oliver McFadden2007-05-081-1/+1
* r300: fix primary color on rs480Aapo Tahkola2007-05-061-0/+1
* r300: Page flipping fixes.Michel Dänzer2007-04-291-1/+1
* r300: emit different clear paths for non-TCL, this gets the clear color correctDave Airlie2007-04-141-2/+15
* r300: if we don't have TCL don't setup state emissions for vertex shadersDave Airlie2007-04-141-22/+27
* r300: Fixed "no previous prototype for 'r300RefillCurrentDmaRegion'" warning.Oliver McFadden2007-03-151-2/+2
* r300: Renamed the CACHE_CTLSTAT values to include UNKNOWN in the name; notOliver McFadden2007-03-131-2/+2
* Add defines for the values written to R300_RB3D_ZCACHE_CTLSTAT.Oliver McFadden2007-03-131-1/+1
* Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to eitherOliver McFadden2007-03-131-1/+1
* Guess another unknown register used for R300 pacification.Oliver McFadden2007-03-131-1/+1
* r300: Use reg definition when available & add missing reg definition.Christoph Bill2007-03-011-1/+1
* r300: get rid of CB_DPATH legacyDave Airlie2007-02-221-181/+0
* Add requested size to r300RefillCurrentDmaRegion.Jerome Glisse2006-11-021-6/+8
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-5/+4
* r300_emit.h cleanup.Jerome Glisse2006-07-271-7/+9
* Fix stencil clears that have caused problems with redbook/stencil, tests/sten...Aapo Tahkola2006-06-271-40/+7
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-021-3/+0
* Fog support (Ewald Snel)Aapo Tahkola2006-04-111-1/+7
* Enough testing alreadyAapo Tahkola2006-03-311-1/+0
* Clean build.Aapo Tahkola2006-03-131-5/+0
* Kick VBOs out of GART if nothing else helps.Aapo Tahkola2006-03-091-3/+10
* Use the force Luke, use the force.Aapo Tahkola2006-03-091-2/+13
* Various fallbacks, checks and tags.Aapo Tahkola2006-03-071-0/+4
* R300_PFS_NODE_LAST_NODE -> R300_PFS_NODE_OUTPUT_COLORAapo Tahkola2006-01-271-2/+1
* Missing patch from Ben Skeggs:Aapo Tahkola2006-01-091-1/+2
* Enable CB_DPATH by default.Aapo Tahkola2005-12-171-0/+3
* Compiled arrays for vtxfmt_a path.Aapo Tahkola2005-10-281-2/+0
* Sync with my local tree.Aapo Tahkola2005-10-261-1/+123
* Rename unchecked state to match DRM driver.Vladimir Dergachev2005-06-271-8/+9
* r300 driver side of color tiling support.Aapo Tahkola2005-06-211-0/+3
* Support 16-bit modes.Aapo Tahkola2005-06-161-2/+12
* - Secondary colourBen Skeggs2005-06-081-1/+1
* Causes lockups on some rare cases.Aapo Tahkola2005-05-311-1/+1
* More optimal r300Clear.Aapo Tahkola2005-05-271-5/+213
* Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola2005-05-191-29/+0
* Remove quiescence sequence from r300ClearBuffer.Nicolai Haehnle2005-05-131-17/+0
* VBOs.Aapo Tahkola2005-05-111-1/+1
* Updated for EXT_framebuffer_object changes. I don't know if this is correct, ...Ben Skeggs2005-05-061-12/+12
* Getting rusty... 4278 was already there.Aapo Tahkola2005-05-051-1/+1
* Adding some comments.Aapo Tahkola2005-04-211-0/+1
* Stencil supportPeter Zubaj2005-03-141-4/+31
* Another nasty struct size bug found.Aapo Tahkola2005-02-241-1/+1
* r300RefillCurrentDmaRegion: Retry buffer acquisition only once, afterNicolai Haehnle2005-02-181-7/+12