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.c
Age
Commit message (
Expand
)
Author
2008-03-23
gallium: beginnings of draw module vertex rework
Keith Whitwell
2008-03-22
gallium: fix mem leak (fee pstipple stage)
Brian
2008-03-14
gallium: add explicit control for point sprites (convert points to textured q...
Brian
2008-03-13
gallium: fix bug in draw_num_vs_outputs()
Brian
2008-03-13
gallium: added draw_enable_line_stipple() function
Brian
2008-03-11
draw: don't free our copy of the render stage -- just borrowing it from vbuf ...
Keith Whitwell
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-27
gallium: remove dependencies on pipe_shader_state's semantic info
Brian
2008-02-26
gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()
Brian
2008-02-25
gallium: fix bad ptr assignment
Brian
2008-02-25
gallium: modify draw_find_vs_output() to search vertex shader outputs
Brian
2008-02-21
gallium: new AA point drawing stage
Brian
2008-02-21
draw: vertex cache rework
Keith Whitwell
2008-02-18
gallium: antialiased line drawing
Brian
2008-02-15
Code reorganization: s/aux/auxiliary/.
José Fonseca