index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_draw.c
Age
Commit message (
Expand
)
Author
2009-07-27
r300: Move vertex program compilation to compiler
Nicolai Hähnle
2009-07-27
r300: Cleanup vertex_program structure
Nicolai Hähnle
2009-07-13
r300: fix StrideB == 0 case when converting data format
Maciej Cencora
2009-07-13
r300: bind vertex program to fragment program
Maciej Cencora
2009-07-08
r300: fix regression introduced by ca13937ef97c7779f639dcfc95b3798a11de01bd
Maciej Cencora
2009-07-06
radeon: ensure cmdbuf space for state + AOS is available
Dave Airlie
2009-07-05
r300: fix vertex limits
Maciej Cencora
2009-06-18
r300: use vbo_split_prims to split up large vertex buffers.
Dave Airlie
2009-06-07
r300: Endianness fixes for recent vertex path changes.
Michel Dänzer
2009-06-07
r300: vertex array stride = 0 means that data are tightly packed in the array
Maciej Cencora
2009-06-07
r300: GL_(U)SHORT and GL_(U)BYTE with < 4 components can also be HW accelerated
Maciej Cencora
2009-06-07
r300: add hw accelerated support for different vertex data formats
Maciej Cencora