summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache/cso_context.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch2016-08-291-1/+2
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-2/+3
* gallium/cso: allow saving the first fragment shader image slotNicolai Hähnle2016-06-011-0/+9
* gallium: pause queries for all meta opsMarek Olšák2016-04-121-0/+1
* cso: add CSO_BITS_ALL_SHADERSBrian Paul2016-02-161-0/+6
* cso: make most of the cso_save/restore_x() functions staticBrian Paul2016-02-161-47/+0
* cso: add new cso_save/restore_state() functionsBrian Paul2016-02-161-0/+24
* cso: remove commentBrian Paul2016-02-161-1/+0
* cso: add new cso_set_viewport_dims() helperBrian Paul2016-02-161-0/+2
* gallium/cso: add support for compute shadersSamuel Pitoiset2016-02-131-0/+4
* cso: eliminate some sampler function wrappersMarek Olšák2015-07-231-4/+2
* cso: remove clip state handlingMarek Olšák2015-07-231-13/+0
* cso: only allow saving and restoring fragment sampler statesMarek Olšák2015-07-221-2/+2
* cso: only allow saving and restoring fragment sampler viewsMarek Olšák2015-07-221-2/+2
* gallium/cso: add support for tessellation shadersMarek Olšák2015-05-161-0/+12
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-101-4/+0
* mesa/st: add support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+4
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* 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