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/lower_phis_to_scalar: undef is trivially scalarizable
Rob Clark
2015-07-03
1
-0
/
+1
*
nir: Don't allow copying SSA destinations
Jason Ekstrand
2015-07-02
1
-11
/
+11
*
glsl: create program resource list after LinkShader
Tapani Pälli
2015-07-01
1
-4
/
+0
*
glsl: expose build_program_resource_list function
Tapani Pälli
2015-07-01
2
-1
/
+5
*
glsl: build stageref mask using IR, not symbol table
Tapani Pälli
2015-07-01
1
-3
/
+11
*
glsl: use consistent version string format
Timothy Arceri
2015-07-01
1
-7
/
+7
*
nir: remove parent_instr from nir_register
Connor Abbott
2015-06-30
3
-17
/
+0
*
nir: remove nir_src_get_parent_instr()
Connor Abbott
2015-06-30
1
-10
/
+0
*
nir/from_ssa: add a flag to not convert everything from SSA
Connor Abbott
2015-06-30
2
-8
/
+24
*
nir: cleanup open-coded instruction casts
Rob Clark
2015-06-30
3
-3
/
+3
*
glsl: validate sampler array indexing for 'constant-index-expression'
Tapani Pälli
2015-06-30
1
-0
/
+77
*
mesa/glsl: new compiler option EmitNoIndirectSampler
Tapani Pälli
2015-06-30
1
-0
/
+12
*
glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00
Tapani Pälli
2015-06-30
1
-18
/
+18
*
util: port _mesa_strto[df] to C
Erik Faye-Lund
2015-06-29
2
-0
/
+6
*
glsl: No need to lock in _mesa_glsl_release_types
Erik Faye-Lund
2015-06-29
1
-4
/
+4
*
Revert "glsl: clone inputs and outputs during linking"
Kenneth Graunke
2015-06-28
1
-3
/
+1
*
mesa: Enable subdir-objects globally.
Matt Turner
2015-06-26
1
-2
/
+0
*
nir: Recognize max(min(a, 1.0), 0.0) as fsat(a).
Kenneth Graunke
2015-06-25
1
-0
/
+1
*
glsl: clone inputs and outputs during linking
Tapani Pälli
2015-06-24
1
-1
/
+3
*
nir: Use a switch statement for detecting move-like operations.
Kenneth Graunke
2015-06-24
1
-6
/
+14
*
glsl: remove cross validation of interpolation qualifier with GLSL 4.40
Tapani Pälli
2015-06-24
1
-1
/
+11
*
glsl: binding point is a texture unit, which is a combined space
Ilia Mirkin
2015-06-23
1
-1
/
+1
*
glsl: Specify the shader stage in linker errors due to too many in/outputs.
Jose Fonseca
2015-06-23
1
-4
/
+8
*
nir: Allow vec2/vec3/vec4 instructions in the select peephole pass.
Kenneth Graunke
2015-06-22
1
-1
/
+3
*
glsl: fix formatting glitch in _mesa_print_ir()
Brian Paul
2015-06-19
1
-1
/
+1
*
glsl: Fail linkage when UBO exceeds GL_MAX_UNIFORM_BLOCK_SIZE.
Jose Fonseca
2015-06-19
1
-0
/
+7
*
glsl: guard gl_NumSamples enablement on ARB_sample_shading
Ilia Mirkin
2015-06-18
1
-1
/
+2
*
glsl: add version checks to conditionals for builtin variable enablement
Ilia Mirkin
2015-06-18
1
-5
/
+5
*
glsl: handle conversions to double when comparing param matches
Ilia Mirkin
2015-06-18
1
-3
/
+5
*
glsl: add ir reader support for ir_barrier
Chris Forbes
2015-06-16
1
-0
/
+15
*
glsl: print locations of variables
Marek Olšák
2015-06-16
1
-2
/
+6
*
Revert "glsl: remove restriction on unsized arrays in GLSL ES 3.10"
Timothy Arceri
2015-06-16
1
-9
/
+1
*
glsl: fix "tesselation" typo
Marek Olšák
2015-06-14
1
-1
/
+1
*
glsl: fix compile error message
Timothy Arceri
2015-06-13
1
-1
/
+1
*
glsl: enforce restriction on AoA interface blocks in GLSL ES 3.10
Timothy Arceri
2015-06-13
1
-0
/
+11
*
glsl: enforce fragment shader input restrictions in GLSL ES 3.10
Timothy Arceri
2015-06-13
1
-0
/
+45
*
glsl: enforce output variable rules for GLSL ES 3.10
Timothy Arceri
2015-06-13
1
-0
/
+49
*
nir: Add barrier intrinsic function
Jordan Justen
2015-06-12
2
-1
/
+4
*
glsl: Add builtin barrier() function
Chris Forbes
2015-06-12
1
-0
/
+18
*
glsl: Add ir node for barrier
Chris Forbes
2015-06-12
8
-0
/
+55
*
mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util
Emil Velikov
2015-06-12
4
-46
/
+7
*
glsl: fix constructing a vector from a matrix
Martin Peres
2015-06-11
1
-5
/
+17
*
glsl: remove restriction on unsized arrays in GLSL ES 3.10
Timothy Arceri
2015-06-10
1
-1
/
+9
*
android: build with libcxx on android lollipop
Chih-Wei Huang
2015-06-09
1
-1
/
+0
*
glsl: fix comment typo: s/accpet/accept/
Brian Paul
2015-06-09
1
-1
/
+1
*
glsl_compiler: Remove unused extra argument to printf in usage_fail
Alan Coopersmith
2015-06-04
1
-1
/
+1
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
6
-37
/
+39
*
nir: use src for ssa helper
Timothy Arceri
2015-06-03
1
-5
/
+1
*
nir: remove extra semicolon
Timothy Arceri
2015-06-03
1
-1
/
+1
*
nir: prevent use-after-free condition in should_lower_phi()
Eduardo Lima Mitev
2015-06-02
1
-0
/
+5
[next]