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
/
drivers
/
softpipe
/
sp_draw_arrays.c
Age
Commit message (
Expand
)
Author
2010-08-25
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-07-29
gallium: Avoid void pointer arithmetic.
Chia-I Wu
2010-07-29
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-15
softpipe: re-order drawing functions to get rid of prototype
Brian Paul
2010-06-08
gallium: rename draw_auto to draw_stream_output, plus fix a comment
Zack Rusin
2010-06-08
gallium: add interface for DrawAuto and implement it in softpipe
Zack Rusin
2010-04-19
softpipe: Implement index bias.
José Fonseca
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-04
gallium: remove redundant includes
Keith Whitwell
2010-03-04
softpipe: rework to use the llvmpipe winsys
Keith Whitwell
2010-02-02
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...
José Fonseca
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-28
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
2010-01-28
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-28
gallium: Implement 2D constant buffers for fragment shader in softpipe.
Michal Krol
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-14
Merge branch 'instanced-arrays'
Michal Krol
2010-01-12
gallium: draw_arrays/elements_instanced() are of type void.
Michal Krol
2010-01-06
softpipe: fix draw return value
Keith Whitwell
2010-01-05
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
2010-01-05
Merge branch 'master' into instanced-arrays
Michal Krol
2009-12-31
softpipe: implement conditional rendering
Brian Paul
2009-12-30
sp: Generalise drawing code to remove dupes.
Michal Krol
2009-12-30
sp: Implement draw_elements_instanced().
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-24
gallium: adapt drivers to pipe_constant_buffer removal
Roland Scheidegger
2009-12-21
gallium: propogate draw retval changes into more drivers
Keith Whitwell
2009-12-14
gallium: more work for edgeflags changes
Roland Scheidegger
2009-06-19
softpipe: use u_reduced_prim()
Brian Paul
2009-06-19
softpipe: whitespace, reformatting
Brian Paul
2009-06-15
softpipe: Fix softpipe_is_texture_referenced.
José Fonseca
2009-02-16
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-09
softpipe: add null ptr check in softpipe_map_constant_buffers()
Brian Paul
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-01-30
gallium: make p_winsys internal
Zack Rusin
2009-01-29
gallium: give the screen priority when it comes to buffer allocations
Zack Rusin
2009-01-27
gallium: remove redundant size from the constant buffer
Zack Rusin
2008-09-04
softpipe: Add missing include.
José Fonseca
2008-09-04
softpipe: Use pipe_buffer_* inlines as much as possible.
José Fonseca
2008-06-20
gallium: fix invalid call to draw_set_mapped_constant_buffer()
Brian Paul
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-05-01
softpipe: use CPU flags for mapping
Keith Whitwell
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-04-24
gallium: plug in softpipe_set_edgeflags() function
Brian Paul
2008-04-19
softpipe: don't need to trim prims
Keith Whitwell
2008-04-14
gallium: take reduced prim, fill modes into account when culling
Brian Paul
2008-04-08
gallium: keep track of num_vertex_attribs/buffers for shorter loops
Brian
[next]