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
/
glsl
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/builder: Add a nir_build_ivec4() convenience helper.
Kenneth Graunke
2016-01-14
1
-0
/
+14
*
nir: Lower bitfield_extract.
Matt Turner
2016-01-14
3
-0
/
+42
*
nir: Handle <bits>=32 case in bitfield_insert lowering.
Matt Turner
2016-01-14
2
-1
/
+6
*
nir: Change bfm's semantics to match Intel/AMD/SM5.
Matt Turner
2016-01-13
1
-3
/
+6
*
glsl: Fix undefined shifts.
Matt Turner
2016-01-13
1
-3
/
+3
*
glsl, nir: Make ir_triop_bitfield_extract a vectorized operation.
Kenneth Graunke
2016-01-13
1
-4
/
+4
*
glsl, nir: Make ir_quadop_bitfield_insert a vectorized operation.
Kenneth Graunke
2016-01-13
1
-2
/
+2
*
glsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
Kenneth Graunke
2016-01-13
1
-4
/
+0
*
nir: Fix constant evaluation of bfm.
Matt Turner
2016-01-13
1
-1
/
+1
*
glsl: Move _mesa_shader_stage_to_string/abbrev to shader_enums.c
Kristian Høgsberg Kristensen
2016-01-08
2
-0
/
+56
*
glsl: optionally declare gl_FragCoord & gl_FrontFacing as system values
Marek Olšák
2016-01-08
1
-1
/
+2
*
nir/algebraic: Add more lowering
Jason Ekstrand
2016-01-07
2
-0
/
+10
*
nir/opcodes: Fix up uadd_carry and usub_borrow
Jason Ekstrand
2016-01-07
1
-2
/
+2
*
nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
Kenneth Graunke
2016-01-05
2
-0
/
+2
*
nir: extract out helper macros for running passes
Rob Clark
2016-01-03
1
-0
/
+34
*
nir/lower_clip: add missing writemask on store
Rob Clark
2016-01-01
1
-0
/
+1
*
glsl: tidy up struct with a single member
Timothy Arceri
2015-12-30
3
-5
/
+3
*
nir/builder: Add an init function that creates a simple shader for you
Jason Ekstrand
2015-12-29
2
-16
/
+21
*
nir: Teach nir_opt_algebraic about adding and subtracting the same thing
Kristian Høgsberg Kristensen
2015-12-29
1
-0
/
+4
*
mesa: Add core mesa support for GL_ARB_shader_draw_parameters
Kristian Høgsberg Kristensen
2015-12-29
3
-0
/
+30
*
nir: Remove function overload in control flow test
Aaron Watry
2015-12-29
1
-2
/
+1
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
46
-311
/
+239
*
nir/print: print variable constant-initializers
Rob Clark
2015-12-23
1
-0
/
+53
*
nir: Add a glsl_vec_type() helper.
Kenneth Graunke
2015-12-22
2
-0
/
+7
*
nir: Use writemasked store_vars in glsl_to_nir.
Kenneth Graunke
2015-12-22
2
-32
/
+10
*
nir: Add a writemask to store intrinsics.
Kenneth Graunke
2015-12-22
9
-19
/
+54
*
nir: remove field only used in GLSL IR when assigning varying locations
Timothy Arceri
2015-12-22
2
-10
/
+0
*
glsl: fix count_attribute_slots to allow for different 64-bit handling
Dave Airlie
2015-12-19
2
-6
/
+17
*
glsl/fp64: add helper for dual slot double detection.
Dave Airlie
2015-12-19
1
-0
/
+8
*
nir: Delete bany, ball, fany, fall.
Matt Turner
2015-12-18
2
-11
/
+0
*
glsl: Remove ir_unop_any.
Matt Turner
2015-12-18
1
-18
/
+0
*
nir/lower_system_values: Refactor and use the builder.
Jason Ekstrand
2015-12-15
1
-29
/
+31
*
nir/builder: Add a load_system_value helper
Jason Ekstrand
2015-12-15
2
-10
/
+15
*
nir/lower_system_values: Stop supporting non-SSA
Jason Ekstrand
2015-12-15
1
-8
/
+6
*
nir: Fix number of indices on shared variable store intrinsics.
Kenneth Graunke
2015-12-14
1
-1
/
+1
*
nir: silence uninitialized warning
Timothy Arceri
2015-12-11
1
-1
/
+1
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
8
-185
/
+107
*
nir: Add nir intrinsics for shared variable atomic operations
Jordan Justen
2015-12-09
2
-0
/
+94
*
glsl: Replace atomic_ssbo and ssbo_atomic with atomic
Jordan Justen
2015-12-09
1
-8
/
+8
*
nir: Translate glsl shared var store intrinsic to nir intrinsic
Jordan Justen
2015-12-09
2
-1
/
+35
*
nir: Translate glsl shared var load intrinsic to nir intrinsic
Jordan Justen
2015-12-09
2
-0
/
+30
*
nir: Optimize useless comparisons against true/false.
Matt Turner
2015-12-08
1
-2
/
+4
*
nir/lower_io: Pass the builder and type_size into get_io_offset
Jason Ekstrand
2015-12-03
1
-15
/
+15
*
Remove Sun CC specific code.
Jose Fonseca
2015-12-02
1
-8
/
+0
*
glsl: Rename safe_reverse -> reverse_safe.
Matt Turner
2015-12-01
2
-6
/
+6
*
nir: remove recursive inclusion in builtin_type_macros.h
Emil Velikov
2015-11-29
1
-2
/
+0
*
nir: remove unneeded include
Emil Velikov
2015-11-29
1
-1
/
+0
*
nir: include what we want/need
Emil Velikov
2015-11-25
1
-1
/
+1
*
nir/lower_tex: Add support for lowering texture swizzle
Jason Ekstrand
2015-11-23
2
-0
/
+80
*
nir: Add a tex_instr_is_query helper
Jason Ekstrand
2015-11-23
1
-0
/
+25
[next]