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_prim_setup.c
Age
Commit message (
Expand
)
Author
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-05-12
softpipe: make vbuf handle all primitive types
Keith Whitwell
2008-04-30
plug a memleak, destroy setup context
Zack Rusin
2008-04-19
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
2008-04-14
softpipe: calculate determinant for all triangles, don't rely on draw module ...
Keith Whitwell
2008-04-10
remove usage of vertex_header
Keith Whitwell
2008-03-25
gallium: added fragment emit/write debug counters
Brian
2008-03-20
gallium: use new framebuffer width, height fields
Brian
2008-03-19
gallium: added fb_width/height fields to softpipe context
Brian Paul
2008-03-13
gallium: set surface status to CLEAR or DEFINED in clearing/drawing code.
Brian
2008-02-28
gallium: Remove extra level of indirecttion.
José Fonseca
2008-02-27
gallium: remove dependencies on pipe_shader_state's semantic info
Brian
2008-02-26
gallium: added tgsi_shader_field to sp_fragment_shader
Brian
2008-02-22
gallium: fix a state validation bug found w/ pointblast.c
Brian
2008-02-19
gallium: don't hard-code attrib slot=0 in setup_fragcoord_coeff()
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca