summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_derived.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+2
2008-04-10remove usage of vertex_headerKeith Whitwell1-11/+2
2008-03-20gallium: use new framebuffer width, height fieldsBrian1-2/+2
2008-03-19gallium: added fb_width/height fields to softpipe contextBrian Paul1-11/+2
2008-03-14gallium: fix some compiler warningsKeith Whitwell1-1/+3
2008-03-13gallium: in softpipe_get_vertex_info() generate a vbuf vertex_info with real ...Brian1-0/+12
2008-02-27gallium: added draw_num_vs_outputs() to query number of post-transform vertex...Brian1-2/+2
2008-02-26gallium: remove unused varBrian1-1/+0
2008-02-26gallium: added tgsi_shader_field to sp_fragment_shaderBrian1-4/+5
2008-02-25softpipe: use draw_find_vs_output() directlyBrian1-32/+7
2008-02-18gallium: antialiased line drawingBrian1-7/+10
2008-02-15Code reorganization: update build.José Fonseca1-3/+3
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+235