summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-20mesa/st: merge perfmon counters/groups objects from st into mesaDave Airlie1-3/+0
2021-12-08mesa/st: move some context functions to direct callsDave Airlie1-1/+4
2021-12-08mesa/st: move clear/flush/finish to direct callDave Airlie1-0/+3
2021-12-08mesa/st: move query memory info to direct callDave Airlie1-0/+1
2021-12-08mesa/st: move Enable to direct callDave Airlie1-2/+1
2021-12-06mesa/st: Remove GL_ARB_depth_clamp emulation support.Emma Anholt1-1/+0
2021-12-03st/pbo: add the image format in the download FSJuan A. Suarez Romero1-0/+7
2021-11-18gallium: implement compute pbo downloadMike Blumenkrantz1-0/+2
2021-11-03st/mesa: don't update vertex elements when GL doesn't change themMarek Olšák1-0/+1
2021-09-09mesa: add ValidateEGLImage driver callbackQiang Yu1-1/+1
2021-06-27st/mesa: don't track FS sampler views for bitmap/drawpix in st_contextMarek Olšák1-1/+0
2021-06-27st/mesa: don't track VS sampler views for st_draw_feedback in st_contextMarek Olšák1-1/+0
2021-06-07st/pbo: use correct type for images and texturesErik Faye-Lund1-2/+2
2021-04-27gallium: Add a transcode_astc driconf optionJason Ekstrand1-0/+1
2021-03-17st/mesa: add a driconf option to transcode ETC2 to DXTCMarek Olšák1-0/+1
2021-02-23gallium/st: lower rectangle textures if not supportedChristian Gmeiner1-0/+1
2021-02-18mesa/st: add PIPE_CAP_GL_CLAMPMike Blumenkrantz1-0/+1
2021-01-25gallium/st: lower point-sprites if not supportedErik Faye-Lund1-0/+1
2021-01-15st/mesa: optimize binding and unbinding shader imagesMarek Olšák1-0/+1
2021-01-12gallium: Add new cap PIPE_CAP_TEXTURE_BUFFER_SAMPLERIcecream951-0/+1
2021-01-11mesa/st: fix regression for basic driversErik Faye-Lund1-0/+1
2021-01-05st/mesa: simplify checking whether to pin threads to L3Marek Olšák1-2/+4
2020-12-29st/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_VIEWPORT and skip gsMike Blumenkrantz1-2/+2
2020-12-03st/mesa: move cso_context next to the other pointersMarek Olšák1-2/+1
2020-12-03st/mesa: put pipe_screen * into st_context and use itMarek Olšák1-2/+1
2020-12-01st/mesa: replace st_context::state::constants with a maskMarek Olšák1-4/+1
2020-12-01st/mesa: add a faster path for uploading state parameters into constant buffersMarek Olšák1-0/+1
2020-10-20st/mesa: Drop the TGSI paths for PBOs and use nir-to-tgsi if needed.Eric Anholt1-0/+2
2020-08-25mesa: add NV_copy_depth_to_color support for nirIndrajit Kumar Das1-1/+1
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-1/+1
2020-04-29gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz1-0/+4
2020-02-28gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák1-1/+2
2020-02-11mesa: import PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET handlingMarek Olšák1-1/+0
2020-01-21gallium: Pack the atomic counters just above the SSBOs.Eric Anholt1-0/+3
2020-01-03st/mesa: Allow ASTC5x5 fallbacks separately from other ASTC LDR formats.Kenneth Graunke1-0/+1
2019-12-09st/mesa: remove struct st_vp_variant in favor of st_common_variantMarek Olšák1-1/+1
2019-12-09st/mesa: save currently bound vertex samplers and sampler views in st_contextMarek Olšák1-0/+3
2019-11-19st/mesa: rename st_common_program to st_programMarek Olšák1-7/+7
2019-11-19st/mesa: trivially merge st_vertex_program into st_common_programMarek Olšák1-1/+1
2019-11-19st/mesa: consolidate and simplify code flagging program::affected_statesMarek Olšák1-6/+11
2019-10-23st/mesa: use pipe_screen::finalize_nirMarek Olšák1-0/+11
2019-10-17st/mesa: merge st_fragment_program into st_common_programMarek Olšák1-2/+2
2019-10-17mesa/st: support lowering user-clip-planes automaticallyErik Faye-Lund1-0/+1
2019-10-17mesa/gallium: automatically lower two-sided lightingErik Faye-Lund1-0/+1
2019-10-17mesa/gallium: automatically lower point-sizeErik Faye-Lund1-0/+1
2019-10-17mesa/gallium: automatically lower alpha-testingErik Faye-Lund1-0/+1
2019-10-17st/mesa: handling lower flatshading for NIR drivers.Dave Airlie1-0/+1
2019-10-16st/mesa: remove st_compute_program in favor of st_common_programMarek Olšák1-1/+1
2019-10-07st/mesa: use simple_mtx_t instead of mtx_tMarek Olšák1-2/+2
2019-09-11st/mesa: Only pause queries if there are any active queries to pause.Kenneth Graunke1-0/+6