index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
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-08-18
radeon: Optimize memory handling for dma operations.
Pauli Nieminen
2009-08-18
r300: fix the build on big endian
Alex Deucher
2009-08-18
r300: OQ rework
Dave Airlie
2009-08-18
r300: fix big endian build
Dave Airlie
2009-08-15
r300: add occlusion queries support
Maciej Cencora
2009-08-15
r300: fixup space checks since VBO code
Dave Airlie
2009-08-15
radeon: enable vertex splitting for IBs
Dave Airlie
2009-08-15
Merge branch 'vbo_clean'
Maciej Cencora
2009-08-15
r300: mark VBO buffer objects as persistent
Maciej Cencora
2009-08-14
r300: unmap buffer objects after usage
Maciej Cencora
2009-08-14
r300: remove broken vertex splitting
Maciej Cencora
2009-08-14
r300: rework index buffer setup
Maciej Cencora
2009-08-14
r300: use VBOs for vertex attributes
Maciej Cencora
2009-08-12
vbo: Avoid extra validation of DrawElements.
Eric Anholt
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