summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-21Merge branch 'gallium-polygon-stipple'Brian Paul1-0/+14
2011-07-21softpipe: use the polygon stipple utility moduleBrian Paul1-0/+14
2011-07-08[g3dvl] and finally remove pipe_video_contextChristian König1-0/+2
2011-07-08[g3dvl] move video buffer creation out of video contextChristian König1-0/+3
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-1/+1
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-13/+11
2011-02-17softpipe: rename env vars to be consistentBrian Paul1-2/+2
2011-01-20softpipe: check for null pointers during context create/destroyBrian Paul1-5/+21
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet1-1/+1
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul1-4/+4
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák1-0/+4
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-3/+3
2010-09-25softpipe: minor asst. clean-upsBrian Paul1-3/+2
2010-09-25softpipe: make clip state functions staticBrian Paul1-5/+1
2010-09-25softpipe: make stream out state functions staticBrian Paul1-5/+1
2010-09-25softpipe: make rasterizer state functions staticBrian Paul1-6/+1
2010-09-25softpipe: make vertex state functions staticBrian Paul1-5/+1
2010-09-25softpipe: make sampler state functions staticBrian Paul1-11/+2
2010-09-25softpipe: make blend/stencil/depth functions staticBrian Paul1-10/+1
2010-09-25softpipe: make shader-related functions staticBrian Paul1-12/+1
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-5/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+2
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin1-1/+23
2010-06-08gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin1-1/+1
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin1-0/+1
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin1-1/+5
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger1-0/+1
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger1-0/+1
2010-05-06softpipe: fix dangling references to shaders in the TGSI executorBrian Paul1-0/+5
2010-04-21softpipe: call draw_wide_point_sprites()Brian Paul1-0/+2
2010-04-19softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul1-0/+4
2010-04-19Merge branch '7.8'Brian Paul1-1/+1
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-11/+7
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-4/+6
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-4/+6
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-2/+5
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell1-1/+4
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell1-1/+1
2010-03-01softpipe: adapt to new vertex element csoRoland Scheidegger1-1/+4
2010-02-10softpipe: adapt to stencil ref changesRoland Scheidegger1-0/+1
2010-02-08softpipe: Remove unnecessary headers.Vinson Lee1-1/+0
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-1/+3
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-0/+1
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol1-1/+1
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol1-3/+7
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-2/+2
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol1-0/+20