summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_pbo.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-171-1/+1
* nir: Add helpers for lazy var creation.Emma Anholt2023-05-161-28/+19
* mesa/st: add MESA_COMPUTE_PBO env varMike Blumenkrantz2022-09-101-1/+7
* mesa/st: move compute pbo shutdown to compute pbo fileMike Blumenkrantz2022-09-101-5/+1
* gallium: rename sysval capsErik Faye-Lund2022-03-171-1/+1
* gallium: rename layer-viewport capsErik Faye-Lund2022-03-171-1/+1
* gallium: rename vs instance id capErik Faye-Lund2022-03-171-1/+1
* mesa/st: remove st_cb_bufferobjects*Dave Airlie2021-12-151-1/+0
* mesa/st: merge st buffer object into GLDave Airlie2021-12-151-1/+1
* st/pbo: set layer coord for array texturesJuan A. Suarez Romero2021-12-031-6/+12
* st/pbo: add the image format in the download FSJuan A. Suarez Romero2021-12-031-7/+34
* st/pbo: do not use GS for NIR preferred shadersJuan A. Suarez Romero2021-12-031-1/+7
* gallium: implement compute pbo downloadMike Blumenkrantz2021-11-181-0/+9
* mesa/st: make sampler_type_for_target publicMike Blumenkrantz2021-11-181-14/+3
* cso: add missing parameters into cso_set_vertex_buffersMarek Olšák2021-11-031-1/+1
* nir: s/nir_var_mem_image/nir_var_image/gJason Ekstrand2021-10-161-1/+1
* st/pbo: Use nir_var_mem_image for imagesJason Ekstrand2021-10-151-1/+1
* st/mesa: fix pbo download store image typeIlia Mirkin2021-08-111-1/+2
* st/pbo: set nir_tex_instr::is_array fieldPierre-Eric Pelloux-Prayer2021-08-061-0/+1
* st/pbo: only use x coord when reading a PIPE_TEXTURE_1DPierre-Eric Pelloux-Prayer2021-08-061-0/+5
* gallium: add pipe_vertex_element::dual_slot to move lowering to CSO creationMarek Olšák2021-08-021-0/+1
* st/pbo: use correct type for images and texturesErik Faye-Lund2021-06-071-7/+31
* Revert "st/pbo: use cso_set_vertex_buffers_and_elements() for st_pbo_draw"Marek Olšák2021-04-211-1/+5
* st/pbo: use cso_set_vertex_buffers_and_elements() for st_pbo_drawMike Blumenkrantz2021-04-191-5/+1
* st/mesa: fix PBO download for TEXTURE_1D_ARRAY texturesYevhenii Kharchenko2021-02-191-3/+8
* gallium: add take_ownership param into set_constant_buffer to eliminate atomicsMarek Olšák2021-01-271-1/+1
* st/mesa: Use sized types for nir_tex_instr::dest_typeConnor Abbott2021-01-251-1/+1
* st/mesa: fix pbo upload/download for arrays of textures with only 1 layerAndrii Simiklit2021-01-201-10/+15
* st/mesa: unbind sampler views, images, and vertex buffers after meta opsMarek Olšák2021-01-151-0/+1
* st/mesa: don't use cso_context to restore VBs, etc. for PBO glTexSubImageMarek Olšák2021-01-151-1/+2
* st: use intrinsic buildersChristian Gmeiner2021-01-061-10/+6
* st/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_VIEWPORT and skip gsMike Blumenkrantz2020-12-291-21/+28
* st/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_VIEWPORTMike Blumenkrantz2020-12-141-1/+1
* st/mesa: put pipe_screen * into st_context and use itMarek Olšák2020-12-031-3/+2
* nir/builder: Add a name format arg to nir_builder_init_simple_shader().Eric Anholt2020-11-111-6/+8
* nir/builder: Drop the mem_ctx arg from nir_builder_init_simple_shader().Eric Anholt2020-11-111-2/+2
* nir_builder: Return a new builder from nir_builder_init_simple_shader().Eric Anholt2020-11-111-4/+2
* st/nir: Fix the st->pbo.use_gs case.Eric Anholt2020-11-041-6/+41
* st/mesa: Drop the TGSI paths for PBOs and use nir-to-tgsi if needed.Eric Anholt2020-10-201-237/+11
* gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cacheMarek Olšák2020-03-101-4/+4
* gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2020-02-281-7/+8
* spirv,nir: add new lod parameter to image_{load,store} intrinsicsSamuel Pitoiset2020-01-091-0/+1
* nir: move data.image.access to data.accessMarek Olšák2019-11-191-1/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* st/nir: count num_uniforms for FS bultin shaderCaio Marcelo de Oliveira Filho2019-02-271-0/+2
* st/nir: Use sampler derefs in built-in shaders.Kenneth Graunke2019-02-111-3/+14
* st/nir: Use src/ relative include path for autotoolsKristian H. Kristensen2019-02-051-1/+2
* st/mesa: Add NIR versions of the PBO upload/download shaders.Kenneth Graunke2019-02-051-2/+188
* gallium: remove aux_vertex_buffer_slot codeMarek Olšák2018-05-121-1/+1
* st/mesa: assume that user constant buffers are always supportedMarek Olšák2018-01-171-15/+3