aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: don't move ssbo after atomic buffers if we support hw atomicsDave Airlie2017-11-171-6/+8
* st/mesa: add support for hw atomics to glsl->tgsi. (v5)Dave Airlie2017-11-101-15/+87
* st/mesa: remove 'struct' keyword on function parameterBrian Paul2017-11-091-2/+1
* st/glsl_to_nir: delay adding built-in uniforms to Parameters listTimothy Arceri2017-11-081-1/+1
* glsl: Remove ir_binop_greater and ir_binop_lequal expressionsIan Romanick2017-10-301-20/+0
* st/mesa: enable nir path for all shaders.Dave Airlie2017-10-261-9/+1
* glsl_to_tgsi: remove unused glsl_version variableMarek Olšák2017-10-261-3/+0
* compiler: Move gl_program::TexelFetchSamplers to shader_info.Kenneth Graunke2017-10-121-1/+2
* st/glsl_to_tgsi: the second destination doesn't support relative addressingNicolai Hähnle2017-10-111-5/+2
* st/glsl_to_tgsi: fix DFRACEXP with only one destinationNicolai Hähnle2017-10-111-15/+23
* st/glsl_to_tgsi: fix indirect access to 64-bit integerNicolai Hähnle2017-10-111-1/+1
* st/mesa: don't assign prog->ShadowSamplersNicolai Hähnle2017-10-111-4/+0
* st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...Nicolai Hähnle2017-10-111-0/+4
* glsl_to_tgsi: skip UARL for 1D registers if the driver doesn't need itMarek Olšák2017-10-061-9/+36
* glsl_to_tgsi: handle reladdr as TEMP in rename_temp_registers and dead_codeMarek Olšák2017-10-061-16/+44
* glsl_to_tgsi: fix instruction order for bindless texturesMarek Olšák2017-10-061-4/+14
* glsl_to_tgsi: enable copy propagation for tessellation shadersMarek Olšák2017-10-061-4/+3
* st/glsl_to_tgsi: use LDEXP when availableNicolai Hähnle2017-09-291-3/+7
* st/glsl_to_tgsi: fix conditional assignments to packed shader outputsNicolai Hähnle2017-09-291-1/+9
* st/glsl_to_tgsi: fix a use-after-free in merge_two_dstsNicolai Hähnle2017-09-291-1/+2
* mesa/st: fix infinite loopsTimothy Arceri2017-09-211-1/+1
* glsl: Unify ir_constant::const_elements and ::componentsIan Romanick2017-09-191-1/+2
* glsl: Rename ir_constant::array_elements to ::const_elementsIan Romanick2017-09-191-1/+1
* mesa/st: add LOAD support for UBOsTimothy Arceri2017-09-151-79/+119
* mesa/st: create add_buffer_to_load_and_stores() helperTimothy Arceri2017-09-151-19/+27
* st/glsl->tgsi: fix u64 to bool comparisons.Dave Airlie2017-09-151-1/+15
* st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D indexNicolai Hähnle2017-09-111-1/+1
* mesa/st: glsl_to_tgsi: tie in new temporary register merge approachGert Wollny2017-09-061-50/+16
* mesa/st: glsl_to_tgsi move some helper classes to extra filesGert Wollny2017-09-061-287/+2
* 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/mesa: fix handling of vertex array double inputsIlia Mirkin2017-08-281-1/+3
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-5/+0
* st/glsl_to_tgsi: fix getting the image type for array of structs (again)Samuel Pitoiset2017-08-221-5/+3
* glsl_to_tgsi: clean up opcode translationMarek Olšák2017-08-221-62/+30
* mesa: pass ctx to add_uniform_to_shader constructorTimothy Arceri2017-08-221-1/+1
* mesa/st: simplify some UBO index logicTimothy Arceri2017-08-221-3/+2
* st/mesa: correctly calculate the storage offsetTimothy Arceri2017-08-151-2/+14
* 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
* st/mesa: replace st_shader_stage_to_ptargetNicolai Hähnle2017-08-021-3/+3
* 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
* st/mesa: get rid of st_glsl_typesNicolai Hähnle2017-07-311-3/+2
* st/glsl_to_tgsi: fix getting the image type for array of structsSamuel Pitoiset2017-07-281-1/+1
* st/glsl_to_tgsi: don't optimize mul+add to mad if expression is preciseKarol Herbst2017-07-211-1/+1
* tgsi: populate preciseKarol Herbst2017-07-211-3/+3
* st/glsl_to_tgsi: handle precise modifierKarol Herbst2017-07-211-0/+13