summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: remove unwanted backup fileEric Engestrom2017-08-301-479/+0
* util: move string_to_uint_map to glslEmil Velikov2017-08-292-1/+480
* st/mesa: fix XPD lowering - don't read dstMarek Olšák2017-08-291-3/+6
* st/mesa: fix handling of vertex array double inputsIlia Mirkin2017-08-281-1/+3
* mesa: Implement GL_ARB_polygon_offset_clampAdam Jackson2017-08-251-1/+1
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-251-0/+4
* glsl: pass shader source keys to the disk cacheTimothy Arceri2017-08-251-1/+1
* st/mesa: add const qualifiers in st_extensions.cBrian Paul2017-08-241-5/+5
* st/mesa: whitespace/indentation fixes in st_init_extensions()Brian Paul2017-08-241-5/+6
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-222-12/+4
* st/glsl_to_tgsi: fix getting the image type for array of structs (again)Samuel Pitoiset2017-08-221-5/+3
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-7/+11
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-221-2/+11
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-1/+0
* glsl_to_tgsi: clean up opcode translationMarek Olšák2017-08-221-62/+30
* mesa: pass ctx to add_uniform_to_shader constructorTimothy Arceri2017-08-222-2/+2
* mesa/st: simplify some UBO index logicTimothy Arceri2017-08-221-3/+2
* st/mesa: remove Windows hack for glFinishBrian Paul2017-08-161-12/+0
* st/mesa: fix a null pointer accessFrank Richter2017-08-161-1/+1
* st/mesa: correctly calculate the storage offsetTimothy Arceri2017-08-153-2/+163
* glsl: pass mem_ctx to constant_expression_value(...) and friendsTimothy Arceri2017-08-111-2/+5
* glsl: stop copying struct and interface member namesTimothy Arceri2017-08-111-18/+16
* glsl: calculate number of operands in an expression onceTimothy Arceri2017-08-111-3/+3
* mesa: hook up UUID queries for driver and deviceAndres Rodriguez2017-08-061-0/+22
* mesa/st: expose EXT_memory_object and EXT_memory_object_fdAndres Rodriguez2017-08-061-0/+2
* mesa/st: implement memory objects as a backend for buffer objectsAndres Rodriguez2017-08-061-17/+49
* mesa/st: implement memory objects as a backend for texture storageDave Airlie2017-08-062-12/+106
* mesa/st: factor out st_AllocTextureStorage into a helperAndres Rodriguez2017-08-061-7/+19
* mesa/st: start adding memory object supportDave Airlie2017-08-063-0/+91
* st/mesa: fix handling of NumSamples=1 (v2)Brian Paul2017-08-032-4/+6
* st/mesa: minor clean-ups in st_atom_msaa.cBrian Paul2017-08-031-16/+18
* gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom2017-08-033-0/+27
* st/mesa: replace st_shader_stage_to_ptargetNicolai Hähnle2017-08-025-31/+8
* mesa/st: Reduce the number of frontbuffer flush callsThomas Hellstrom2017-08-022-39/+10
* st/mesa: implement ARB_transform_feedback_overflow_queryNicolai Hähnle2017-08-022-1/+4
* mesa/st: fix conditional jump depends on uninitialised valueTimothy Arceri2017-08-021-0/+1
* Revert "st_glsl_to_tgsi: rewrite rename registers to use array fully."Dave Airlie2017-08-011-26/+29
* Revert "st/mesa: release sampler views when redefining a texture in st_contex...Marek Olšák2017-07-311-2/+0
* st/glsl_to_nir: move nir_lower_io to driversNicolai Hähnle2017-07-311-2/+1
* st/mesa: get rid of st_glsl_typesNicolai Hähnle2017-07-314-160/+13
* st/glsl_to_nir: use nir_lower_samplers_as_deref when requested by the driverNicolai Hähnle2017-07-311-1/+6
* st/glsl_to_nir: fix the case where NIR clone testing is enabledNicolai Hähnle2017-07-311-1/+2
* st/mesa: remove useless st_bufferobj_validate_usage()Samuel Pitoiset2017-07-282-19/+0
* st/mesa: remove st_cache.hSamuel Pitoiset2017-07-281-69/+0
* st/glsl_to_tgsi: fix getting the image type for array of structsSamuel Pitoiset2017-07-281-1/+1
* mesa: drop fence type parameter from NewSyncObject()Samuel Pitoiset2017-07-281-9/+4
* st/mesa: release sampler views when redefining a texture in st_context_teximageMarek Olšák2017-07-281-0/+2
* st/mesa: always unconditionally revalidate main framebuffer after SwapBuffersMarek Olšák2017-07-281-0/+10
* st/mesa: Fix inversed test in st_api_destroy_drawableMichel Dänzer2017-07-271-1/+1
* st/mesa: also clamp and quantize per-unit lod biasMarek Olšák2017-07-263-4/+6