summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-02-17softpipe: rename env vars to be consistentBrian Paul
2011-01-20softpipe: check for null pointers during context create/destroyBrian Paul
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-25softpipe: minor asst. clean-upsBrian Paul
2010-09-25softpipe: make clip state functions staticBrian Paul
2010-09-25softpipe: make stream out state functions staticBrian Paul
2010-09-25softpipe: make rasterizer state functions staticBrian Paul
2010-09-25softpipe: make vertex state functions staticBrian Paul
2010-09-25softpipe: make sampler state functions staticBrian Paul
2010-09-25softpipe: make blend/stencil/depth functions staticBrian Paul
2010-09-25softpipe: make shader-related functions staticBrian Paul
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin
2010-06-08gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin
2010-06-08gallium: add interface for DrawAuto and implement it in softpipeZack Rusin
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger
2010-05-06softpipe: fix dangling references to shaders in the TGSI executorBrian Paul
2010-04-21softpipe: call draw_wide_point_sprites()Brian Paul
2010-04-19softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell
2010-03-01softpipe: adapt to new vertex element csoRoland Scheidegger
2010-02-10softpipe: adapt to stencil ref changesRoland Scheidegger
2010-02-08softpipe: Remove unnecessary headers.Vinson Lee
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2009-12-31softpipe: implement conditional renderingBrian Paul
2009-12-30sp: Implement draw_elements_instanced().Michal Krol
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol
2009-12-25softpipe: make it possible to dump geometry shader from the softpipeZack Rusin