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_variables_scalar: Silence a compiler warning
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add a lower_vec_to_movs pass
Jason Ekstrand
2015-01-15
3
-0
/
+99
*
nir: Add a naieve from-SSA pass
Jason Ekstrand
2015-01-15
3
-0
/
+195
*
nir: Add intrinsics to do alternate interpolation on inputs
Jason Ekstrand
2015-01-15
1
-17
/
+35
*
nir: Add NIR_TRUE and NIR_FALSE constants and use them for boolean immediates
Jason Ekstrand
2015-01-15
2
-4
/
+19
*
nir/lower_atomics: Multiply array offsets by ATOMIC_COUNTER_SIZE
Jason Ekstrand
2015-01-15
1
-1
/
+17
*
nir/glsl: Add support for coarse and fine derivatives
Jason Ekstrand
2015-01-15
1
-2
/
+6
*
nir: Add fine and coarse derivative opcodes
Jason Ekstrand
2015-01-15
1
-0
/
+4
*
nir/glsl: Add support for saturate
Jason Ekstrand
2015-01-15
1
-0
/
+5
*
Fix what I think are a few NIR typos
Jason Ekstrand
2015-01-15
1
-3
/
+3
*
nir: add an SSA-based dead code elimination pass
Connor Abbott
2015-01-15
3
-0
/
+191
*
nir: add an SSA-based copy propagation pass
Connor Abbott
2015-01-15
3
-0
/
+317
*
nir: add a pass to convert to SSA
Connor Abbott
2015-01-15
3
-0
/
+686
*
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
[next]