summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
AgeCommit message (Expand)Author
2007-05-09r300: Fixed indenting from previous commitOliver McFadden
2007-05-09r300: Fixed some more function names.Oliver McFadden
2007-05-09r300: Indented r300_state.[ch].Oliver McFadden
2007-05-09r300: Corrected the exit codes for consistency; they are all -1 for error now.Oliver McFadden
2007-05-09r300: Converted exit calls to _mesa_exit calls.Oliver McFadden
2007-05-09r300: Indented r300_state.[ch].Oliver McFadden
2007-05-09r300: Use an array for the vertex program sources and corrected an error fromOliver McFadden
2007-05-06r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.Oliver McFadden
2007-05-06r300: Removed more deprecated state code that is now set in separate functions.Oliver McFadden
2007-05-06r300: R300_ZS_... is now set in separate functions; removed the deprecated code.Oliver McFadden
2007-05-06r300: Point size is now set in a separate function; removed the deprecated code.Oliver McFadden
2007-05-06r300: Use the defined values for R300_VAP_CNTL_STATUS.Oliver McFadden
2007-05-05don't use hw to perform vertex transform etc. when using swtcl. This for comp...Aapo Tahkola
2007-04-27"Fix" for bug 9170. May need more attention.Brian
2007-04-14r300: if we don't have TCL don't setup state emissions for vertex shadersDave Airlie
2007-04-10rs480: set vap cntl to what fglrx uses for non-TCL cardsDave Airlie
2007-04-10r300: don't enable VAP/TCL on cards that don't support itDave Airlie
2007-03-26merge of glsl-compiler-1 branchBrian
2007-03-24r300: Fix texture coordinate calculation for rectangle texturesNicolai Haehnle
2007-03-24r300: No assertion when accessing incomplete texture images.Nicolai Haehnle
2007-03-24r300: Fix: KIL instruction don't require texturesNicolai Haehnle
2007-03-23r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle
2007-03-21merge from masterBrian
2007-03-15Committed Rune Petersen's fragment.position patch (Bug #10024) plus a few smallOliver McFadden
2007-03-11Guess another unknown register in R300 command buffer initialization. (Oliver...Aapo Tahkola
2007-03-11Renamed some of the unkXXX variables in the command buffer initOliver McFadden
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian
2007-03-01Add early register descritpion.Christoph Bill
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-22r300: get rid of CB_DPATH legacyDave Airlie
2007-02-12r300: Add proper support for sin/cos instruction in fragment programRune Peterson
2007-02-03Fall back to software rasterization if r300_translate_fragment_shader() fails.Michel Dänzer
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-01-18support as much of GL_EXT_stencil_two_side as we can. untested.Aapo Tahkola
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-17fragment.position supportRune Petersen
2006-11-17r300_select_vertex_shader4:Rune Petersen
2006-11-02Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01remove unused varsBrian Paul
2006-10-31disable vtxfmt_a code, switch over to vboKeith Whitwell
2006-10-15Use endianness test function provided by mesa.Jerome Glisse
2006-09-12Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse
2006-08-26fix #8008Aapo Tahkola
2006-08-22fix broken write-only depth setting. use early z where possible.Aapo Tahkola
2006-08-11support shorts as vertex dataAapo Tahkola
2006-07-31fix #6991Aapo Tahkola
2006-07-05R300_RR_ROUTE_1 still needs to be initialized.Aapo Tahkola
2006-06-30Vertex/fragment program patches (Rune Petersen)Brian Paul
2006-06-06prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola