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
/
pipe
/
draw
/
draw_vertex_fetch.c
Age
Commit message (
Expand
)
Author
2007-12-09
Adapt for winsys interface changes.
José Fonseca
2007-12-09
gallium: add support for aliased 4ub format
Keith Whitwell
2007-12-07
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
Get rid of "duplicate" formats.
Brian
2007-11-23
gallium: reorg tgsi directories.
Michal Krol
2007-11-22
Fix compatibility issues between gcc and msvc.
Michal
2007-11-16
more convenient debug code
Brian
2007-11-08
Reorganize user-space vertex fields in draw_context into 'user' group.
Brian
2007-10-29
Make gallium compile in win32.
Michal Krol
2007-10-24
Cleanup some code.
Zack Rusin
2007-10-24
Implement the conversion and do the initial execution pass.
Zack Rusin
2007-10-10
added SSCALED cases in fetch_attrib4()
Brian
2007-09-28
Redoing the way we handle vertex shaders for the draw module.
Zack Rusin
2007-09-28
Revert "Redoing the way we handle vertex shaders for the draw module."
Zack Rusin
2007-09-28
Redoing the way we handle vertex shaders for the draw module.
Zack Rusin
2007-09-27
Make flushing more lazy in the draw module.
Keith Whitwell
2007-09-20
Checkpoint: vertex attribute clean-up.
Brian
2007-09-18
Checkpoint: rework shader input/output register mapping.
Brian
2007-08-27
Split out vertex shader/cache/fetch functionality from draw_prim.c
Keith Whitwell