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: 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
*
st/mesa: use vertex id lowering according to pipe cap bit.
Roland Scheidegger
2014-12-16
1
-2
/
+6
*
st/mesa: For vertex shaders, don't emit saturate when SM 3.0 is unsupported
Abdiel Janulgue
2014-12-08
1
-4
/
+1
*
mesa/st: don't use CMP / I2F for conditional assignments with native integers
Roland Scheidegger
2014-12-06
1
-17
/
+45
*
st/mesa: copy sampler_array_size field when copying instructions
Brian Paul
2014-11-17
1
-1
/
+6
*
tgsi/ureg: simplify code for declaring properties
Marek Olšák
2014-11-16
1
-4
/
+8
*
glsl_to_tgsi: Remove st_new_shader
Ian Romanick
2014-10-24
1
-16
/
+0
*
glsl_to_tgsi: Remove st_new_shader_program
Ian Romanick
2014-10-24
1
-12
/
+0
*
glsl_to_tgsi: use _mesa_copy_linked_program_data
Marek Olšák
2014-10-21
1
-4
/
+1
*
glsl_to_tgsi: fix the value of gl_FrontFacing with native integers
Marek Olšák
2014-10-21
1
-5
/
+9
*
glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private
Ian Romanick
2014-09-30
1
-7
/
+7
*
st/mesa: use UniformBooleanTrue in glsl_to_tgsi
Marek Olšák
2014-09-24
1
-4
/
+1
*
st_glsl_to_tgsi: init have_sqrt field.
Dave Airlie
2014-09-16
1
-0
/
+1
*
mesa: Add SYSTEM_VALUE_BASE_VERTEX
Ian Romanick
2014-09-10
1
-0
/
+1
*
mesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
Ian Romanick
2014-09-10
1
-0
/
+1
*
state_tracker: Fix bug in conditional discards with native ints.
Eric Anholt
2014-09-04
1
-2
/
+12
*
glsl_to_tgsi: allocate and enlarge arrays for temporaries on demand
Marek Olšák
2014-09-01
1
-18
/
+33
*
ir_to_mesa, glsl_to_tgsi: Remove try_emit_saturate
Abdiel Janulgue
2014-08-31
1
-51
/
+0
*
ir_to_mesa, glsl_to_tgsi: Add support for ir_unop_saturate
Abdiel Janulgue
2014-08-31
1
-0
/
+6
*
ir_to_mesa, glsl_to_tgsi: lower ir_unop_saturate
Abdiel Janulgue
2014-08-31
1
-1
/
+5
*
mesa/st: add support for emitting fine derivative opcodes
Ilia Mirkin
2014-08-14
1
-1
/
+8
*
mesa/st: add support for dynamic sampler offsets
Ilia Mirkin
2014-08-12
1
-17
/
+42
*
mesa: move ShaderCompilerOptions into gl_constants
Marek Olšák
2014-08-11
1
-2
/
+2
*
glsl_to_tgsi: Delete unused function set_uniform_initializer
Ian Romanick
2014-08-07
1
-72
/
+0
*
mesa: Group gl_system_value values by the stage where they exist
Ian Romanick
2014-08-07
1
-2
/
+10
*
glsl_to_tgsi: Assert that the _mesa_sysval_to_semantic mapping is correct
Ian Romanick
2014-08-07
1
-0
/
+15
*
mesa/st: Only one copy of mesa_sysval_to_semantic
Ian Romanick
2014-08-07
1
-2
/
+2
*
glsl_to_tgsi: Constify mesa_sysval_to_semantic
Ian Romanick
2014-08-07
1
-1
/
+1
*
glsl_to_tgsi: Fix typo shader_program -> shader
Michel Dänzer
2014-08-05
1
-2
/
+1
*
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
mesa/st: Fix compiler warnings
Jan Vesely
2014-08-04
1
-5
/
+3
*
mesa/st: only convert AND(a, NOT(b)) into MAD when not using native integers
Ilia Mirkin
2014-08-03
1
-1
/
+1
*
mesa/st: add support for dynamic ubo selection
Ilia Mirkin
2014-08-02
1
-28
/
+34
*
mesa/st: add support for interpolate_at_* ops
Ilia Mirkin
2014-07-24
1
-3
/
+9
*
glsl: add new expression types for interpolateAt*
Chris Forbes
2014-07-12
1
-0
/
+3
*
st/mesa: fix samplerCubeShadow with bias
Marek Olšák
2014-07-11
1
-1
/
+7
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-2
/
+3
*
mesa: Add and use foreach_in_list_use_after.
Matt Turner
2014-07-01
1
-5
/
+1
*
mesa: Use typed foreach_in_list_safe instead of foreach_list_safe.
Matt Turner
2014-07-01
1
-3
/
+1
*
mesa: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-51
/
+20
*
st/mesa: fix incorrect size of UBO declarations
Brian Paul
2014-07-01
1
-1
/
+8
*
st/mesa: don't use address register for constant-indexed ir_binop_ubo_load
Brian Paul
2014-07-01
1
-6
/
+11
*
st/mesa: allow 2D indexing for all shader types in translate_src()
Brian Paul
2014-07-01
1
-1
/
+4
*
st/mesa: don't ignore const buf index in src_register()
Brian Paul
2014-07-01
1
-1
/
+1
*
mesa/st: add vertex stream support
Ilia Mirkin
2014-07-01
1
-3
/
+7
*
gallium: add support for stream in so info
Ilia Mirkin
2014-07-01
1
-0
/
+1
*
gallium: add vertex stream argument to EMIT/ENDPRIM
Ilia Mirkin
2014-07-01
1
-2
/
+2
*
gallium: implement ARB_texture_query_levels
Marek Olšák
2014-06-19
1
-7
/
+18
*
glsl_to_tgsi: Make sure the 'shader' member is always initialized
Michel Dänzer
2014-05-16
1
-0
/
+3
[next]