summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeon: enable xpress chipsetsDave Airlie2007-05-072-0/+9
* rs480: fix secondary color for real this timeAapo Tahkola2007-05-061-1/+1
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaAapo Tahkola2007-05-062-97/+4
|\
| * r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.Oliver McFadden2007-05-062-1/+2
| * r300: Removed more deprecated state code that is now set in separate functions.Oliver McFadden2007-05-061-76/+0
| * r300: R300_ZS_... is now set in separate functions; removed the deprecated code.Oliver McFadden2007-05-061-14/+0
| * r300: Point size is now set in a separate function; removed the deprecated code.Oliver McFadden2007-05-061-4/+0
| * r300: Use the defined values for R300_VAP_CNTL_STATUS.Oliver McFadden2007-05-061-2/+2
* | rs480: fix textures and secondary color(?). clipping is still busted. tested ...Aapo Tahkola2007-05-061-3/+17
* | r300: fix broken vbosAapo Tahkola2007-05-061-0/+2
|/
* r300: fix primary color on rs480Aapo Tahkola2007-05-062-0/+7
* don't use hw to perform vertex transform etc. when using swtcl. This for comp...Aapo Tahkola2007-05-053-65/+10
* fix some matrix/state token indexing bugs (see bug 10848)Brian2007-05-031-3/+4
* r300: Don't crash in radeonUpdatePageFlipping when !radeon->glCtx->DrawBuffer.Michel Dänzer2007-04-301-1/+3
* r300: Page flipping fixes.Michel Dänzer2007-04-295-3/+8
* r300: radeonMakeCurrent cleanups.Michel Dänzer2007-04-291-6/+0
* "Fix" for bug 9170. May need more attention.Brian2007-04-271-0/+3
* r300: r300_render.c:391: warning: unused variable 'i'Oliver McFadden2007-04-171-1/+0
* move GL_EXT_stencil_two_side into alphabetical positionBrian2007-04-161-1/+1
* Fix glActiveStencilFaceEXT dispatch problem (bug 10523).Brian2007-04-161-6/+3
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-1/+0
* r300: emit different clear paths for non-TCL, this gets the clear color correctDave Airlie2007-04-141-2/+15
* r300: remove unneeded semicolon from macroDave Airlie2007-04-141-1/+1
* r300: if we don't have TCL don't setup state emissions for vertex shadersDave Airlie2007-04-143-88/+104
* rs480: set vap cntl to what fglrx uses for non-TCL cardsDave Airlie2007-04-101-2/+4
* r300: don't enable VAP/TCL on cards that don't support itDave Airlie2007-04-102-0/+5
* r300: Fix radeonUpdatePageFlipping() function.Roland Scheidegger2007-03-271-2/+2
* r300: Check ctx->WinSysDrawBuffer before calling function that dereferences it.Michel Dänzer2007-03-271-1/+1
* r300: Remove a warning when vertex programs produce an unused outputNicolai Haehnle2007-03-261-3/+2
* r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle2007-03-261-115/+115
* r300: Fix warnings that were introduced by the glsl mergeNicolai Haehnle2007-03-261-2/+6
* merge of glsl-compiler-1 branchBrian2007-03-265-11/+19
|\
| * merge from masterBrian2007-03-2120-700/+1108
| |\
| * \ Merge branch 'origin' into glsl-compiler-1Brian2007-03-0910-378/+186
| |\ \
| * | | Update DRI drivers for new glsl compiler.Brian2007-02-236-17/+21
* | | | r300: Whitespace cleanup in r300_texmem.cNicolai Haehnle2007-03-251-183/+178
* | | | r300: Whitespace cleanup in r300_texstate.cNicolai Haehnle2007-03-251-88/+82
* | | | r300: Fix regression: unnecessary node indirectionNicolai Haehnle2007-03-251-2/+7
* | | | r300: Fix texture coordinate calculation for rectangle texturesNicolai Haehnle2007-03-245-174/+116
* | | | r300: No assertion when accessing incomplete texture images.Nicolai Haehnle2007-03-243-16/+17
* | | | r300: Fix: KIL instruction don't require texturesNicolai Haehnle2007-03-241-4/+8
* | | | r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle2007-03-231-108/+108
| |_|/ |/| |
* | | r300: Remove the program-global const_sin indexNicolai Haehnle2007-03-212-31/+23
* | | r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle2007-03-201-26/+26
* | | r300: Cleanup fragment program constant allocation, share constantsNicolai Haehnle2007-03-192-73/+61
* | | r300: Fix special case (tmp.x <= 0) in fragment program LIT instructionNicolai Haehnle2007-03-191-2/+2
* | | r300: Clear fragment program instruction slots on first useNicolai Haehnle2007-03-191-0/+2