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
/
gallium
/
auxiliary
/
draw
/
draw_pt_emit.c
Age
Commit message (
Expand
)
Author
2009-02-17
draw: second argument to unmap is max, not count
Keith Whitwell
2009-02-17
draw: add map/unmap directives for swtnl driver interface
Keith Whitwell
2008-12-10
gallium: change 65535 to UNDEFINED_VERTEX_ID
Alan Hourihane
2008-12-10
gallium: more vertex count checks
Alan Hourihane
2008-12-10
gallium: temporary check for > 65535 vertices
Alan Hourihane
2008-10-06
make draw's vertex_info struct smaller/quicker to compare with memcmp()
Keith Whitwell
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-06-18
gallium: additional fixes to ensure even number of vertices per buffer
Brian Paul
2008-06-04
draw: respect driver's max vertex buffer size
Keith Whitwell
2008-05-27
draw: add disabled debug code
Keith Whitwell
2008-05-26
draw: defensively flush pipeline backend when setting primitive
Keith Whitwell
2008-05-26
draw: defensively reset render primitive some more
Keith Whitwell
2008-05-26
draw: defensively reset render primitive, which can get clobbered by clipping
Keith Whitwell
2008-05-26
draw: add missing break
Keith Whitwell
2008-05-19
Merge commit 'origin/gallium-0.1' into gallium-vertex-linear
Zack Rusin
2008-05-12
draw: mimize cost of translate key compares, use cache universally
Keith Whitwell
2008-05-09
draw: Fix number of vertices allocated in draw_pt_emit().
Michel Dänzer
2008-05-09
draw: mimize cost of translate key compares, use cache universally
Keith Whitwell
2008-05-08
Merge branch 'gallium-0.1' into gallium-vertex-linear
Keith Whitwell
2008-05-08
draw: only fill in / compare the part of the translate key we're using.
Keith Whitwell
2008-05-08
silence debugging output
Zack Rusin
2008-05-08
implement linear emition and fetching and plug it in the varray paths
Zack Rusin
2008-04-29
gallium: init hw_key with memset() to silence valgrind warnings
Brian Paul
2008-04-23
Add translate cache to fetch_emit stage and add out of memory
Zack Rusin
2008-04-23
Create a sharable translate_cache and use it.
Zack Rusin
2008-04-23
fix the simple hash finding function and use it
Zack Rusin
2008-04-22
Cache translate's structs for emits and fetches.
Zack Rusin
2008-04-18
draw: remove draw_vf code, use translate instead
Keith Whitwell
2008-04-18
translate: add sse version based on old draw_vf_sse.c
Keith Whitwell
2008-04-18
draw: split off all the extra functionality in the vertex shader
Keith Whitwell
2008-04-17
draw: move hw vertex emit to a new module
Keith Whitwell