aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_render.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix problems with elts when immediate mode is on.Aapo Tahkola2005-06-161-9/+9
* Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola2005-05-191-86/+0
* Polygon mode fixes.Aapo Tahkola2005-05-181-0/+7
* VBOs.Aapo Tahkola2005-05-111-7/+15
* Missing setups that cause all kinds of problems with hw tnl.Aapo Tahkola2005-05-061-0/+5
* Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola2005-05-011-2/+6
* r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola2005-04-301-6/+6
* Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola2005-04-241-16/+15
* Fixing and enabling elt buffers by default.Aapo Tahkola2005-04-181-5/+9
* Misc fixes.Aapo Tahkola2005-03-181-1/+1
* Simple TCL stage and ability to disable vps.Aapo Tahkola2005-03-171-1/+48
* Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola2005-03-081-0/+1
* Enable VB mode rendering by default. If anyone thinks this is wrong, *please*...Vladimir Dergachev2005-03-051-1/+1
* New elt buffer code should be fairly stable.Aapo Tahkola2005-02-221-50/+20
* Adding support for front buffer mode, removing some code we dont really need ...Aapo Tahkola2005-02-201-56/+0
* Disabling some fallbacks as they cause misc programs not to start and adding ...Aapo Tahkola2005-02-191-15/+22
* Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa...Aapo Tahkola2005-02-191-3/+2
* We dont need to call r300EmitAOS if we arent going to draw anything(r300_get_...Aapo Tahkola2005-02-181-6/+7
* Fix: RADEON_DEBUG is a bitfield, so use & to check for flags, not ==Nicolai Haehnle2005-02-181-1/+1
* Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle2005-02-171-15/+15
* RADEON_DEBUG is a bitfield, so use & instead of ==.Nicolai Haehnle2005-02-171-98/+98
* Switching to start_index32_packet.Aapo Tahkola2005-02-171-1/+7