aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_cmdbuf.c
Commit message (Expand)AuthorAgeFilesLines
* [r300] Replace more magic number by register definitions from AMDChristoph Brill2008-02-251-2/+2
* [r300] clean some more magic registers based on AMD specChristoph Brill2008-02-251-10/+10
* [r300] Update some magic registers to real namesChristoph Brill2008-02-251-2/+2
* r300: fixup some more namesDave Airlie2008-02-231-5/+5
* r300: some initial register info from doc dropDave Airlie2008-02-231-1/+1
* Renamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL.Oliver McFadden2007-11-051-2/+2
* r300: initial user clipping for TCL pathsDave Airlie2007-11-051-0/+9
* r300: move more vap registers out of non tcl pathsDave Airlie2007-11-031-4/+4
* r300: oops turn back off cmd buf debuggingDave Airlie2007-07-011-1/+1
* r300: 2288 is a tcl only regDave Airlie2007-06-241-2/+6
* more commits to fix things and stuff - still not doing anything except crashinDave Airlie2007-06-171-1/+1
* r300: Cleaned up the state atom checking functions.Oliver McFadden2007-05-301-13/+19
* r300: Cleaned up the state atom debugging code.Oliver McFadden2007-05-301-21/+16
* r300: Document registers 0x2220 to 0x2230.Oliver McFadden2007-05-301-2/+2
* r300: Just use "inline" rather than "__inline__".Oliver McFadden2007-05-201-1/+1
* r300: Changed some more functions to static functions.Oliver McFadden2007-05-131-1/+1
* r300: Removed the name argument to ALLOC_STATE; do the name via the macro.Oliver McFadden2007-05-121-76/+76
* r300: Renamed r300DoEmitState to r300EmitAtoms.Oliver McFadden2007-05-121-3/+3
* r300: Added insert_at_tail to the ALLOC_STATE macro.Oliver McFadden2007-05-111-91/+11
* r300: Moved some more of the emit code into r300_render.c.Oliver McFadden2007-05-101-35/+0
* r300: Added some more Doxygen documentation and made some functions static.Oliver McFadden2007-05-091-3/+4
* r300: Fixed some more function names.Oliver McFadden2007-05-091-2/+2
* r300: Indented r300_cmdbuf.[ch].Oliver McFadden2007-05-091-52/+26
* r300: Corrected the exit codes for consistency; they are all -1 for error now.Oliver McFadden2007-05-091-1/+1
* r300: Converted exit calls to _mesa_exit calls.Oliver McFadden2007-05-091-1/+1
* r300: Indented r300_cmdbuf.[ch].Oliver McFadden2007-05-091-228/+264
* r300: if we don't have TCL don't setup state emissions for vertex shadersDave Airlie2007-04-141-47/+62
* r300: Corrected the string for polygon mode; it wasn't updated from unkXXX.Oliver McFadden2007-03-181-1/+1
* r300: Fixed a printf conversion warning.Oliver McFadden2007-03-151-2/+2
* Documented the value written for R300_TX_CNTL cache flush.Oliver McFadden2007-03-131-1/+2
* Guess another unknown register in R300 command buffer initialization. (Oliver...Aapo Tahkola2007-03-111-3/+3
* Renamed some of the unkXXX variables in the command buffer initOliver McFadden2007-03-111-27/+27
* r300: Use register name & add a register about shading.Christoph Bill2007-03-011-9/+9
* Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse2006-09-121-3/+3
* r300_emit.h cleanup.Jerome Glisse2006-07-271-24/+29
* Fix format strings for LP64Adam Jackson2006-04-211-2/+2
* Fog support (Ewald Snel)Aapo Tahkola2006-04-111-8/+11
* Clean build.Aapo Tahkola2006-03-131-2/+2
* Try to tackle bug #5148Aapo Tahkola2006-01-201-2/+10
* Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie2005-12-041-0/+4
* get rid of some of those unknowns figured out from reg dumperDave Airlie2005-11-211-2/+2
* fix problems found with gcc 2.96 (bug 4934)Brian Paul2005-10-311-2/+3
* Reduce stderr noise and fix some compiler warnings.Aapo Tahkola2005-10-261-1/+1
* Sync with my local tree.Aapo Tahkola2005-10-261-25/+21
* Add support for texture compression to R300 driverDave Airlie2005-09-251-0/+1
* silence misc warningsBrian Paul2005-09-031-4/+1
* Rename unchecked state to match DRM driver.Vladimir Dergachev2005-06-271-105/+92
* lost_context never gets reset.Aapo Tahkola2005-06-161-2/+3
* Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola2005-05-191-7/+0
* The kernel doesn't like command buffers over 64KB, so we don'tNicolai Haehnle2005-05-141-3/+5