summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
...
* mesa/st: Signal state changes when depth_clamp is emulatedGert Wollny2019-08-011-1/+25
* mesa/st: Add depth clamping to rasterizer codeGert Wollny2019-08-012-6/+39
* mesa/st: Tie depth_clamp code into other shaders (GS and TES)Gert Wollny2019-08-013-1/+36
* mesa/st: Tie depth_clamp lowering into the FSGert Wollny2019-08-013-0/+18
* mesa/st: Tie depth clamp lowering in to the VP codeGert Wollny2019-08-014-0/+32
* mesa/st: add tgsi-lowering code for depth-clampErik Faye-Lund2019-08-012-0/+447
* mesa/st: replace boolean declarations by boolGert Wollny2019-08-011-2/+2
* state_tracker: Free Labels for querry and tranform_feedbackYevhenii Kolesnikov2019-07-312-0/+2
* gallium: add handling for YUV planar surfacesMike Blumenkrantz2019-07-316-7/+135
* st/mesa: Skip scissor rect updates when scissor is entirely disabled.Kenneth Graunke2019-07-311-0/+3
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-314-7/+7
* st/tests: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-311-2/+2
* gallium: Add PIPE_CAP_TEXTURE_SHADOW_LODSagar Ghuge2019-07-301-0/+1
* state_tracker: Add destroying routine for feedback and select stagesYevhenii Kolesnikov2019-07-261-2/+2
* gallium+mesa: fix tgsi_semantic array typeEric Engestrom2019-07-243-8/+12
* mesa/st: rewrite src var when lowering tex_src_planePierre-Eric Pelloux-Prayer2019-07-231-2/+28
* st/mesa: Try re-importing resource if necessary in st_vdpau_map_surfaceMichel Dänzer2019-07-231-6/+18
* st/nir: use asprintf() wrapper to fix MSVC issuesEric Engestrom2019-07-231-0/+1
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-222-26/+26
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-1/+1
* st/nir: fix arb fragment stage conversionDave Airlie2019-07-231-1/+1
* mesa/tests: add missing dep_threadEric Engestrom2019-07-191-0/+1
* gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVALAndreas Baierl2019-07-181-0/+2
* glsl: Optionally declare gl_PointCoord as a system valueAndreas Baierl2019-07-181-0/+2
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-163-5/+4
* state_tracker: Move the format test out to be an actual unit test.Eric Anholt2019-07-163-51/+117
* mesa/st: add sampler uniformsRob Clark2019-07-161-6/+45
* st,i965: Stop looping on 64-bit loweringJason Ekstrand2019-07-161-17/+8
* st/mesa: verify that vertex buffer offset isn't negativePierre-Eric Pelloux-Prayer2019-07-153-0/+15
* st/mesa: don't invalidate a buffer range that is mappedMarek Olšák2019-07-151-6/+21
* compiler: Save a single copy of the softfp64 shader in the context.Kenneth Graunke2019-07-101-5/+3
* gallium: give vertex-shader saturate its own capErik Faye-Lund2019-07-101-1/+1
* gallium: give fragment-shader derivatives its own capErik Faye-Lund2019-07-101-1/+1
* gallium: give fragment-shader texture-lod its own capErik Faye-Lund2019-07-101-1/+1
* mesa/st: drop needless has_shader_model3 booleanErik Faye-Lund2019-07-102-3/+1
* nir: Move st_nir_assign_var_locations() to common codeConnor Abbott2019-07-081-115/+5
* Revert "mesa/st: Passthrough scissor when clearing by quad"Marek Olšák2019-07-041-3/+0
* mesa/st: Passthrough scissor when clearing by quadAlyssa Rosenzweig2019-07-031-0/+3
* st/mesa: accelerate glCopyPixels(STENCIL)Marek Olšák2019-07-031-20/+38
* mesa/st: simplify format usage in st_bind_egl_imageMike Blumenkrantz2019-07-011-15/+13
* mesa: delete framebuffer texture attachment sampler viewsPierre-Eric Pelloux-Prayer2019-06-281-0/+15
* st/mesa: Set EmitNoIndirectSampler if GLSLVersion < 400.Kenneth Graunke2019-06-261-1/+1
* st/glsl: fix silly regression finding gs/tes variantsTimothy Arceri2019-06-261-1/+1
* st/glsl: support clamping color outputs in compat for gs/tesTimothy Arceri2019-06-264-13/+60
* st/nir: Use gl_nir_opt_accessConnor Abbott2019-06-191-0/+2
* st/mesa: Respect GL_TEXTURE_SRGB_DECODE_EXT in GenerateMipmaps()Kenneth Graunke2019-06-141-0/+3
* gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAXCaio Marcelo de Oliveira Filho2019-06-131-0/+1
* st/mesa: Add rgbx handling for fp formatsKevin Strasser2019-06-121-0/+6
* gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTEDCaio Marcelo de Oliveira Filho2019-06-111-1/+2
* st/glsl: Perform some var optimizationsCaio Marcelo de Oliveira Filho2019-06-111-0/+3