summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_prim_setup.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-23softpipe: remove old prim_setup draw stageKeith Whitwell1-190/+0
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-05-12softpipe: make vbuf handle all primitive typesKeith Whitwell1-7/+8
2008-04-30plug a memleak, destroy setup contextZack Rusin1-0/+2
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell1-1/+1
2008-04-14softpipe: calculate determinant for all triangles, don't rely on draw module ...Keith Whitwell1-1/+0
2008-04-10remove usage of vertex_headerKeith Whitwell1-1144/+45
2008-03-25gallium: added fragment emit/write debug countersBrian1-0/+30
2008-03-20gallium: use new framebuffer width, height fieldsBrian1-1/+1
2008-03-19gallium: added fb_width/height fields to softpipe contextBrian Paul1-1/+1
2008-03-13gallium: set surface status to CLEAR or DEFINED in clearing/drawing code.Brian1-0/+11
2008-02-28gallium: Remove extra level of indirecttion.José Fonseca1-1/+1
2008-02-27gallium: remove dependencies on pipe_shader_state's semantic infoBrian1-2/+2
2008-02-26gallium: added tgsi_shader_field to sp_fragment_shaderBrian1-9/+9
2008-02-22gallium: fix a state validation bug found w/ pointblast.cBrian1-0/+4
2008-02-19gallium: don't hard-code attrib slot=0 in setup_fragcoord_coeff()Brian1-23/+18
2008-02-15Code reorganization: update build.José Fonseca1-2/+2
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+1247