aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: set compressed_data to NULL when freedPierre-Eric Pelloux-Prayer2020-07-101-0/+1
* gallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for LowerPrecisionTemporariesMarek Olšák2020-07-071-0/+2
* st/mesa: fix reporting of float perf counters max valueMarcin Ślusarz2020-07-061-3/+3
* st/mesa: allow R8 to not be exposed as renderable by driverIlia Mirkin2020-07-051-3/+7
* st/program: use nir_lower_clip_disable instead of nir_lower_clip_vs condition...Mike Blumenkrantz2020-07-031-16/+22
* st/mesa: do not clear NewDriverState for inactive statesPierre-Eric Pelloux-Prayer2020-07-011-1/+1
* st/glsl_to_nir: disable st_nir_lower_builtin() when packing supportedTimothy Arceri2020-06-301-6/+5
* glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13Marek Olšák2020-06-231-0/+3
* mesa: Add PrimitiveRestartFixedIndex to gl_constantsNeil Roberts2020-06-221-1/+5
* st/mesa: make texture views inherit compressed_data storagePierre-Eric Pelloux-Prayer2020-06-192-6/+27
* st/mesa: lower images when neededKarol Herbst2020-06-181-0/+3
* st/mesa: account for "loose", per-mipmap level textures in CopyImageSubDataDanylo Piliaiev2020-06-181-2/+4
* st_glsl_to_nir: fix potential use after freeTimothy Arceri2020-06-171-2/+14
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-031-7/+10
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-021-3/+4
* glsl: lower mediump integer types to int16 and uint16Marek Olšák2020-06-021-1/+1
* glsl: handle int16 and uint16 types and add instructions for mediumpMarek Olšák2020-06-021-0/+4
* mesa: Use SATURATEAlyssa Rosenzweig2020-05-261-1/+1
* mesa/st: Use memset to zero out structKristian H. Kristensen2020-05-261-1/+2
* glsl_to_tgsi: add fallthrough commentsMarcin Ślusarz2020-05-261-0/+5
* st/mesa: Clear texture's views when texture is removed from Shared->TexObjectsDanylo Piliaiev2020-05-252-1/+18
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-132-3/+3
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-134-7/+7
* draw: add support for num_samples + sample_stride to the image pathsDave Airlie2020-05-061-2/+2
* draw: introduce sampler num samples + stride membersDave Airlie2020-05-061-1/+1
* gallium: add a new cap PIPE_CAP_GLSL_ZERO_INITPierre-Eric Pelloux-Prayer2020-05-051-0/+2
* mesa: extend GLSLZeroInit semanticsPierre-Eric Pelloux-Prayer2020-05-051-1/+3
* mesa/st: consider NumUniformBlocks instead of num_ubos when bindingErik Faye-Lund2020-05-052-2/+2
* driconf: add force_integer_tex_nearest optionPierre-Eric Pelloux-Prayer2020-05-051-0/+2
* mesa: add gl_coontext::ForceIntegerTexNearestPierre-Eric Pelloux-Prayer2020-05-051-2/+7
* st/mesa: destroy only own program variants when program is releasedTapani Pälli2020-05-041-1/+3
* mesa: add glInternalBufferSubDataCopyMESA for glthreadMarek Olšák2020-04-301-1/+1
* mesa,st/mesa: add a fast path for non-static VAOsMarek Olšák2020-04-302-0/+34
* st/mesa: Move _NEW_FRAG_CLAMP to NewFragClamp driver flag.Mathias Fröhlich2020-04-303-9/+8
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-293-2/+32
* st/mesa: expose more SPIR-V capabilitiesMarek Olšák2020-04-291-0/+12
* mesa/st: call _mesa_initialize() earlyErik Faye-Lund2020-04-271-0/+2
* mesa: replace GLenum target with gl_shader_stage in NewProgramMarek Olšák2020-04-271-17/+12
* mesa: add Const.BufferCreateMapUnsynchronizedThreadSafe & MESA_MAP_THREAD_SAFEMarek Olšák2020-04-272-0/+5
* st/mesa: Treat vertex inputs absent in inputMapping as zero in mesa_to_tgsiDanylo Piliaiev2020-04-271-2/+6
* st/nir: Fix assigning PointCoord location with !PIPE_CAP_TEXCOORDConnor Abbott2020-04-251-0/+2
* mesa: add support for AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-232-0/+4
* gallium: add # of MRT to blend stateRob Clark2020-04-232-0/+3
* mesa/st: avoid u_vbuf for GLESRob Clark2020-04-231-2/+14
* mesa/gallium: do not use enum for bit-allocated memberErik Faye-Lund2020-04-211-1/+1
* remove final imports.h and imports.c bitsDylan Baker2020-04-2128-102/+101
* replace imports memory functions with utils memory functionsDylan Baker2020-04-212-0/+2
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-214-0/+5
* replace IFLOOR with util_ifloorDylan Baker2020-04-211-2/+2
* replace _mesa_logbase2 with util_logbase2Dylan Baker2020-04-211-1/+1