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
/
cell
/
ppu
/
cell_draw_arrays.c
Age
Commit message (
Expand
)
Author
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-05-21
cell: assorted compilation fixes
Brian Paul
2010-04-19
cell: Implement index bias.
José Fonseca
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-09
cell: fix up assorted compilation problems
Brian Paul
2010-03-09
cell: attempt conversion to sw_winsys
Keith Whitwell
2010-03-04
gallium: remove redundant includes
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: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-05
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
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-23
gallium: propagate draw retval changes into cell driver
Roland Scheidegger
2009-12-19
gallium: fix up drivers for edgeflag changes
Roland Scheidegger
2009-02-07
cell: compile fix: pipe_constant_buffer no longer has size field
Brian Paul
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
2008-09-04
cell: more cell_init_*_functions()
Brian Paul
2008-09-04
cell: include p_inlines.h
Brian Paul
2008-09-04
cell: Use pipe_buffer_* inlines as much as possible.
José Fonseca
2008-08-25
cell: asst fixes to get driver building/running again.
Brian
2008-04-19
cell: don't need to trim prims
Keith Whitwell
2008-04-08
cell: keep track of num_vertex_attribs/buffers for shorter loops
Brian
2008-03-27
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
2008-02-25
cell: Trivial compiler warning clean-ups.
Ian Romanick
2008-02-21
Cell: Initial pass at unified data cache
Ian Romanick
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca