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_context.h
Age
Commit message (
Expand
)
Author
2010-01-28
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-05
Merge branch 'master' into instanced-arrays
Michal Krol
2009-12-29
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-25
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-09
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2008-12-10
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-12-10
gallium: added draw_set_mrd() function to fix polygon offset
Brian Paul
2008-12-10
draw: add const qualifiers
Keith Whitwell
2008-12-04
gallium: added draw_texture_samplers() to support texture fetches from vertex...
Brian
2008-10-07
draw: add switch for drivers to force vertex data passthrough
Keith Whitwell
2008-08-25
gallium: added const qualifiers on some draw funcs
Brian
2008-05-29
draw: make sure constant buffer data is aligned before passing to aos.c
Keith Whitwell
2008-05-29
draw: draw_range_elements trial
Keith Whitwell
2008-04-22
draw: allow drivers to query pipeline state more easily
Keith Whitwell
2008-04-21
draw: propogate lots of errors
Keith Whitwell
2008-04-21
draw: propogate errors out of aapoint stage
Keith Whitwell
2008-04-21
draw: propogate errors out of aaline stage
Keith Whitwell
2008-04-21
gallium: Centralize SSE usage logic.
José Fonseca
2008-04-19
draw: remove named clipmask flags, tidy up pt middle ends
Keith Whitwell
2008-04-04
gallium: Handle client-supplied edgeflags.
Keith Whitwell
2008-03-29
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-14
gallium: add explicit control for point sprites (convert points to textured q...
Brian
2008-03-13
gallium: added draw_enable_line_stipple() function
Brian
2008-03-10
draw: placeholder/prototype code for a passthrough draw path
Keith Whitwell
2008-02-28
gallium: split draw_wide_prim stage into separate point/line stages.
Brian Paul
2008-02-27
gallium: added draw_num_vs_outputs() to query number of post-transform vertex...
Brian
2008-02-26
gallium: updated prototype (missed in prev commit)
Brian
2008-02-21
gallium: new draw stage for polygon stipple.
Brian
2008-02-21
gallium: new AA point drawing stage
Brian
2008-02-18
gallium: antialiased line drawing
Brian
2008-02-15
Code reorganization: s/aux/auxiliary/.
José Fonseca