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_fetch.c
Age
Commit message (
Expand
)
Author
2010-04-26
draw: Pass-through pipe_buffer::max_index to translate.
José Fonseca
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-21
draw: Remove unnecessary headers.
Vinson Lee
2010-01-05
gallium: Handle InstanceID as a true 32-bit uint.
Michal Krol
2009-12-30
Add lame support for instanceID to draw module.
Michal Krol
2009-12-30
Implement instanced indexed draw.
Michal Krol
2009-12-29
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-14
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-09
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-05-05
gallium/draw: cope with unused vertex_elements
Keith Whitwell
2009-04-10
draw: Fix vertex_header initialisation.
Michal Krol
2009-01-27
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-06-10
Revert "draw: no need to rearrange most primitives in vcache for flatshade-fi...
Keith Whitwell
2008-06-10
draw: no need to rearrange most primitives in vcache for flatshade-first
Keith Whitwell
2008-05-12
draw: mimize cost of translate key compares, use cache universally
Keith Whitwell
2008-05-09
draw: fix translate double-free, minor cleanups
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
implement linear emition and fetching and plug it in the varray paths
Zack Rusin
2008-04-24
draw: default edgeflag should be one
Keith Whitwell
2008-04-24
draw: handle edgeflags and reset-line-stipple again
Keith Whitwell
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-23
gallium: fix broken hashing for vertex translation
Brian Paul
2008-04-22
Cache translate's structs for emits and fetches.
Zack Rusin
2008-04-21
draw: squash a couple of memory leaks
Keith Whitwell
2008-04-19
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-04-19
draw: always emit header in draw_pt_fetch.c
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