aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c
Commit message (Expand)AuthorAgeFilesLines
* r300: Removed the deprecated VTXFMT code.Oliver McFadden2007-05-091-662/+0
* r300: Fixed some more function names.Oliver McFadden2007-05-091-1/+1
* r300: Changed r300_run_vb_render calls to r300RunRender in some conditionallyOliver McFadden2007-05-091-2/+2
* r300: Renamed the VBO functions to the R300 name format.Oliver McFadden2007-05-081-2/+2
* don't use hw to perform vertex transform etc. when using swtcl. This for comp...Aapo Tahkola2007-05-051-1/+7
* Move r300 to new fbo interface based on Keith Whithwell.Jerome Glisse2006-11-021-218/+86
* silence warningBrian Paul2006-08-231-2/+1
* Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul2006-08-231-3/+3
* remove duplicate pieces of code.Aapo Tahkola2006-08-221-20/+2
* extend some DrawRangeElements cases to support rendering more than 65535 vert...Aapo Tahkola2006-08-221-1/+35
* support shorts as vertex dataAapo Tahkola2006-08-111-136/+28
* fix #6991Aapo Tahkola2006-07-311-21/+0
* cleanup, avoid magic valuesTilman Sauerbeck2006-06-291-1/+1
* Fix generic vertex attribs (Rune Petersen)Aapo Tahkola2006-06-271-0/+3
* Make r300 driver build with GL_APPLE_vertex_array_object changes.Ian Romanick2006-06-121-10/+12
* this should use the configured number not the MAX, this has no effect untilDave Airlie2006-05-121-1/+1
* use _TNL_FIRST/LAST_MAT indexesBrian Paul2006-04-251-6/+6
* Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt2006-04-231-7/+46
* fix some conflict happenings at context destroy by freeing buffers immediatel...Aapo Tahkola2006-04-081-7/+13
* -fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola2006-03-191-47/+66
* Clean build.Aapo Tahkola2006-03-131-19/+28
* Kick VBOs out of GART if nothing else helps.Aapo Tahkola2006-03-091-0/+32
* Fix broken DrawElements & DrawRangeElements.Aapo Tahkola2006-03-071-4/+4
* Various fallbacks, checks and tags.Aapo Tahkola2006-03-071-27/+131
* Re-enable fallbacks.Aapo Tahkola2005-11-011-1/+5
* -Fix first frame -bugAapo Tahkola2005-11-011-28/+49
* Compiled arrays for vtxfmt_a path.Aapo Tahkola2005-10-281-25/+78
* Sync with my local tree.Aapo Tahkola2005-10-261-0/+610