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
*
glsl_to_tgsi: add SVIEW decl support
Rob Clark
2015-06-21
1
-1
/
+35
*
glsl: Add ir node for barrier
Chris Forbes
2015-06-12
1
-0
/
+7
*
glsl_to_tgsi: use TGSI array declarations for VS,GS arrays of outputs (v2)
Marek Olšák
2015-06-05
1
-41
/
+94
*
glsl_to_tgsi: use TGSI array declarations for GS,FS arrays of inputs (v2)
Marek Olšák
2015-06-05
1
-23
/
+191
*
glsl_to_tgsi: remove some emit functions by using C++ default values
Marek Olšák
2015-06-05
1
-61
/
+12
*
glsl_to_tgsi: rename emit -> emit_asm
Marek Olšák
2015-06-05
1
-214
/
+214
*
glsl_to_tgsi: remove memset after calloc
Marek Olšák
2015-06-05
1
-2
/
+0
*
glsl_to_tgsi: don't use a static array size for st_translate::arrays
Marek Olšák
2015-06-05
1
-8
/
+9
*
glsl_to_tgsi: don't use a static array size for "array_sizes"
Marek Olšák
2015-06-05
1
-5
/
+13
*
tgsi/ureg: add support for GS input array declarations
Marek Olšák
2015-06-05
1
-1
/
+1
*
tgsi/ureg: rename and simplify ureg_DECL_gs_input
Marek Olšák
2015-06-05
1
-4
/
+3
*
tgsi/ureg: add support for FS input array declarations
Marek Olšák
2015-06-05
1
-1
/
+1
*
st/mesa: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+1
*
st/mesa: don't leak glsl_to_tgsi object on link failure
Ilia Mirkin
2015-05-25
1
-0
/
+1
*
st/mesa: make sure to create a "clean" bool when doing i2b
Ilia Mirkin
2015-05-11
1
-1
/
+1
*
st/mesa: add double input support including lowering (v3.1)
Dave Airlie
2015-05-08
1
-3
/
+24
*
st/glsl_to_tgsi: fix ir_assignment hack doing bad things for doubles
Dave Airlie
2015-05-08
1
-0
/
+1
*
mesa/st: Free st_translate with FREE macro.
Brian Paul
2015-04-17
1
-1
/
+1
*
glsl_to_tgsi: only associate the uniform storage once at link time
Marek Olšák
2015-04-16
1
-24
/
+0
*
glsl_to_tgsi: add STATE_FB_WPOS_Y_TRANSFORM at link time
Marek Olšák
2015-04-16
1
-20
/
+24
*
glsl_to_tgsi: add assertions for detecting out-of-bounds immediates access
Marek Olšák
2015-04-16
1
-0
/
+6
*
glsl_to_tgsi: don't use a potentially-undefined immediate for ir_query_levels
Marek Olšák
2015-04-16
1
-5
/
+3
*
glsl_to_tgsi: fix out-of-bounds constant access and crash for uniforms
Marek Olšák
2015-04-16
1
-4
/
+7
*
glsl_to_tgsi: cleanup includes
Marek Olšák
2015-04-16
1
-20
/
+5
*
st/mesa: add a debug option to compile shaders at link time
Marek Olšák
2015-04-16
1
-1
/
+2
*
st/mesa: log shaders, GLSL info log with _mesa_log()
Brian Paul
2015-04-15
1
-6
/
+4
*
state_tracker: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
st/mesa: Remove unused emit_scs().
Matt Turner
2015-04-06
1
-98
/
+0
*
glsl: Remove never used sin_reduced/cos_reduced.
Matt Turner
2015-04-06
1
-6
/
+0
*
st/mesa: initialize have_fma in constructor
Ilia Mirkin
2015-03-26
1
-0
/
+1
*
st_glsl_to_tgsi: only do mov copy propagation on temps (v2)
Dave Airlie
2015-03-26
1
-0
/
+1
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-4
/
+9
*
st/mesa: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-11
/
+11
*
st/mesa: remove struct qualifier from st_src_reg parameter
Brian Paul
2015-02-24
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
st/mesa: lower DFRACEXP/DLDEXP when they are not supported
Ilia Mirkin
2015-02-19
1
-0
/
+3
*
st/mesa: disable lowering of dops to dfrac when dround is available
Ilia Mirkin
2015-02-19
1
-7
/
+6
*
st/mesa: add support for new double opcodes
Ilia Mirkin
2015-02-19
1
-1
/
+5
*
st/mesa: add st fp64 support (v7.1)
Dave Airlie
2015-02-20
1
-125
/
+454
*
mesa/st_tgsi_to_glsl: prepare add_constant for fp64
Dave Airlie
2015-02-20
1
-20
/
+21
*
st/glsl_to_tgsi: convert dst to an array
Dave Airlie
2015-02-20
1
-65
/
+65
*
st/mesa: add GSL_TYPE_DOUBLE, new ir_unop_* switch cases
Brian Paul
2015-02-19
1
-0
/
+12
*
st/glsl_to_tgsi: fix whitespace
Dave Airlie
2015-02-17
1
-202
/
+178
*
st/mesa: mark constant array of swizzles as static const
Nils Wallménius
2015-02-04
1
-1
/
+1
*
glsl: Improve precision of mod(x,y)
Iago Toral Quiroga
2015-02-03
1
-1
/
+1
*
mesa: Add assert to check number of vector elements
Jan Vesely
2015-01-21
1
-0
/
+1
*
st/mesa: don't set vs.key.clamp_color if a shader doesn't write any colors
Marek Olšák
2015-01-19
1
-2
/
+2
*
state_tracker: Fix assertion failures in conditional block movs.
Eric Anholt
2015-01-10
1
-31
/
+26
*
glsl_to_tgsi: fix a bug in copy propagation
Marek Olšák
2015-01-03
1
-1
/
+2
*
st/mesa: remove extern "C" around #includes in st_glsl_to_tgsi.cpp
Brian Paul
2014-12-16
1
-4
/
+2
[next]