aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache
Commit message (Expand)AuthorAgeFilesLines
* gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2020-02-282-23/+17
* gallium/cso_hash: inline struct cso_hash_dataMarek Olšák2020-02-282-32/+28
* gallium/cso_hash: pack cso_node betterMarek Olšák2020-02-281-1/+1
* gallium/cso_hash: remove another layer of pointer indirectionMarek Olšák2020-02-142-45/+37
* gallium/cso_hash: cosmetic changes, no behavior changesMarek Olšák2020-02-142-57/+43
* gallium/cso_hash: remove always constant variable nodeSizeMarek Olšák2020-02-142-3/+1
* gallium/cso_hash: make cso_hash declared within structures instead of alloc'dMarek Olšák2020-02-143-22/+13
* gallium/cso_hash: inline a bunch of functionsMarek Olšák2020-02-142-46/+46
* gallium: bypass u_vbuf if it's not needed (no fallbacks and no user VBOs)Marek Olšák2020-01-082-7/+83
* gallium/cso_context: move non-vbuf vertex buffer and element code into helpersMarek Olšák2020-01-081-24/+43
* gallium: put u_vbuf_get_caps return values into u_vbuf_capsMarek Olšák2020-01-082-5/+12
* mesa/st: Expose compute shaders when NIR support is advertised.Eric Anholt2018-12-131-1/+2
* gallium/aux/cso_cache: Fix various warningsGert Wollny2018-06-202-7/+7
* cso: check count == 0 in cso_set_vertex_buffersMarek Olšák2018-05-151-0/+3
* gallium: remove aux_vertex_buffer_slot codeMarek Olšák2018-05-122-38/+19
* gallium/pp: use user constant buffersMarek Olšák2018-04-042-0/+20
* cso: don't cycle through PIPE_MAX_SHADER_SAMPLER_VIEWS on context destroyRoland Scheidegger2018-02-281-1/+3
* cso: add a couple sanity check assertions in cso_draw_vbo()Brian Paul2018-02-081-0/+6
* cso: add point rasterization sanity check assertionBrian Paul2017-12-121-0/+5
* cso: add cso_get_pipe_contextMarek Olšák2017-11-252-0/+5
* cso: inline a few frequently-used functionsMarek Olšák2017-06-222-31/+26
* cso: don't return errors from sampler functionsMarek Olšák2017-06-222-18/+8
* cso: don't track the number of sampler states boundMarek Olšák2017-06-221-36/+23
* 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