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
*
glsl: Disable MSVC switch warning on a per-file basis.
Jose Fonseca
2015-03-22
1
-0
/
+4
*
glsl: Avoid GLboolean vs bool arithmetic MSVC warnings.
Jose Fonseca
2015-03-22
1
-2
/
+3
*
glsl: Annotate as_foo functions that the this pointer cannot be NULL
Ian Romanick
2015-03-19
1
-0
/
+4
*
nir/lower_io: Add a assign_locations function that sorts by [in]direct use
Jason Ekstrand
2015-03-19
2
-0
/
+75
*
nir/lower_io: Make variable location assignment a manual operation
Jason Ekstrand
2015-03-19
2
-12
/
+5
*
nir: Use a list instead of a hash_table for inputs, outputs, and uniforms
Jason Ekstrand
2015-03-19
6
-35
/
+29
*
mesa: Replace _mesa_round_to_even() with _mesa_roundeven().
Matt Turner
2015-03-18
3
-15
/
+20
*
nir/peephole_select: Allow uniform/input loads and load_const
Jason Ekstrand
2015-03-17
1
-0
/
+25
*
nir/peephole_select: Copy instructions into the block before the if
Jason Ekstrand
2015-03-17
1
-13
/
+20
*
nir/peephole_select: Rename are_all_move_to_phi and use a switch
Jason Ekstrand
2015-03-17
1
-25
/
+31
*
glsl: Expose built-in packing functions under GLSL 4.2.
Matt Turner
2015-03-13
1
-1
/
+1
*
glsl: optimize (0 cmp x + y) into (-x cmp y).
Samuel Iglesias Gonsalvez
2015-03-13
1
-3
/
+12
*
nir: Fix non-determinism in nir_lower_vars_to_ssa().
Kenneth Graunke
2015-03-12
1
-97
/
+26
*
util: Fix foreach_list_typed_safe when exec_node is not at offset 0.
Jason Ekstrand
2015-03-12
1
-2
/
+2
*
nir: Add intrinsics for SYSTEM_VALUE_BASE_VERTEX and VERTEX_ID_ZERO_BASE
Kenneth Graunke
2015-03-12
2
-0
/
+8
*
nir/worklist: Don't change the start index when computing the tail index
Jason Ekstrand
2015-03-11
2
-7
/
+7
*
nir: Optimize a + neg(a)
Thomas Helland
2015-03-11
1
-0
/
+2
*
nir: Optimize (a*b)+(a*c) -> a*(b+c)
Thomas Helland
2015-03-11
1
-0
/
+2
*
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
[next]