index
:
~sarah/mesa
jenkins
kbl-cleanup-v5
Sarah Sharp's mesa repo.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
nir
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-08
glsl: Move _mesa_shader_stage_to_string/abbrev to shader_enums.c
Kristian Høgsberg Kristensen
2
-0
/
+56
2016-01-08
glsl: optionally declare gl_FragCoord & gl_FrontFacing as system values
Marek Olšák
1
-1
/
+2
2016-01-07
nir/algebraic: Add more lowering
Jason Ekstrand
2
-0
/
+10
2016-01-07
nir/opcodes: Fix up uadd_carry and usub_borrow
Jason Ekstrand
1
-2
/
+2
2016-01-05
nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
Kenneth Graunke
2
-0
/
+2
2016-01-03
nir: extract out helper macros for running passes
Rob Clark
1
-0
/
+34
2016-01-01
nir/lower_clip: add missing writemask on store
Rob Clark
1
-0
/
+1
2015-12-30
glsl: tidy up struct with a single member
Timothy Arceri
3
-5
/
+3
2015-12-29
nir/builder: Add an init function that creates a simple shader for you
Jason Ekstrand
2
-16
/
+21
2015-12-29
nir: Teach nir_opt_algebraic about adding and subtracting the same thing
Kristian Høgsberg Kristensen
1
-0
/
+4
2015-12-29
mesa: Add core mesa support for GL_ARB_shader_draw_parameters
Kristian Høgsberg Kristensen
3
-0
/
+30
2015-12-29
nir: Remove function overload in control flow test
Aaron Watry
1
-2
/
+1
2015-12-28
nir: Get rid of function overloads
Jason Ekstrand
46
-311
/
+239
2015-12-23
nir/print: print variable constant-initializers
Rob Clark
1
-0
/
+53
2015-12-22
nir: Add a glsl_vec_type() helper.
Kenneth Graunke
2
-0
/
+7
2015-12-22
nir: Use writemasked store_vars in glsl_to_nir.
Kenneth Graunke
2
-32
/
+10
2015-12-22
nir: Add a writemask to store intrinsics.
Kenneth Graunke
9
-19
/
+54
2015-12-22
nir: remove field only used in GLSL IR when assigning varying locations
Timothy Arceri
2
-10
/
+0
2015-12-19
glsl: fix count_attribute_slots to allow for different 64-bit handling
Dave Airlie
2
-6
/
+17
2015-12-19
glsl/fp64: add helper for dual slot double detection.
Dave Airlie
1
-0
/
+8
2015-12-18
nir: Delete bany, ball, fany, fall.
Matt Turner
2
-11
/
+0
2015-12-18
glsl: Remove ir_unop_any.
Matt Turner
1
-18
/
+0
2015-12-15
nir/lower_system_values: Refactor and use the builder.
Jason Ekstrand
1
-29
/
+31
2015-12-15
nir/builder: Add a load_system_value helper
Jason Ekstrand
2
-10
/
+15
2015-12-15
nir/lower_system_values: Stop supporting non-SSA
Jason Ekstrand
1
-8
/
+6
2015-12-14
nir: Fix number of indices on shared variable store intrinsics.
Kenneth Graunke
1
-1
/
+1
2015-12-11
nir: silence uninitialized warning
Timothy Arceri
1
-1
/
+1
2015-12-10
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
8
-185
/
+107
2015-12-09
nir: Add nir intrinsics for shared variable atomic operations
Jordan Justen
2
-0
/
+94
2015-12-09
glsl: Replace atomic_ssbo and ssbo_atomic with atomic
Jordan Justen
1
-8
/
+8
2015-12-09
nir: Translate glsl shared var store intrinsic to nir intrinsic
Jordan Justen
2
-1
/
+35
2015-12-09
nir: Translate glsl shared var load intrinsic to nir intrinsic
Jordan Justen
2
-0
/
+30
2015-12-08
nir: Optimize useless comparisons against true/false.
Matt Turner
1
-2
/
+4
2015-12-03
nir/lower_io: Pass the builder and type_size into get_io_offset
Jason Ekstrand
1
-15
/
+15
2015-12-02
Remove Sun CC specific code.
Jose Fonseca
1
-8
/
+0
2015-12-01
glsl: Rename safe_reverse -> reverse_safe.
Matt Turner
2
-6
/
+6
2015-11-29
nir: remove recursive inclusion in builtin_type_macros.h
Emil Velikov
1
-2
/
+0
2015-11-29
nir: remove unneeded include
Emil Velikov
1
-1
/
+0
2015-11-25
nir: include what we want/need
Emil Velikov
1
-1
/
+1
2015-11-23
nir/lower_tex: Add support for lowering texture swizzle
Jason Ekstrand
2
-0
/
+80
2015-11-23
nir: Add a tex_instr_is_query helper
Jason Ekstrand
1
-0
/
+25
2015-11-23
nir: Add a ssa_def_rewrite_uses_after helper
Jason Ekstrand
2
-0
/
+51
2015-11-23
nir: Use instr/if_rewrite in nir_ssa_def_rewrite_uses
Jason Ekstrand
1
-12
/
+4
2015-11-23
nir/validate: Validated dests after sources
Jason Ekstrand
1
-9
/
+9
2015-11-23
nir/lower_tex: Set the dest_type for txs instructions
Jason Ekstrand
1
-0
/
+1
2015-11-23
nir/lower_tex: Report progress
Jason Ekstrand
2
-5
/
+16
2015-11-23
nir: s/nir_type_unsigned/nir_type_uint
Jason Ekstrand
5
-44
/
+44
2015-11-23
nir/builder: only read meaningful channels in nir_swizzle()
Connor Abbott
1
-1
/
+1
2015-11-20
nir: Add support for gl_HelperInvocation system value.
Matt Turner
2
-0
/
+5
2015-11-19
nir: Add nir_texop_samples_identical opcode
Ian Romanick
3
-1
/
+13
[next]