summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_draw.c
Commit message (Expand)AuthorAgeFilesLines
* r300: fix StrideB == 0 case when converting data formatMaciej Cencora2009-07-131-1/+10
* r300: bind vertex program to fragment programMaciej Cencora2009-07-131-2/+2
* r300: fix regression introduced by ca13937ef97c7779f639dcfc95b3798a11de01bdMaciej Cencora2009-07-081-1/+1
* radeon: ensure cmdbuf space for state + AOS is availableDave Airlie2009-07-061-0/+6
* r300: fix vertex limitsMaciej Cencora2009-07-051-4/+6
* r300: use vbo_split_prims to split up large vertex buffers.Dave Airlie2009-06-181-0/+9
* r300: Endianness fixes for recent vertex path changes.Michel Dänzer2009-06-071-5/+33
* r300: vertex array stride = 0 means that data are tightly packed in the arrayMaciej Cencora2009-06-071-5/+8
* r300: GL_(U)SHORT and GL_(U)BYTE with < 4 components can also be HW acceleratedMaciej Cencora2009-06-071-20/+29
* r300: add hw accelerated support for different vertex data formatsMaciej Cencora2009-06-071-0/+435