summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_context.h
Commit message (Expand)AuthorAgeFilesLines
* r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300Oliver McFadden2007-05-091-1/+1
* r300: Removed the dangerous R300_SPAN_DISABLE_LOCKING flag.Oliver McFadden2007-05-091-1/+0
* r300: Added some Doxygen comments.Christoph Bill2007-05-091-18/+10
* r300: Removed the deprecated VTXFMT code.Oliver McFadden2007-05-091-19/+0
* r300: Fixed some more function names.Oliver McFadden2007-05-091-2/+2
* r300: Changed r300_run_vb_render calls to r300RunRender in some conditionallyOliver McFadden2007-05-091-2/+2
* r300: Indented r300_context.[ch].Oliver McFadden2007-05-091-98/+95
* r300: Removed the ugly CARD32 type.Oliver McFadden2007-05-091-4/+0
* r300: Renamed vertex_shader.h to r300_vertprog.hOliver McFadden2007-05-091-1/+1
* r300: Renamed the VBO functions to the R300 name format.Oliver McFadden2007-05-081-2/+2
* r300: fix broken vbosAapo Tahkola2007-05-061-0/+2
* don't use hw to perform vertex transform etc. when using swtcl. This for comp...Aapo Tahkola2007-05-051-5/+0
* r300: Fix texture coordinate calculation for rectangle texturesNicolai Haehnle2007-03-241-0/+1
* r300: No assertion when accessing incomplete texture images.Nicolai Haehnle2007-03-241-6/+0
* r300: Remove the program-global const_sin indexNicolai Haehnle2007-03-211-3/+0
* r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle2007-03-201-26/+26
* r300: Cleanup fragment program constant allocation, share constantsNicolai Haehnle2007-03-191-11/+9
* r300: Fix fragment program reorderingNicolai Haehnle2007-03-191-0/+5
* r300: Fix fragment program instruction pairing and register allocationNicolai Haehnle2007-03-191-24/+70
* Guess another unknown register in R300 command buffer initialization. (Oliver...Aapo Tahkola2007-03-111-1/+1
* Renamed some of the unkXXX variables in the command buffer initOliver McFadden2007-03-111-9/+10
* r300: get rid of CB_DPATH legacyDave Airlie2007-02-221-1/+0
* r300: Fix cos & add scs to fragment program.Rune Peterson2007-02-141-1/+1
* r300: Add proper support for sin/cos instruction in fragment programRune Peterson2007-02-121-0/+5
* Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-5/+21
|\
| * fragment.position supportRune Petersen2006-11-171-0/+2
| * r300_select_vertex_shader4:Rune Petersen2006-11-171-5/+19
* | disable vtxfmt_a code, switch over to vboKeith Whitwell2006-10-311-2/+5
|/
* Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse2006-09-121-0/+4
* Give the user posibility to choose speed over correctness.Rune Petersen2006-08-311-0/+1
* extend some DrawRangeElements cases to support rendering more than 65535 vert...Aapo Tahkola2006-08-221-0/+2
* support shorts as vertex dataAapo Tahkola2006-08-111-14/+2
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-3/+3
* instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU...Tilman Sauerbeck2006-06-291-1/+1
* Fix generic vertex attribs (Rune Petersen)Aapo Tahkola2006-06-271-0/+1
* R300_SPAN_DISABLE_LOCKING env varAapo Tahkola2006-04-261-0/+1
* Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt2006-04-231-2/+4
* limit max program/param length to 255 (spotted by sroland)Aapo Tahkola2006-04-201-1/+2
* More GLSL code:Michal Krol2006-04-111-1/+1
* Fog support (Ewald Snel)Aapo Tahkola2006-04-111-2/+19
* FP textures and fixes (Ewald Snel)Brian Paul2006-03-291-1/+1
* remove unnecessary typedefs causing compiler warningsRoland Scheidegger2006-03-271-3/+0
* -fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola2006-03-191-9/+7
* Clean build.Aapo Tahkola2006-03-131-80/+3
* Kick VBOs out of GART if nothing else helps.Aapo Tahkola2006-03-091-0/+1
* Enable HW VBOs and other things needed by it.Aapo Tahkola2006-03-071-3/+8
* Various fallbacks, checks and tags.Aapo Tahkola2006-03-071-0/+2
* Port r200 tex tiling code to run on r300 but keep it disabled.Aapo Tahkola2006-03-061-0/+4
* per vp sw fallbacksAapo Tahkola2006-01-271-0/+12
* Missing patch from Ben Skeggs:Aapo Tahkola2006-01-091-10/+37