summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: skip draw calls with pipe_draw_info::count == 0Marek Olšák2017-09-071-1/+6
* mesa/st/st_glsl_to_tgsi_temprename.cpp: Fix compilation with MSVCGert Wollny2017-09-061-1/+9
* mesa/st: glsl_to_tgsi: tie in new temporary register merge approachGert Wollny2017-09-061-50/+16
* mesa/st: glsl_to_tgsi: Add test set for evaluation of rename mappingGert Wollny2017-09-061-0/+169
* mesa/st: glsl_to_tgsi: add register rename mapping evaluatorGert Wollny2017-09-063-5/+137
* mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime trackerGert Wollny2017-09-064-3/+1481
* mesa/st: glsl_to_tgsi: implement new temporary register lifetime trackerGert Wollny2017-09-062-0/+941
* mesa/st: glsl_to_tgsi move some helper classes to extra filesGert Wollny2017-09-063-287/+366
* st_glsl_to_tgsi: rewrite rename registers to use array fully.Dave Airlie2017-09-061-29/+26
* st/glsl_to_tgsi: inline src_register into translate_srcNicolai Hähnle2017-09-041-75/+77
* st/glsl_to_tgsi: ir_load_ubo always has a second indexNicolai Hähnle2017-09-041-2/+1
* st/drawpixels: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-0/+2
* st/mesa: fix view template initialization in try_pbo_readpixelsRoland Scheidegger2017-09-031-1/+1
* st/mesa: only try to create 1x msaa surfaces for "fake" msaa driversBrian Paul2017-08-313-14/+24
* 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