aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: import PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET handlingMarek Olšák2020-02-111-1/+0
* gallium: Pack the atomic counters just above the SSBOs.Eric Anholt2020-01-211-0/+3
* st/mesa: Allow ASTC5x5 fallbacks separately from other ASTC LDR formats.Kenneth Graunke2020-01-031-0/+1
* st/mesa: remove struct st_vp_variant in favor of st_common_variantMarek Olšák2019-12-091-1/+1
* st/mesa: save currently bound vertex samplers and sampler views in st_contextMarek Olšák2019-12-091-0/+3
* st/mesa: rename st_common_program to st_programMarek Olšák2019-11-191-7/+7
* st/mesa: trivially merge st_vertex_program into st_common_programMarek Olšák2019-11-191-1/+1
* st/mesa: consolidate and simplify code flagging program::affected_statesMarek Olšák2019-11-191-6/+11
* st/mesa: use pipe_screen::finalize_nirMarek Olšák2019-10-231-0/+11
* st/mesa: merge st_fragment_program into st_common_programMarek Olšák2019-10-171-2/+2
* mesa/st: support lowering user-clip-planes automaticallyErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower two-sided lightingErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower point-sizeErik Faye-Lund2019-10-171-0/+1
* mesa/gallium: automatically lower alpha-testingErik Faye-Lund2019-10-171-0/+1
* st/mesa: handling lower flatshading for NIR drivers.Dave Airlie2019-10-171-0/+1
* st/mesa: remove st_compute_program in favor of st_common_programMarek Olšák2019-10-161-1/+1
* st/mesa: use simple_mtx_t instead of mtx_tMarek Olšák2019-10-071-2/+2
* st/mesa: Only pause queries if there are any active queries to pause.Kenneth Graunke2019-09-111-0/+6
* mesa/st: Tie depth clamp lowering in to the VP codeGert Wollny2019-08-011-0/+1
* st/mesa: verify that vertex buffer offset isn't negativePierre-Eric Pelloux-Prayer2019-07-151-0/+1
* mesa/st: drop needless has_shader_model3 booleanErik Faye-Lund2019-07-101-1/+0
* mesa/st: remove always-false stateErik Faye-Lund2019-04-291-1/+0
* st/mesa: implement "zombie" shaders listBrian Paul2019-03-171-0/+23
* st/mesa: implement "zombie" sampler views (v2)Brian Paul2019-03-171-0/+25
* st/mesa: move around some code in st_context.cBrian Paul2019-03-111-9/+0
* st/mesa: move utility functions, macros into new st_util.h fileBrian Paul2019-03-111-90/+28
* st/mesa: Reduce array updates due to current changes.Mathias Fröhlich2019-02-261-0/+9
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-151-0/+2
* gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke2019-01-151-0/+1
* st/mesa: Combine the DrawPixels and Bitmap passthrough VS programs.Kenneth Graunke2018-12-211-2/+3
* st/mesa: Drop !passColor optimization in drawpixels shaders.Kenneth Graunke2018-12-211-1/+1
* st/mesa: Drop dead 'passthrough_fs' field.Kenneth Graunke2018-12-211-2/+0
* st/mesa: regularly re-pin driver threads to the CCX where the app thread isMarek Olšák2018-11-201-0/+2
* st/mesa: throttle texture uploads if their memory usage goes beyond a limitMarek Olšák2018-09-071-0/+7
* st/mesa: implement ASTC 2D LDR fallback for all driversMarek Olšák2018-07-311-0/+1
* st/mesa: add support for ARB_sample_locationsRhys Perry2018-06-141-0/+6
* st/mesa: Remove the now unused gl_vertex_array.Mathias Fröhlich2018-05-101-3/+0
* gallium: Push down the gl_vertex_array inputs into gallium.Mathias Fröhlich2018-03-311-0/+4
* st/mesa: generate blend state according to the number of enabled color buffersMarek Olšák2018-02-091-0/+1
* st/mesa: don't store non-fragment sampler states and views in st_contextMarek Olšák2018-02-081-3/+3
* st/mesa: expand glDrawPixels cache to handle multiple imagesBrian Paul2018-01-251-5/+17
* st/mesa: assume that user constant buffers are always supportedMarek Olšák2018-01-171-1/+0
* st/mesa: start adding support for hw atomics atom. (v2)Dave Airlie2017-11-101-0/+1
* st/mesa: replace st_shader_stage_to_ptargetNicolai Hähnle2017-08-021-24/+0
* st/mesa: Add support for KHR_no_error flagGrigori Goronzy2017-07-141-1/+2
* st/mesa: add a winsys buffers list in st_contextCharmaine Lee2017-07-111-0/+8
* st/mesa: remove unused st_framebuffer::Private fieldBrian Paul2017-07-071-1/+0
* st/mesa: don't set 16 scissors and 16 viewports if they're unusedMarek Olšák2017-06-221-0/+1
* st/mesa: remove redundant sample_mask checkingMarek Olšák2017-06-221-1/+0
* st/mesa: don't track shader variants in st_contextMarek Olšák2017-06-221-5/+0