summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-161-0/+2
|\
| * softpipe: Fix softpipe_is_texture_referenced.José Fonseca2009-06-151-0/+2
* | Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"Brian Paul2009-05-301-1/+0
* | softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGONBrian Paul2009-05-271-0/+1
* | gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell2009-05-161-0/+1
|/
* softpipe: remove unneeded #includeBrian Paul2009-02-111-1/+0
* softpipe: asst comments, clean-upsBrian Paul2009-02-111-12/+10
* softpipe: remove some old polygon stipple stuff and do some clean-upsBrian Paul2009-02-111-6/+0
* softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian2009-02-111-1/+1
* gallium: Replace uint64 by standard uint64_t.José Fonseca2009-01-081-1/+1
* softpipe: fix vertex shader texture samplingBrian Paul2008-12-171-2/+4
* softpipe: plug in softpipe's texture samplers into draw module.Brian2008-12-041-0/+7
* softpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabling multithreaded softp...Michal Krol2008-09-081-1/+1
* softpipe: First attempts at multithreaded softpipe.Michal Krol2008-09-081-4/+6
* gallium: fix invalid call to draw_set_mapped_constant_buffer()Brian Paul2008-06-201-1/+1
* gallium: remove the unused softpipe_winsys codeBrian Paul2008-05-011-2/+0
* softpipe: implement SP_NO_RAST env varKeith Whitwell2008-04-221-0/+2
* gallium: take reduced prim, fill modes into account when cullingBrian Paul2008-04-141-0/+2
* gallium: keep track of num_vertex_attribs/buffers for shorter loopsBrian2008-04-081-0/+2
* gallium: get rid of bufloop quad stageBrian2008-04-071-1/+0
* gallium: begin reworking quad stages for multiple color outputsBrian2008-04-071-2/+0
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-3/+3
* gallium: use new framebuffer width, height fieldsBrian2008-03-201-2/+0
* gallium: added fb_width/height fields to softpipe contextBrian Paul2008-03-191-0/+2
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-0/+3
* gallium: new draw stage for polygon stipple.Brian2008-02-211-0/+7
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-201-1/+1
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-151-4/+4
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+152