aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-102-20/+0
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-16/+8
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-082-2/+4
* cso: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-082-10/+12
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-142-5/+7
* Revert "cso: don't release sampler states that are bound"Michel Dänzer2016-12-191-3/+1
* cso: Make sanitize_hash safe for samplersMichel Dänzer2016-12-191-1/+43
* cso: Store hash key in struct cso_samplerMichel Dänzer2016-12-192-0/+2
* cso: Optimize cso_save/restore_fragment_samplersMichel Dänzer2016-12-191-4/+17
* cso: Store pointers to struct cso_sampler in struct sampler_infoMichel Dänzer2016-12-191-15/+18
* cso: Don't restore nr_samplers in cso_restore_fragment_samplersMichel Dänzer2016-12-191-1/+0
* cso: don't release sampler states that are boundMarek Olšák2016-12-071-1/+3
* gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch2016-08-292-2/+4
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-292-2/+2
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-292-5/+7
* gallium/cso: avoid unnecessary null dereferenceEric Engestrom2016-08-241-1/+1
* gallium/cso: allow saving the first fragment shader image slotNicolai Hähnle2016-06-012-0/+48
* cso: remove / add some commentsBrian Paul2016-05-171-6/+4
* cso: null-out previously bound sampler statesBrian Paul2016-05-031-1/+3
* gallium: pause queries for all meta opsMarek Olšák2016-04-122-0/+5
* gallium/cso: fix indentationThomas Hindoe Paaboel Andersen2016-03-021-4/+4
* gallium/cso: only enable compute shaders when TGSI is supportedSamuel Pitoiset2016-02-181-1/+6
* cso: add CSO_BITS_ALL_SHADERSBrian Paul2016-02-161-0/+6
* cso: make most of the cso_save/restore_x() functions staticBrian Paul2016-02-162-85/+70
* cso: add new cso_save/restore_state() functionsBrian Paul2016-02-162-0/+133
* cso: remove commentBrian Paul2016-02-161-1/+0
* cso: add new cso_set_viewport_dims() helperBrian Paul2016-02-162-0/+20
* gallium/cso: add support for compute shadersSamuel Pitoiset2016-02-132-0/+34
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-062-3/+3
* cso: eliminate some sampler function wrappersMarek Olšák2015-07-232-33/+12
* cso: remove clip state handlingMarek Olšák2015-07-232-57/+0
* cso: only allow saving and restoring fragment sampler statesMarek Olšák2015-07-222-14/+18
* cso: drop inefficient checking for redundant sampler state changesMarek Olšák2015-07-221-26/+2
* cso: only allow saving and restoring fragment sampler viewsMarek Olšák2015-07-222-54/+53
* gallium: replace INLINE with inlineIlia Mirkin2015-07-212-8/+8
* cso: add context cleanup code from st/mesaMarek Olšák2015-05-201-0/+7
* gallium/cso: set NULL shaders at context destructionMarek Olšák2015-05-161-0/+7
* gallium/cso: add support for tessellation shadersMarek Olšák2015-05-162-0/+105
* cso: minor comment fixBrian Paul2015-04-221-1/+1
* cso: put cso_release_all into cso_destroy_contextMarek Olšák2014-12-102-19/+5
* gallium/aux: Avoid redefining MAXAlexander von Gluck IV2014-12-101-0/+2
* u_vbuf: Simplify the format fallback translation.Eric Anholt2014-08-241-11/+1
* cso: fix stream-out clean up in cso_release_all()Brian Paul2014-06-121-1/+1
* mesa/st: add support for ARB_sample_shadingIlia Mirkin2014-04-262-0/+23
* cso: check for no sampler view changes in cso_set_sampler_views()Brian Paul2014-04-031-3/+8
* cso: fix sampler view count in cso_set_sampler_views()Brian Paul2014-04-021-3/+4
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-072-6/+9
* s/Tungsten Graphics/VMware/José Fonseca2014-01-176-18/+18
* cso_context: Fix cso_context::sample_mask initial value.José Fonseca2014-01-071-1/+1
* st/mesa: implement layered framebuffer clear for the clear_with_quad fallbackMarek Olšák2013-12-032-0/+25