index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_glsl_to_tgsi.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: don't move ssbo after atomic buffers if we support hw atomics
Dave Airlie
2017-11-17
1
-6
/
+8
*
st/mesa: add support for hw atomics to glsl->tgsi. (v5)
Dave Airlie
2017-11-10
1
-15
/
+87
*
st/mesa: remove 'struct' keyword on function parameter
Brian Paul
2017-11-09
1
-2
/
+1
*
st/glsl_to_nir: delay adding built-in uniforms to Parameters list
Timothy Arceri
2017-11-08
1
-1
/
+1
*
glsl: Remove ir_binop_greater and ir_binop_lequal expressions
Ian Romanick
2017-10-30
1
-20
/
+0
*
st/mesa: enable nir path for all shaders.
Dave Airlie
2017-10-26
1
-9
/
+1
*
glsl_to_tgsi: remove unused glsl_version variable
Marek Olšák
2017-10-26
1
-3
/
+0
*
compiler: Move gl_program::TexelFetchSamplers to shader_info.
Kenneth Graunke
2017-10-12
1
-1
/
+2
*
st/glsl_to_tgsi: the second destination doesn't support relative addressing
Nicolai Hähnle
2017-10-11
1
-5
/
+2
*
st/glsl_to_tgsi: fix DFRACEXP with only one destination
Nicolai Hähnle
2017-10-11
1
-15
/
+23
*
st/glsl_to_tgsi: fix indirect access to 64-bit integer
Nicolai Hähnle
2017-10-11
1
-1
/
+1
*
st/mesa: don't assign prog->ShadowSamplers
Nicolai Hähnle
2017-10-11
1
-4
/
+0
*
st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...
Nicolai Hähnle
2017-10-11
1
-0
/
+4
*
glsl_to_tgsi: skip UARL for 1D registers if the driver doesn't need it
Marek Olšák
2017-10-06
1
-9
/
+36
*
glsl_to_tgsi: handle reladdr as TEMP in rename_temp_registers and dead_code
Marek Olšák
2017-10-06
1
-16
/
+44
*
glsl_to_tgsi: fix instruction order for bindless textures
Marek Olšák
2017-10-06
1
-4
/
+14
*
glsl_to_tgsi: enable copy propagation for tessellation shaders
Marek Olšák
2017-10-06
1
-4
/
+3
*
st/glsl_to_tgsi: use LDEXP when available
Nicolai Hähnle
2017-09-29
1
-3
/
+7
*
st/glsl_to_tgsi: fix conditional assignments to packed shader outputs
Nicolai Hähnle
2017-09-29
1
-1
/
+9
*
st/glsl_to_tgsi: fix a use-after-free in merge_two_dsts
Nicolai Hähnle
2017-09-29
1
-1
/
+2
*
mesa/st: fix infinite loops
Timothy Arceri
2017-09-21
1
-1
/
+1
*
glsl: Unify ir_constant::const_elements and ::components
Ian Romanick
2017-09-19
1
-1
/
+2
*
glsl: Rename ir_constant::array_elements to ::const_elements
Ian Romanick
2017-09-19
1
-1
/
+1
*
mesa/st: add LOAD support for UBOs
Timothy Arceri
2017-09-15
1
-79
/
+119
*
mesa/st: create add_buffer_to_load_and_stores() helper
Timothy Arceri
2017-09-15
1
-19
/
+27
*
st/glsl->tgsi: fix u64 to bool comparisons.
Dave Airlie
2017-09-15
1
-1
/
+15
*
st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D index
Nicolai Hähnle
2017-09-11
1
-1
/
+1
*
mesa/st: glsl_to_tgsi: tie in new temporary register merge approach
Gert Wollny
2017-09-06
1
-50
/
+16
*
mesa/st: glsl_to_tgsi move some helper classes to extra files
Gert Wollny
2017-09-06
1
-287
/
+2
*
st_glsl_to_tgsi: rewrite rename registers to use array fully.
Dave Airlie
2017-09-06
1
-29
/
+26
*
st/glsl_to_tgsi: inline src_register into translate_src
Nicolai Hähnle
2017-09-04
1
-75
/
+77
*
st/glsl_to_tgsi: ir_load_ubo always has a second index
Nicolai Hähnle
2017-09-04
1
-2
/
+1
*
st/mesa: fix handling of vertex array double inputs
Ilia Mirkin
2017-08-28
1
-1
/
+3
*
gallium: remove TGSI opcode SCS
Marek Olšák
2017-08-22
1
-5
/
+0
*
st/glsl_to_tgsi: fix getting the image type for array of structs (again)
Samuel Pitoiset
2017-08-22
1
-5
/
+3
*
glsl_to_tgsi: clean up opcode translation
Marek Olšák
2017-08-22
1
-62
/
+30
*
mesa: pass ctx to add_uniform_to_shader constructor
Timothy Arceri
2017-08-22
1
-1
/
+1
*
mesa/st: simplify some UBO index logic
Timothy Arceri
2017-08-22
1
-3
/
+2
*
st/mesa: correctly calculate the storage offset
Timothy Arceri
2017-08-15
1
-2
/
+14
*
glsl: pass mem_ctx to constant_expression_value(...) and friends
Timothy Arceri
2017-08-11
1
-2
/
+5
*
glsl: stop copying struct and interface member names
Timothy Arceri
2017-08-11
1
-18
/
+16
*
glsl: calculate number of operands in an expression once
Timothy Arceri
2017-08-11
1
-3
/
+3
*
st/mesa: replace st_shader_stage_to_ptarget
Nicolai Hähnle
2017-08-02
1
-3
/
+3
*
mesa/st: fix conditional jump depends on uninitialised value
Timothy Arceri
2017-08-02
1
-0
/
+1
*
Revert "st_glsl_to_tgsi: rewrite rename registers to use array fully."
Dave Airlie
2017-08-01
1
-26
/
+29
*
st/mesa: get rid of st_glsl_types
Nicolai Hähnle
2017-07-31
1
-3
/
+2
*
st/glsl_to_tgsi: fix getting the image type for array of structs
Samuel Pitoiset
2017-07-28
1
-1
/
+1
*
st/glsl_to_tgsi: don't optimize mul+add to mad if expression is precise
Karol Herbst
2017-07-21
1
-1
/
+1
*
tgsi: populate precise
Karol Herbst
2017-07-21
1
-3
/
+3
*
st/glsl_to_tgsi: handle precise modifier
Karol Herbst
2017-07-21
1
-0
/
+13
[next]