summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_prim_setup.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* softpipe: make vbuf handle all primitive typesKeith Whitwell2008-05-121-7/+8
* plug a memleak, destroy setup contextZack Rusin2008-04-301-0/+2
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-1/+1
* softpipe: calculate determinant for all triangles, don't rely on draw module ...Keith Whitwell2008-04-141-1/+0
* remove usage of vertex_headerKeith Whitwell2008-04-101-1144/+45
* gallium: added fragment emit/write debug countersBrian2008-03-251-0/+30
* gallium: use new framebuffer width, height fieldsBrian2008-03-201-1/+1
* gallium: added fb_width/height fields to softpipe contextBrian Paul2008-03-191-1/+1
* gallium: set surface status to CLEAR or DEFINED in clearing/drawing code.Brian2008-03-131-0/+11
* gallium: Remove extra level of indirecttion.José Fonseca2008-02-281-1/+1
* gallium: remove dependencies on pipe_shader_state's semantic infoBrian2008-02-271-2/+2
* gallium: added tgsi_shader_field to sp_fragment_shaderBrian2008-02-261-9/+9
* gallium: fix a state validation bug found w/ pointblast.cBrian2008-02-221-0/+4
* gallium: don't hard-code attrib slot=0 in setup_fragcoord_coeff()Brian2008-02-191-23/+18
* Code reorganization: update build.José Fonseca2008-02-151-2/+2
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+1247