summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/radeon_vtxfmt_a.c
AgeCommit message (Expand)Author
2007-05-09r300: Removed the deprecated VTXFMT code.Oliver McFadden
2007-05-09r300: Fixed some more function names.Oliver McFadden
2007-05-09r300: Changed r300_run_vb_render calls to r300RunRender in some conditionallyOliver McFadden
2007-05-08r300: Renamed the VBO functions to the R300 name format.Oliver McFadden
2007-05-05don't use hw to perform vertex transform etc. when using swtcl. This for comp...Aapo Tahkola
2006-11-02Move r300 to new fbo interface based on Keith Whithwell.Jerome Glisse
2006-08-23silence warningBrian Paul
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul
2006-08-22remove duplicate pieces of code.Aapo Tahkola
2006-08-22extend some DrawRangeElements cases to support rendering more than 65535 vert...Aapo Tahkola
2006-08-11support shorts as vertex dataAapo Tahkola
2006-07-31fix #6991Aapo Tahkola
2006-06-29cleanup, avoid magic valuesTilman Sauerbeck
2006-06-27Fix generic vertex attribs (Rune Petersen)Aapo Tahkola
2006-06-12Make r300 driver build with GL_APPLE_vertex_array_object changes.Ian Romanick
2006-05-12this should use the configured number not the MAX, this has no effect untilDave Airlie
2006-04-25use _TNL_FIRST/LAST_MAT indexesBrian Paul
2006-04-23Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt
2006-04-08fix some conflict happenings at context destroy by freeing buffers immediatel...Aapo Tahkola
2006-03-19-fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola
2006-03-13Clean build.Aapo Tahkola
2006-03-09Kick VBOs out of GART if nothing else helps.Aapo Tahkola
2006-03-07Fix broken DrawElements & DrawRangeElements.Aapo Tahkola
2006-03-07Various fallbacks, checks and tags.Aapo Tahkola
2005-11-01Re-enable fallbacks.Aapo Tahkola
2005-11-01-Fix first frame -bugAapo Tahkola
2005-10-28Compiled arrays for vtxfmt_a path.Aapo Tahkola
2005-10-26Sync with my local tree.Aapo Tahkola