projects
/
mesa.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
glsl: Combine many instruction lowering passes into one.
[mesa.git]
/
src
/
glsl
/
Makefile
2010-11-19
Kenneth Graunke
glsl: Combine many instruction lowering passes into...
blob
|
commitdiff
|
raw
2010-11-19
Ian Romanick
glsl: Add ir_quadop_vector expression
blob
|
commitdiff
|
raw
|
diff to current
2010-11-16
Kenneth Graunke
glsl: Rename various ir_* files to lower_* and opt_*.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Chia-I Wu
Merge branch 'glapi-reorg'
blob
|
commitdiff
|
raw
|
diff to current
2010-10-27
Kenneth Graunke
Fix build on systems where "python" is python 3.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-20
Keith Whitwell
Merge branch 'llvm-cliptest-viewport'
blob
|
commitdiff
|
raw
|
diff to current
2010-10-18
Keith Whitwell
Merge remote branch 'origin/master' into lp-setup-llvm
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Eric Anholt
glsl: Add a lowering pass for texture projection.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-17
Luca Barbieri
glsl: add pass to lower variable array indexing to...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-15
Christoph Bumiller
Merge remote branch 'origin/nv50-compiler'
blob
|
commitdiff
|
raw
|
diff to current
2010-09-13
Ian Romanick
glsl2: Add pass to remove redundant jumps
blob
|
commitdiff
|
raw
|
diff to current
2010-09-13
Luca Barbieri
glsl: add continue/break/return unification/elimination...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Ian Romanick
glsl2: Add lowering pass to remove noise opcodes
blob
|
commitdiff
|
raw
|
diff to current
2010-09-03
Ian Romanick
glsl2: Add module to perform simple loop unrolling
blob
|
commitdiff
|
raw
|
diff to current
2010-09-03
Ian Romanick
glsl2: Add module to suss out loop control variables...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-03
Ian Romanick
glsl2: Add module to analyze variables used in loops
blob
|
commitdiff
|
raw
|
diff to current
2010-09-02
Christoph Bumiller
Merge remote branch 'origin/master' into nv50-compiler
blob
|
commitdiff
|
raw
|
diff to current
2010-08-26
Kenneth Graunke
glsl: Use a single shared namespace in the symbol table.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
Dave Airlie
glsl: make 'make clean' work properly.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Eric Anholt
mesa: AC_SUBST the talloc libs/cflags so the ./configur...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-17
Ian Romanick
Merge branch 'glsl2'
blob
|
commitdiff
|
raw
|
diff to current
2010-08-14
Ian Romanick
Merge branch 'master' into glsl2
blob
|
commitdiff
|
raw
|
diff to current
2010-08-14
Kenneth Graunke
glsl2/Makefile: Add a 'make builtins' target.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-14
Kenneth Graunke
glsl2: Rework builtin function generation.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-14
Eric Anholt
glsl2: Add a pass to strip out noop swizzles.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-14
Eric Anholt
glsl2: Add a generic visitor class to call back with...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-13
Ian Romanick
glsl2: Use --nounistd to fix MSVC build
blob
|
commitdiff
|
raw
|
diff to current
2010-08-12
Ian Romanick
glsl2: Change command line options passed to flex
blob
|
commitdiff
|
raw
|
diff to current
2010-08-12
Ian Romanick
glsl2: Use bison command line option to set prefix
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Eric Anholt
glsl2: Add a pass to transform ir_binop_sub to add...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Eric Anholt
glsl2: Add constant propagation.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Eric Anholt
glsl2: Move gl_program->InputsRead/OutputsWritten setti...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-05
Eric Anholt
glsl2: Add a pass to convert exp and log to exp2 and...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-05
Eric Anholt
ir_structure_splitting: New pass to chop structures...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-05
Eric Anholt
glsl2: Add a pass for removing unused functions.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Kenneth Graunke
glcpp: Remove xtalloc wrappers in favor of plain talloc.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-02
Eric Anholt
glsl2: Don't add mesa/program/ as an include dir. ...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-31
Eric Anholt
glsl2: Add new tree grafting optimization pass.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-31
Eric Anholt
glsl2: Factor out the variable refcounting part of...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-28
Kenneth Graunke
glsl2/Makefile: Append to DEFINES rather than replacing...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-27
Eric Anholt
glsl2: Add optimization pass for algebraic simplifications.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-27
Eric Anholt
Merge remote branch 'origin/master' into glsl2
blob
|
commitdiff
|
raw
|
diff to current
2010-07-22
Eric Anholt
glsl2: Add the API defines to the glsl2 build so we...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-21
Ian Romanick
glsl2: Add function to import function prototypes from...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-21
Ian Romanick
glsl2: Add a constructor for _mesa_glsl_parse_state
blob
|
commitdiff
|
raw
|
diff to current
2010-07-21
Carl Worth
Build a standalone glcpp binary.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Ian Romanick
linker: First bits of intrastage, intershader function...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Eric Anholt
glsl2: Add a pass for converting if statements to condi...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-12
Eric Anholt
glsl2: Add a new pass at the IR level to break down...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-07
Eric Anholt
glsl2: Add a pass to simplify if statements returning...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-07
Eric Anholt
glsl2: Add pass for supporting variable vector indexing...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-02
Eric Anholt
glsl2: Add a pass to break ir_binop_div to _mul and...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
Eric Anholt
glsl2: Add a pass to convert mod(a, b) to b * fract...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-25
Eric Anholt
glsl2: Fix dependencies. (at least partially)
blob
|
commitdiff
|
raw
|
diff to current
2010-06-25
Eric Anholt
glsl2: Replace the GLSL compiler with the glsl2 project.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-24
Eric Anholt
Merge branch 'glsl2-head' into glsl2
blob
|
commitdiff
|
raw
|
diff to current
2010-01-26
Brian Paul
Merge branch 'mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2010-01-25
Brian Paul
Merge branch 'mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2010-01-22
Brian Paul
Merge branch 'mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2010-01-22
Brian Paul
Merge branch 'mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2010-01-14
Jakob Bornecrantz
Merge branch 'mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2010-01-12
Chia-I Wu
Merge branch 'master' into opengl-es-v2
blob
|
commitdiff
|
raw
|
diff to current
2010-01-08
José Fonseca
Merge remote branch 'origin/master' into lp-binning
blob
|
commitdiff
|
raw
|
diff to current
2010-01-08
Brian Paul
Merge branch 'mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2010-01-06
José Fonseca
Merge remote branch 'origin/mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2010-01-05
Brian Paul
Merge branch 'mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2009-12-31
Brian Paul
Merge branch 'mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2009-12-27
Brian Paul
Merge branch 'mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2009-12-22
Roland Scheidegger
Merge branch 'gallium-edgeflags'
blob
|
commitdiff
|
raw
|
diff to current
2009-12-22
Keith Whitwell
Merge branch 'i965g-restart'
blob
|
commitdiff
|
raw
|
diff to current
2009-12-22
Ian Romanick
Merge branch 'mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2009-12-22
Brian Paul
Merge branch 'mesa_7_7_branch'
blob
|
commitdiff
|
raw
|
diff to current
2009-12-17
Michal Krol
Merge branch 'master' into pipe-format-simplify
blob
|
commitdiff
|
raw
|
diff to current
2009-12-17
Michal Krol
Merge branch 'glsl-pp-rework-2'
blob
|
commitdiff
|
raw
|
diff to current
2009-12-12
Michal Krol
Merge branch 'master' into glsl-pp-rework-2
blob
|
commitdiff
|
raw
|
diff to current
2009-12-10
michal
Build mesa glsl with make.
blob
|
commitdiff
|
raw
|
diff to current