Merge branch 'r300-swtcl'
[mesa.git] / src / mesa / drivers / dri / r300 / r300_state.c
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-24 Oliver McFaddenr300: Initial work on merging the real and generated...
2007-06-24 Oliver McFaddenr300: Should use inst_count not 0 for R300_PVS_CNTL_3_P...
2007-06-24 Oliver McFaddenr300: The vpi, vpp, and vps counts are already initiali...
2007-06-24 Oliver McFaddenr300: Clean up the vertex program state code slightly...
2007-06-24 Oliver McFaddenr300: Vertex program position end bits are known.
2007-06-24 Oliver McFaddenr300: Removed unused vap_param structure.
2007-06-24 Oliver McFaddenr300: Cleaned up long lines in the vertex functions.
2007-06-24 Oliver McFaddenr300: Setup the default state for polygon offset point...
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupVertexShader function.
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupPixelShader function.
2007-06-24 Dave Airlier300: 2288 is a tcl only reg
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Oliver McFaddenr300: Corrected a bug in r300LineWidth.
2007-06-10 Dave Airlier300: i can't see why we fallback for polygon offset...
2007-05-30 Oliver McFaddenr300: Corrected r300PointSize based on dumping the...
2007-05-30 Oliver McFaddenr300: Corrected r300LineWidth based on dumping the...
2007-05-30 Oliver McFaddenr300: Removed goto statement in r300SetupRSUnit.
2007-05-30 Oliver McFaddenr300: Cleaned up r300SetupRSUnit.
2007-05-30 Oliver McFaddenr300: Use compile-time endian detection in r300_state...
2007-05-30 Oliver McFaddenr300: Document registers 0x2220 to 0x2230.
2007-05-27 Oliver McFaddenRevert "r300: Removed the R300_RS_INTERP_[0-9]_UNKNOWN...
2007-05-26 Oliver McFaddenr300: Removed R300_PFS_NODE_LAST_NODE replaced by R300_...
2007-05-25 Oliver McFaddenr300: Removed unused vpucount macro from r300_state.c.
2007-05-23 Oliver McFaddenr300: Call the r300Fogfv function directly within r300_...
2007-05-23 Oliver McFaddenr300: Use switch statements in r300ResetHwState, etc.
2007-05-23 Oliver McFaddenr300: Removed the R300_RS_INTERP_[0-9]_UNKNOWN (magic...
2007-05-13 Oliver McFaddenr300: Changed some more functions to static functions.
2007-05-13 Oliver McFaddenr300: Changed a couple of functions in r300_state.c...
2007-05-13 Oliver McFaddenr300: Use the defined values for the interpolater ...
2007-05-11 Oliver McFaddenr300: Moved r300PackFloat24 near r300PackFloat32.
2007-05-11 Oliver McFaddenr300: Cleaned up the blend factor function.
2007-05-11 Oliver McFaddenr300: Use __FUNCTION__ not __func__.
2007-05-11 Oliver McFaddenr300: Cleaned up function names in r300_state.c.
2007-05-11 Oliver McFaddenr300: Renamed r300_maos.c to r300_emit.c; it contains...
2007-05-09 Oliver McFaddenr300: Added some more Doxygen documentation and made...
2007-05-09 Oliver McFaddenr300: Don't need to include the deprecated r300_program...
2007-05-09 Christoph Billr300: Added some Doxygen comments.
2007-05-09 Oliver McFaddenr300: Converted "rp" variables (r300_fragment_program...
2007-05-09 Oliver McFaddenr300: Removed the deprecated VTXFMT code.
2007-05-09 Oliver McFaddenr300: Fixed indenting from previous commit
2007-05-09 Oliver McFaddenr300: Fixed some more function names.
2007-05-09 Oliver McFaddenMerge branch 'master' of git://anongit.freedesktop...
2007-05-09 Oliver McFaddenr300: Indented r300_state.[ch].
2007-05-09 Oliver McFaddenr300: Corrected the exit codes for consistency; they...
2007-05-09 Oliver McFaddenr300: Converted exit calls to _mesa_exit calls.
2007-05-09 Oliver McFaddenr300: Indented r300_state.[ch].
2007-05-09 Oliver McFaddenr300: Use an array for the vertex program sources and...
2007-05-06 Aapo TahkolaMerge branch 'master' of git+ssh://aapot@git.freedeskto...
2007-05-06 Oliver McFaddenr300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.
2007-05-06 Oliver McFaddenr300: Removed more deprecated state code that is now...
2007-05-06 Oliver McFaddenr300: R300_ZS_... is now set in separate functions...
2007-05-06 Oliver McFaddenr300: Point size is now set in a separate function...
2007-05-06 Oliver McFaddenr300: Use the defined values for R300_VAP_CNTL_STATUS.
2007-05-05 Aapo Tahkoladon't use hw to perform vertex transform etc. when...
2007-04-27 Brian"Fix" for bug 9170. May need more attention.
2007-04-14 Dave Airlier300: if we don't have TCL don't setup state emissions...
2007-04-10 Dave Airliers480: set vap cntl to what fglrx uses for non-TCL...
2007-04-09 Dave Airlier300: don't enable VAP/TCL on cards that don't support it
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-24 Nicolai Haehnler300: Fix texture coordinate calculation for rectangle...
2007-03-24 Nicolai Haehnler300: No assertion when accessing incomplete texture...
2007-03-24 Nicolai Haehnler300: Fix: KIL instruction don't require textures
2007-03-24 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-23 Nicolai Haehnler300: Whitespace cleanup (remove trailing spaces)
2007-03-21 Brianmerge from master
2007-03-16 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-15 Oliver McFaddenCommitted Rune Petersen's fragment.position patch ...
2007-03-12 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-11 Aapo TahkolaGuess another unknown register in R300 command buffer...
2007-03-11 Oliver McFaddenRenamed some of the unkXXX variables in the command...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-02 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-01 Christoph BillAdd early register descritpion.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-23 BrianUpdate DRI drivers for new glsl compiler.
2007-02-22 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 Dave Airlier300: get rid of CB_DPATH legacy
2007-02-11 Rune Petersonr300: Add proper support for sin/cos instruction in...
2007-02-03 Michel DänzerMerge branch 'origin'
2007-02-03 Michel DänzerFall back to software rasterization if r300_translate_f...
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-18 Aapo Tahkolasupport as much of GL_EXT_stencil_two_side as we can...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-17 Rune Petersenfragment.position support
2006-11-17 Rune Petersenr300_select_vertex_shader4:
2006-11-02 Brian PaulUse RGBA_LOGICOP_ENABLED() instead of ctx->Color._Logic...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian Paulremove unused vars
2006-10-31 Keith Whitwelldisable vtxfmt_a code, switch over to vbo
2006-10-15 Jerome GlisseUse endianness test function provided by mesa.
next