summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache/cso_context.h
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: implement layered framebuffer clear for the clear_with_quad fallbackMarek Olšák2013-12-031-0/+5
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-1/+2
* cso: add constant buffer save/restore feature for postprocessingMarek Olšák2013-03-261-0/+13
* gallium/cso: don't use the pipe_error return type where it's not neededMarek Olšák2012-12-121-16/+12
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-121-0/+5
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-3/+7
* gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák2012-08-041-0/+2
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-031-50/+29
* cso: cso_context should install u_vbuf by itself and not st/mesaMarek Olšák2012-04-301-2/+0
* gallium: make user vertex buffers optionalMarek Olšák2012-04-241-0/+3
* cso: add set_index_buffer and draw_vbo passthrough functionsMarek Olšák2012-04-241-0/+13
* gallium/cso: Put the comment about shader in the code for future reference.José Fonseca2012-02-221-0/+7
* gallium/cso: kill off non-functional shader cachingMarek Olšák2012-02-211-13/+0
* st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák2011-12-151-0/+8
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-141-0/+7
* gallium: interface changes for multisamplingRoland Scheidegger2010-04-261-0/+2
* cso: remove cso_set/save/restore_sampler_texturesRoland Scheidegger2010-03-191-8/+0
* cso: Remove set/save/restore_vertex_sampler_textures().Michal Krol2010-03-121-11/+0
* cso: Add entry points for vertex/fragment sampler views.Michal Krol2010-03-121-0/+28
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-1/+6
|\
| * gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger2010-02-181-1/+6
* | cso: Track clip state with cso context.Michal Krol2010-02-241-0/+13
|/
* gallium: give pipe_stencil_ref its own cso_save/restore functionsRoland Scheidegger2010-02-111-0/+2
* gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-0/+4
* cso: Add set_vertex_samplers functionJakob Bornecrantz2010-01-181-0/+4
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+7
* cso: Fix function prototype.Michal Krol2009-12-011-1/+1
* cso: Add support for separate vertex sampler state.Michal Krol2009-12-011-0/+25
* gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-251-1/+1
* gallium: make cso_release_all() publicBrian Paul2008-04-241-0/+2
* gallium: added cso_delete_vertex_fragment_shader() functionsBrian Paul2008-04-241-0/+6
* make the api consistent (all set functions return pipe_error status)Zack Rusin2008-04-211-13/+13
* initial stab at error handling in csoZack Rusin2008-04-211-17/+17
* cso: provide functions to bind fs/vs handles directlyKeith Whitwell2008-04-211-0/+4
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-9/+44
* gallium: added cso_unset_*() functionsBrian2008-03-181-0/+13
* cso: add a higher-level interface which does all pipe interactions to set a g...Keith Whitwell2008-03-091-0/+85