summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* r300: Don't need to include the deprecated r300_program.h in some files.Oliver McFadden2007-05-091-1/+0
* r300: Added some Doxygen comments.Christoph Bill2007-05-091-1/+1
* r300: Converted "rp" variables (r300_fragment_program) to "fp".Oliver McFadden2007-05-091-32/+32
* r300: Removed the deprecated VTXFMT code.Oliver McFadden2007-05-091-4/+0
* r300: Fixed indenting from previous commitOliver McFadden2007-05-091-4/+3
* r300: Fixed some more function names.Oliver McFadden2007-05-091-15/+15
* r300: Indented r300_state.[ch].Oliver McFadden2007-05-091-101/+50
* 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-9/+9
* r300: Indented r300_state.[ch].Oliver McFadden2007-05-091-500/+688
* r300: Use an array for the vertex program sources and corrected an error fromOliver McFadden2007-05-091-3/+3
* r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.Oliver McFadden2007-05-061-1/+1
* r300: Removed more deprecated state code that is now set in separate functions.Oliver McFadden2007-05-061-76/+0
* r300: R300_ZS_... is now set in separate functions; removed the deprecated code.Oliver McFadden2007-05-061-14/+0
* r300: Point size is now set in a separate function; removed the deprecated code.Oliver McFadden2007-05-061-4/+0
* r300: Use the defined values for R300_VAP_CNTL_STATUS.Oliver McFadden2007-05-061-2/+2
* don't use hw to perform vertex transform etc. when using swtcl. This for comp...Aapo Tahkola2007-05-051-59/+3
* "Fix" for bug 9170. May need more attention.Brian2007-04-271-0/+3
* r300: if we don't have TCL don't setup state emissions for vertex shadersDave Airlie2007-04-141-19/+15
* rs480: set vap cntl to what fglrx uses for non-TCL cardsDave Airlie2007-04-101-2/+4
* r300: don't enable VAP/TCL on cards that don't support itDave Airlie2007-04-101-0/+4
* merge of glsl-compiler-1 branchBrian2007-03-261-2/+6
|\
| * merge from masterBrian2007-03-211-44/+44
| |\
| * \ Merge branch 'origin' into glsl-compiler-1Brian2007-03-091-13/+7
| |\ \
| * | | Update DRI drivers for new glsl compiler.Brian2007-02-231-2/+6
* | | | r300: Fix texture coordinate calculation for rectangle texturesNicolai Haehnle2007-03-241-15/+33
* | | | r300: No assertion when accessing incomplete texture images.Nicolai Haehnle2007-03-241-6/+12
* | | | r300: Fix: KIL instruction don't require texturesNicolai Haehnle2007-03-241-4/+8
* | | | r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle2007-03-231-108/+108
| |_|/ |/| |
* | | Committed Rune Petersen's fragment.position patch (Bug #10024) plus a few smallOliver McFadden2007-03-151-7/+7
* | | Guess another unknown register in R300 command buffer initialization. (Oliver...Aapo Tahkola2007-03-111-1/+1
* | | Renamed some of the unkXXX variables in the command buffer initOliver McFadden2007-03-111-36/+36
| |/ |/|
* | Add early register descritpion.Christoph Bill2007-03-011-7/+7
* | r300: get rid of CB_DPATH legacyDave Airlie2007-02-221-6/+0
|/
* r300: Add proper support for sin/cos instruction in fragment programRune Peterson2007-02-121-1/+1
* Fall back to software rasterization if r300_translate_fragment_shader() fails.Michel Dänzer2007-02-031-1/+1
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-021-2/+2
|\
| * Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-5/+77
| |\
| * | merge current trunk into vbo branchAlan Hourihane2006-11-021-1/+0
| * | disable vtxfmt_a code, switch over to vboKeith Whitwell2006-10-311-2/+2
* | | support as much of GL_EXT_stencil_two_side as we can. untested.Aapo Tahkola2007-01-181-8/+19
| |/ |/|
* | fragment.position supportRune Petersen2006-11-171-0/+71
* | r300_select_vertex_shader4:Rune Petersen2006-11-171-4/+5
* | Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul2006-11-021-1/+1
* | remove unused varsBrian Paul2006-11-011-1/+0
|/
* Use endianness test function provided by mesa.Jerome Glisse2006-10-151-5/+4
* Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse2006-09-121-52/+51
* fix #8008Aapo Tahkola2006-08-261-8/+4
* fix broken write-only depth setting. use early z where possible.Aapo Tahkola2006-08-221-126/+117
* support shorts as vertex dataAapo Tahkola2006-08-111-17/+7