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: calculate dominance information
Connor Abbott
2015-01-15
4
-1
/
+337
*
nir: add an optimization to turn global registers into local registers
Connor Abbott
2015-01-15
3
-0
/
+106
*
nir: add a pass to lower atomics
Connor Abbott
2015-01-15
3
-0
/
+130
*
nir: add a pass to lower system value reads
Connor Abbott
2015-01-15
3
-0
/
+109
*
nir: add a pass to lower sampler instructions
Connor Abbott
2015-01-15
3
-0
/
+176
*
nir: add a pass to remove unused variables
Connor Abbott
2015-01-15
3
-0
/
+141
*
nir: keep track of the number of input, output, and uniform slots
Connor Abbott
2015-01-15
3
-4
/
+16
*
nir: add a pass to lower variables for scalar backends
Connor Abbott
2015-01-15
3
-0
/
+1237
*
nir: add a glsl-to-nir pass
Connor Abbott
2015-01-15
3
-1
/
+1797
*
nir: add a validation pass
Connor Abbott
2015-01-15
3
-0
/
+793
*
nir: add a printer
Connor Abbott
2015-01-15
3
-0
/
+915
*
SQUASH: Fix comments from eric
Jason Ekstrand
2015-01-15
1
-0
/
+3
*
SQUASH: Add an assert
Jason Ekstrand
2015-01-15
1
-0
/
+1
*
nir: add core helper functions
Connor Abbott
2015-01-15
3
-3
/
+1815
*
SQUASH: Use the enum for the variable mode
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir: add the core datastructures
Connor Abbott
2015-01-15
6
-0
/
+1751
*
nir: add a simple C wrapper around glsl_types.h
Connor Abbott
2015-01-15
4
-1
/
+238
*
nir: add initial README
Connor Abbott
2015-01-15
1
-0
/
+118
*
exec_list: add a list_foreach_typed_reverse() macro
Connor Abbott
2015-01-15
1
-0
/
+6
*
mesa/glsl/glapi: enable GL_EXT_draw_buffers extension
Tapani Pälli
2015-01-14
3
-0
/
+4
*
glsl: use the is_gl_identifier() helper in a couple more places
Brian Paul
2015-01-05
2
-2
/
+2
*
glsl: check if implicitly sized arrays match explicitly sized arrays across t...
Timothy Arceri
2014-12-23
1
-1
/
+20
*
glsl: remove extern "C" around #includes
Brian Paul
2014-12-16
3
-7
/
+2
*
glsl: remove commented out code
Timothy Arceri
2014-12-16
1
-2
/
+0
*
glsl: Add gl_MaxViewports to available builtin constants
Maxence Le Doré
2014-12-15
3
-0
/
+10
*
util/hash_table: Rework the API to know about hashing
Jason Ekstrand
2014-12-14
3
-10
/
+8
*
glsl: Add dist-hook to delete glcpp test *.out files.
Matt Turner
2014-12-12
1
-0
/
+4
*
glcpp: Make tests write .out files to builddir.
Matt Turner
2014-12-12
2
-7
/
+14
*
mesa: Add notes/readme files to distribution.
Matt Turner
2014-12-12
1
-1
/
+1
*
mesa: Add scons files to distribution.
Matt Turner
2014-12-12
1
-1
/
+2
*
glsl: Add clean-local rule to delete glcpp test output.
Matt Turner
2014-12-12
1
-0
/
+3
*
glsl: Add parser headers to distribution.
Matt Turner
2014-12-12
1
-0
/
+2
*
glsl: Add lex and yacc sources to distribution.
Matt Turner
2014-12-12
1
-1
/
+5
*
glsl: Add headers to distribution.
Matt Turner
2014-12-12
2
-3
/
+32
*
glsl: Distribute tests/, TODO, and README
Matt Turner
2014-12-12
1
-0
/
+2
*
glsl: invariant qualifier is not valid for shader inputs in GLSL ES 3.00
Samuel Iglesias Gonsalvez
2014-12-09
2
-1
/
+12
*
glsl: Don't optimize min/max into saturate when EmitNoSat is set
Abdiel Janulgue
2014-12-08
1
-1
/
+1
*
glcpp: Fix `can not` to `cannot` in error message
Chris Forbes
2014-12-07
2
-4
/
+4
*
glcpp: Disallow undefining GL_* builtin macros.
Chris Forbes
2014-12-07
1
-1
/
+2
*
glsl: Optimize scalar all_equal/any_nequal into equal/nequal.
Matt Turner
2014-12-05
1
-0
/
+10
*
linker: Assign varying locations geometry shader inputs for SSO
Ian Romanick
2014-12-03
1
-0
/
+15
*
linker: Wrap access of producer_var with a NULL check
Ian Romanick
2014-12-03
1
-3
/
+5
*
glsl: throw error when using invariant(all) in a fragment shader
Tapani Pälli
2014-12-03
1
-1
/
+12
*
main, glsl: Bump max known desktop glsl version to 4.50
Jordan Justen
2014-12-01
2
-4
/
+8
*
glsl/cs: Change gl_WorkGroupSize from ivec3 to uvec3
Jordan Justen
2014-12-01
1
-4
/
+4
*
glsl: Initialize static temporaries_allocate_names once per process.
Matt Turner
2014-12-01
1
-1
/
+3
*
glsl: Use | action in the lexer source to avoid duplicating the float action
Neil Roberts
2014-11-27
1
-12
/
+3
*
glsl: Disallow float literals with the 'f' suffix but no point or exponent
Neil Roberts
2014-11-27
1
-4
/
+0
*
glsl: Make lower_constant_arrays_to_uniforms require dereferences.
Kenneth Graunke
2014-11-24
1
-2
/
+7
*
glsl: Fix tautological comparison.
Matt Turner
2014-11-24
1
-1
/
+1
[next]