summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_render.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: Removed the deprecated VTXFMT code.Oliver McFadden2007-05-091-0/+44
* r300: The empty check_space doesn't and never has done anything; removed it.Oliver McFadden2007-05-091-2/+0
* r300: Fix a couple of static errors.Oliver McFadden2007-05-091-2/+2
* r300: Fixed some more function names.Oliver McFadden2007-05-091-1/+1
* r300: Added a "not implemented yet" comment back.Oliver McFadden2007-05-091-0/+1
* r300: Last of the indent changes. :)Oliver McFadden2007-05-091-6/+3
* r300: Removed some deprecated code from r300_context.c and corrected an unusedOliver McFadden2007-05-081-1/+0
* r300: Last few r300_render.c clean up.Oliver McFadden2007-05-081-3/+2
* r300: Merged some comments into the Doxygen documentation.Oliver McFadden2007-05-081-20/+9
* r300: Cleaned up r300_render.c using Indent with appropriate options.Oliver McFadden2007-05-081-123/+127
* r300: General render clean up; added some Doxygen documentation, too.Oliver McFadden2007-05-081-52/+47
* r300: Moved the pipeline stages together for readability.Oliver McFadden2007-05-081-10/+9
* r300: Print the OpenGL define instead of a 2-digit char code in the warning.Oliver McFadden2007-05-081-15/+6
* r300: Clean up the vertex buffer emission code and reduced code duplication.Oliver McFadden2007-05-081-26/+11
* r300: Cleaned up a lot of cruft in r300_render.c.Oliver McFadden2007-05-081-73/+4
* r300: r300_render.c:391: warning: unused variable 'i'Oliver McFadden2007-04-171-1/+0
* r300: Fix texture coordinate calculation for rectangle texturesNicolai Haehnle2007-03-241-137/+28
* r300: Renamed the CACHE_CTLSTAT values to include UNKNOWN in the name; notOliver McFadden2007-03-131-4/+4
* Add defines for the values written to R300_RB3D_ZCACHE_CTLSTAT.Oliver McFadden2007-03-131-2/+2
* Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to eitherOliver McFadden2007-03-131-2/+2
* Guess another unknown register used for R300 pacification.Oliver McFadden2007-03-131-2/+2
* 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-0/+10
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-021-2/+2
|\
| * 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-0/+4
|/
* Fallback if ColorLogicOp is enabled. Cleanup a bit the fallbackJerome Glisse2006-09-141-29/+53
* Managed to make a commit that can't build... Sorry again...Rune Petersen2006-09-041-0/+1
* add missing change to skip low impact RAST fallback...Rune Petersen2006-09-031-14/+17
* extend some DrawRangeElements cases to support rendering more than 65535 vert...Aapo Tahkola2006-08-221-5/+2
* support shorts as vertex dataAapo Tahkola2006-08-111-85/+4
* r300_emit.h cleanup.Jerome Glisse2006-07-271-8/+15
* enable feedback renderingAapo Tahkola2006-04-231-1/+1
* Fog support (Ewald Snel)Aapo Tahkola2006-04-111-1/+1
* fix some conflict happenings at context destroy by freeing buffers immediatel...Aapo Tahkola2006-04-081-1/+1
* More meaningful warning.Aapo Tahkola2006-03-311-2/+2
* -fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola2006-03-191-119/+28
* Clean build.Aapo Tahkola2006-03-131-246/+28
* missing link in the fallback chainAapo Tahkola2006-01-271-0/+5
* enable hw vertex programs by defaultAapo Tahkola2006-01-271-0/+7
* per vp sw fallbacksAapo Tahkola2006-01-271-17/+17
* I think this has been tested well enough already.Aapo Tahkola2005-12-171-2/+0
* Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie2005-12-041-0/+105
* Re-enable fallbacks.Aapo Tahkola2005-11-011-74/+33
* -Fix first frame -bugAapo Tahkola2005-11-011-2/+8
* Reduce stderr noise and fix some compiler warnings.Aapo Tahkola2005-10-261-49/+22
* Sync with my local tree.Aapo Tahkola2005-10-261-30/+250
* Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt2005-07-201-3/+6
* Expose the fact that we do not do either selection of feedback buffers - eith...Vladimir Dergachev2005-07-021-0/+2