summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_render.c
AgeCommit message (Expand)Author
2007-05-09r300: The empty check_space doesn't and never has done anything; removed it.Oliver McFadden
2007-05-09r300: Fix a couple of static errors.Oliver McFadden
2007-05-09r300: Fixed some more function names.Oliver McFadden
2007-05-09r300: Added a "not implemented yet" comment back.Oliver McFadden
2007-05-09r300: Last of the indent changes. :)Oliver McFadden
2007-05-08r300: Removed some deprecated code from r300_context.c and corrected an unusedOliver McFadden
2007-05-08r300: Last few r300_render.c clean up.Oliver McFadden
2007-05-08r300: Merged some comments into the Doxygen documentation.Oliver McFadden
2007-05-08r300: Cleaned up r300_render.c using Indent with appropriate options.Oliver McFadden
2007-05-08r300: General render clean up; added some Doxygen documentation, too.Oliver McFadden
2007-05-08r300: Moved the pipeline stages together for readability.Oliver McFadden
2007-05-08r300: Print the OpenGL define instead of a 2-digit char code in the warning.Oliver McFadden
2007-05-08r300: Clean up the vertex buffer emission code and reduced code duplication.Oliver McFadden
2007-05-08r300: Cleaned up a lot of cruft in r300_render.c.Oliver McFadden
2007-04-17r300: r300_render.c:391: warning: unused variable 'i'Oliver McFadden
2007-03-24r300: Fix texture coordinate calculation for rectangle texturesNicolai Haehnle
2007-03-13r300: Renamed the CACHE_CTLSTAT values to include UNKNOWN in the name; notOliver McFadden
2007-03-13Add defines for the values written to R300_RB3D_ZCACHE_CTLSTAT.Oliver McFadden
2007-03-13Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to eitherOliver McFadden
2007-03-13Guess another unknown register used for R300 pacification.Oliver McFadden
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
2006-10-31disable vtxfmt_a code, switch over to vboKeith Whitwell
2006-09-14Fallback if ColorLogicOp is enabled. Cleanup a bit the fallbackJerome Glisse
2006-09-04Managed to make a commit that can't build... Sorry again...Rune Petersen
2006-09-03add missing change to skip low impact RAST fallback...Rune Petersen
2006-08-22extend some DrawRangeElements cases to support rendering more than 65535 vert...Aapo Tahkola
2006-08-11support shorts as vertex dataAapo Tahkola
2006-07-27r300_emit.h cleanup.Jerome Glisse
2006-04-23enable feedback renderingAapo Tahkola
2006-04-11Fog support (Ewald Snel)Aapo Tahkola
2006-04-08fix some conflict happenings at context destroy by freeing buffers immediatel...Aapo Tahkola
2006-03-31More meaningful warning.Aapo Tahkola
2006-03-19-fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola
2006-03-13Clean build.Aapo Tahkola
2006-01-27missing link in the fallback chainAapo Tahkola
2006-01-27enable hw vertex programs by defaultAapo Tahkola
2006-01-27per vp sw fallbacksAapo Tahkola
2005-12-17I think this has been tested well enough already.Aapo Tahkola
2005-12-04Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie
2005-11-01Re-enable fallbacks.Aapo Tahkola
2005-11-01-Fix first frame -bugAapo Tahkola
2005-10-26Reduce stderr noise and fix some compiler warnings.Aapo Tahkola
2005-10-26Sync with my local tree.Aapo Tahkola
2005-07-20Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt
2005-07-02Expose the fact that we do not do either selection of feedback buffers - eith...Vladimir Dergachev
2005-06-16Fix problems with elts when immediate mode is on.Aapo Tahkola
2005-05-19Ditch unused code and features that arent in subject to get supported any nea...Aapo Tahkola