index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
program
/
ir_to_mesa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Remove 2x16 half-precision pack/unpack opcodes.
Matt Turner
2016-02-01
1
-3
/
+0
*
st/mesa: add atomic counter support
Ilia Mirkin
2016-01-29
1
-0
/
+4
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-9
/
+9
*
nir: move glsl_types.{cpp,h} to compiler
Emil Velikov
2016-01-26
1
-1
/
+1
*
glsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
Kenneth Graunke
2016-01-13
1
-2
/
+0
*
glsl: Remove ir_unop_any.
Matt Turner
2015-12-18
1
-26
/
+0
*
ir_to_mesa: Skip useless comparison instructions.
Matt Turner
2015-12-16
1
-1
/
+7
*
glsl: Add ir_samples_identical opcode
Ian Romanick
2015-11-19
1
-0
/
+2
*
nir: remove dependency on glsl
Rob Clark
2015-10-16
1
-1
/
+1
*
glsl: reduce memory footprint of uniform_storage struct
Timothy Arceri
2015-10-05
1
-2
/
+3
*
mesa: clean up #includes in ir_to_mesa.cpp
Brian Paul
2015-10-01
1
-12
/
+10
*
glsl: Add parser/compiler support for unsized array's length()
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+2
*
glsl: add ir_texture_samples texture opcode
Ilia Mirkin
2015-09-10
1
-0
/
+2
*
glsl: Silence unused parameter warnings
Ian Romanick
2015-09-09
1
-1
/
+1
*
program: add subroutine uniform support (v1.1)
Dave Airlie
2015-07-23
1
-0
/
+3
*
glsl: don't lower variable indexing on non-patch tessellation inputs/outputs
Marek Olšák
2015-07-23
1
-1
/
+1
*
mesa: rename is_in_uniform_block to is_in_buffer_block
Iago Toral Quiroga
2015-07-14
1
-1
/
+1
*
glsl: create program resource list after LinkShader
Tapani Pälli
2015-07-01
1
-0
/
+2
*
glsl: Add ir node for barrier
Chris Forbes
2015-06-12
1
-0
/
+7
*
main: fix a regression in uniform handling introduced by 87a4bc5
Martin Peres
2015-06-04
1
-1
/
+1
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
1
-2
/
+7
*
program: Replace gl_inst_opcode with enum prog_opcode.
Matt Turner
2015-06-03
1
-1
/
+1
*
program: Shrink and rename SaturateMode field to Saturate.
Matt Turner
2015-06-03
1
-1
/
+1
*
program: 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
*
mesa/program: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
glsl/ir: Add builtin function support for doubles
Dave Airlie
2015-02-19
1
-0
/
+11
*
mesa: add double uniform support. (v5)
Dave Airlie
2015-02-19
1
-2
/
+24
*
glsl: Improve precision of mod(x,y)
Iago Toral Quiroga
2015-02-03
1
-2
/
+2
*
mesa: Add assert to check number of vector elements
Jan Vesely
2015-01-21
1
-0
/
+1
*
program: remove extern "C" around #includes
Brian Paul
2014-12-16
1
-4
/
+3
*
ir_to_mesa: remove unused 'target' variable
Brian Paul
2014-12-12
1
-1
/
+0
*
ir_to_mesa: Remove sat to clamp lowering pass
Abdiel Janulgue
2014-12-08
1
-3
/
+1
*
mesa: Silence unused parameter warning in _mesa_clear_shader_program_data
Ian Romanick
2014-10-24
1
-1
/
+1
*
glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private
Ian Romanick
2014-09-30
1
-7
/
+7
*
ir_to_mesa: Stop converting uniform booleans.
Kenneth Graunke
2014-09-09
1
-6
/
+1
*
ir_to_mesa, glsl_to_tgsi: Remove try_emit_saturate
Abdiel Janulgue
2014-08-31
1
-48
/
+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
/
+4
*
glsl: Use the without_array predicate in some more places
Timothy Arceri
2014-08-19
1
-2
/
+1
*
mesa/program: add new derivative unops to the unexpected list
Ilia Mirkin
2014-08-14
1
-0
/
+4
*
mesa: move ShaderCompilerOptions into gl_constants
Marek Olšák
2014-08-11
1
-2
/
+2
*
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
exec_list: Make various places use the new length() method.
Connor Abbott
2014-07-15
1
-4
/
+1
*
glsl: add new expression types for interpolateAt*
Chris Forbes
2014-07-12
1
-0
/
+3
*
mesa: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-22
/
+9
*
glsl: Drop do_common_optimization's max_unroll_iterations parameter.
Kenneth Graunke
2014-04-11
1
-1
/
+0
*
glsl: Pass ctx->Const.NativeIntegers to do_common_optimization().
Kenneth Graunke
2014-04-08
1
-1
/
+1
*
mesa: Clean up "unused parameter" warnings
Ian Romanick
2014-03-28
1
-3
/
+3
*
mesa/program: Constify find_variable_storage
Ian Romanick
2014-03-28
1
-3
/
+2
[next]