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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Make the printer include nir_variable::location too.
Kenneth Graunke
2015-03-09
1
-1
/
+1
*
nir: Only do gl_FrontFacing workaround in glsl_to_nir for the FS.
Kenneth Graunke
2015-03-08
1
-1
/
+2
*
nir: Plumb the shader stage into glsl_to_nir().
Kenneth Graunke
2015-03-08
2
-7
/
+9
*
nir: Add native_integers to nir_shader_compiler_options.
Kenneth Graunke
2015-03-08
3
-7
/
+12
*
nir: Try to make sense of the nir_shader_compiler_options code.
Kenneth Graunke
2015-03-08
2
-28
/
+4
*
nir: Delete nir_shader::user_structures and num_user_structures.
Kenneth Graunke
2015-03-08
4
-22
/
+0
*
glsl: Mark array access when copying to a temporary for the ?: operator.
Kenneth Graunke
2015-03-08
1
-0
/
+6
*
glsl: let interface linking code validate its arrays
Timothy Arceri
2015-03-06
1
-1
/
+2
*
glsl: use common intrastage array validation
Timothy Arceri
2015-03-06
1
-37
/
+37
*
glsl: move array validation into its own function
Timothy Arceri
2015-03-06
2
-39
/
+55
*
glsl: include stdio.h where needed
Brian Paul
2015-03-05
2
-0
/
+2
*
glsl: Fix GCC unused-variable warning in release build.
Vinson Lee
2015-03-04
1
-3
/
+1
*
scons: Use -Werror MSVC compatibility flags per-directory.
Jose Fonseca
2015-03-04
1
-0
/
+2
*
nir: Use helper macros for dealing with VLAs.
Jose Fonseca
2015-03-04
4
-24
/
+69
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-03-03
1
-2
/
+6
*
glsl: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
11
-22
/
+22
*
Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...
Kenneth Graunke
2015-02-27
1
-6
/
+2
*
glsl: silence uninitialized var warning on MinGW
Brian Paul
2015-02-27
1
-0
/
+1
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-02-27
1
-2
/
+6
*
nir: Use alloca instead of variable length arrays.
Jose Fonseca
2015-02-27
3
-16
/
+21
*
mesa: only include ctype.h where it's used
Brian Paul
2015-02-26
1
-0
/
+1
*
glsl: #include c99_math.h instead of core.h
Brian Paul
2015-02-26
1
-1
/
+1
*
glsl: Rewrite and fix min/max to saturate optimization.
Matt Turner
2015-02-25
1
-29
/
+46
*
glsl: add double support for packing varyings
Ilia Mirkin
2015-02-24
1
-27
/
+90
*
glcpp: remove unneeded #include of core.h
Brian Paul
2015-02-24
1
-1
/
+0
*
glsl: Optimize "if (cond) discard;" to a conditional discard.
Kenneth Graunke
2015-02-24
4
-0
/
+84
*
nir: Introduce nir_intrinsic_discard_if.
Kenneth Graunke
2015-02-24
2
-2
/
+10
*
glsl: Delete dead discard conditions in constant folding.
Kenneth Graunke
2015-02-24
1
-0
/
+24
*
glsl: Handle conditional discards in lower_discard_flow().
Kenneth Graunke
2015-02-24
1
-1
/
+8
*
glsl: Make ir_rvalue_visitor visit ir_discard::condition.
Kenneth Graunke
2015-02-24
2
-0
/
+22
*
glsl: Make ir_validate check the type of ir_discard::condition.
Kenneth Graunke
2015-02-24
1
-0
/
+15
*
nir/register: Add a parent_instr field
Jason Ekstrand
2015-02-24
3
-1
/
+18
*
nir/gcm: Add some missing break statements
Jason Ekstrand
2015-02-23
1
-0
/
+4
*
nir: Copy-propagate vecN operations that are actually moves
Jason Ekstrand
2015-02-23
1
-16
/
+29
*
nir: Generalize the optimization of subs of subs from 0.
Eric Anholt
2015-02-21
1
-2
/
+2
*
nir: Collapse repeated bcsels on the same argument.
Eric Anholt
2015-02-21
1
-0
/
+1
*
nir: When faced with a csel on !condition, just flip the arguments.
Eric Anholt
2015-02-21
1
-0
/
+1
*
nir: Allow nir_opt_algebraic to see booleanness through &&, ||, ^, !.
Eric Anholt
2015-02-21
1
-1
/
+29
*
nir: Add a couple of simplifications of csel operations.
Eric Anholt
2015-02-21
1
-0
/
+3
*
glsl: ensure that enter/leave record get a record type
Ilia Mirkin
2015-02-21
2
-0
/
+5
*
nir: Fix the Mesa build without -DDEBUG.
Kenneth Graunke
2015-02-20
1
-2
/
+2
*
nir: Drop dependency on mtypes.h for core NIR.
Eric Anholt
2015-02-20
3
-1
/
+5
*
glsl: Only include mtypes from glsl_types.h for the C++ code that needs it.
Eric Anholt
2015-02-20
1
-1
/
+1
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
1
-1
/
+1
*
mesa: Add gallium include dirs to more parts of the tree.
Eric Anholt
2015-02-20
2
-0
/
+4
*
glsl: don't allow invariant qualifiers for interface blocks
Samuel Iglesias Gonsalvez
2015-02-20
1
-0
/
+22
*
glsl: Use the without_array predicate
Timothy Arceri
2015-02-20
1
-5
/
+2
*
nir/GCM: Pull unpinned instructions out of blocks while pinning
Jason Ekstrand
2015-02-19
1
-37
/
+25
*
nir/GCM: Use pass_flags instead of bitsets for tracking visited/pinned
Jason Ekstrand
2015-02-19
1
-46
/
+49
*
nir: Add a global code motion (GCM) pass
Jason Ekstrand
2015-02-19
3
-0
/
+504
[next]