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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/spirv: Refactor variable deocration handling
Jason Ekstrand
2016-09-08
1
-15
/
+29
*
nir/spirv: Break variable decoration handling into a helper
Jason Ekstrand
2016-09-08
1
-74
/
+81
*
spirv/nir: Implement OpAtomicLoad/Store for shared variables
Lionel Landwerlin
2016-09-07
1
-1
/
+34
*
nir/spirv: Remove an erroneous "fall through" comment
Jason Ekstrand
2016-09-07
1
-1
/
+0
*
spirv/nir: Add support for OpAtomicLoad/Store
Lionel Landwerlin
2016-09-07
1
-11
/
+113
*
nir: fix definition of pack_uvec2_to_uint
Ilia Mirkin
2016-09-06
1
-1
/
+1
*
nir/spirv: Use fill_common_atomic_sources for image atomics
Jason Ekstrand
2016-09-06
1
-56
/
+43
*
nir/spirv: Use the correct sources for CompareExchange on images
Jason Ekstrand
2016-09-06
1
-2
/
+2
*
nir/spirv: Swap the argument order for AtomicCompareExchange
Jason Ekstrand
2016-09-06
1
-2
/
+2
*
glsl: Add positional argument specifiers.
Vinson Lee
2016-09-06
1
-5
/
+5
*
glsl: Add .gitignore for make check warnings test
Jason Ekstrand
2016-09-06
1
-0
/
+1
*
Android: glsl: add rules to generate ir_expression*.h header files
Rob Herring
2016-09-06
3
-5
/
+33
*
glsl: Fix locations of variables in patch qualified interface blocks.
Kenneth Graunke
2016-09-05
1
-2
/
+4
*
nir/tests: Update the CF tests to not assume fake edges
Jason Ekstrand
2016-09-04
1
-4
/
+4
*
nir: remove unused variable
Timothy Arceri
2016-09-03
1
-2
/
+0
*
nir: remove some fields from nir_shader_compiler_options
Connor Abbott
2016-09-03
1
-3
/
+0
*
nir: fix bug with moves in nir_opt_remove_phis()
Connor Abbott
2016-09-03
1
-2
/
+20
*
nir: add nir_after_phis() cursor helper
Connor Abbott
2016-09-03
1
-5
/
+14
*
glsl: expose max atomic counter/buffer consts for tess in ES 3.2
Ilia Mirkin
2016-09-03
1
-2
/
+2
*
nir: Remove fake edges in the CF handling code
Jason Ekstrand
2016-09-02
1
-57
/
+2
*
nir/dead_cf: Don't crash on unreachable after-loop blocks
Jason Ekstrand
2016-09-02
1
-1
/
+2
*
glsl: Only force varyings to be flat when varying packing.
Kenneth Graunke
2016-09-01
1
-2
/
+3
*
glsl: Reject TCS/TES input arrays not sized to gl_MaxPatchVertices.
Kenneth Graunke
2016-09-01
1
-1
/
+14
*
mesa: Add some more .gitignore
Jason Ekstrand
2016-08-31
1
-0
/
+1
*
scons: Fix MinGW cross compilation.
Jose Fonseca
2016-08-31
1
-21
/
+25
*
glsl: Handle patch qualifier on interface blocks.
Kenneth Graunke
2016-08-30
3
-0
/
+16
*
glsl: add gl_BoundingBox and associated varying slots
Ilia Mirkin
2016-08-30
4
-1
/
+21
*
mesa: add scaffolding for OES/EXT_primitive_bounding_box
Ilia Mirkin
2016-08-30
2
-0
/
+6
*
glsl: Fix gl_program::OutputsWritten computation for dual-source blending.
Francisco Jerez
2016-08-30
1
-1
/
+1
*
glsl: Fix incorrect hard-coded location of the gl_SecondaryFragColorEXT built...
Francisco Jerez
2016-08-30
1
-7
/
+2
*
glsl: Calculate bitset of secondary outputs written in ir_set_program_inouts.
Francisco Jerez
2016-08-30
1
-2
/
+7
*
glsl: Fix typo in comment
Ian Romanick
2016-08-30
1
-1
/
+1
*
glsl: Replace most assertions with unreachable()
Ian Romanick
2016-08-30
1
-10
/
+9
*
glsl: Refactor handling of horizontal operations
Ian Romanick
2016-08-30
1
-8
/
+7
*
glsl: Use constant_template_horizontal instead of constant_template_horizonta...
Ian Romanick
2016-08-30
1
-1
/
+1
*
glsl: Eliminate constant_template2
Ian Romanick
2016-08-30
1
-11
/
+0
*
glsl: Eliminate constant_template5
Ian Romanick
2016-08-30
1
-22
/
+1
*
glsl: Eliminate constant_template0
Ian Romanick
2016-08-30
1
-34
/
+4
*
glsl: Eliminate one of the templates for simpler operations
Ian Romanick
2016-08-30
1
-21
/
+3
*
glsl: Use the generated constant expression code
Ian Romanick
2016-08-30
4
-1109
/
+14
*
glsl: Generate code for constant ir_triop_csel expressions
Ian Romanick
2016-08-30
1
-1
/
+23
*
glsl: Generate code for constant ir_triop_lrp expressions
Ian Romanick
2016-08-30
1
-1
/
+28
*
glsl: Generate code for constant ir_quadop_vector expressions
Ian Romanick
2016-08-30
1
-2
/
+20
*
glsl: Generate code for constant ir_quadop_bitfield_insert expressions
Ian Romanick
2016-08-30
1
-4
/
+21
*
glsl: Generate code for constant ir_triop_vector_insert expressions
Ian Romanick
2016-08-30
1
-2
/
+25
*
glsl: Generate code for constant ir_binop_vector_extract expressions
Ian Romanick
2016-08-30
1
-1
/
+21
*
glsl: Generate code for constant ir_binop_mul expressions
Ian Romanick
2016-08-30
1
-2
/
+54
*
glsl: Generate code for constant ir_triop_fma and ir_triop_bitfield_extract e...
Ian Romanick
2016-08-30
1
-5
/
+13
*
glsl: Generate code for constant ir_binop_dot expressions
Ian Romanick
2016-08-30
1
-1
/
+18
*
glsl: Generate code for constant ir_binop_lshift and ir_binop_rshift expressions
Ian Romanick
2016-08-30
1
-2
/
+13
[next]