projects
/
profile
/
ivi
/
mesa.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
glsl: Assign locations for uniforms in UBOs using the std140 rules.
[profile/ivi/mesa.git]
/
src
/
glsl
/
ast_function.cpp
2012-06-15
Paul Berry
glsl: Use ir_unop_f2u to convert floats to uints.
blob
|
commitdiff
2012-05-11
Marek Olšák
Merge branch 'gallium-userbuf'
blob
|
commitdiff
|
diff to current
2012-05-08
Olivier Galibert
glsl: Add a variable context to constant_expression_val...
blob
|
commitdiff
|
diff to current
2012-05-04
Eric Anholt
glsl: Fix regression in function out-parameter lvalue...
blob
|
commitdiff
|
diff to current
2012-04-19
Eric Anholt
glsl: Track in each ir_variable whether it was ever...
blob
|
commitdiff
|
diff to current
2012-04-02
Kenneth Graunke
glsl: Demote 'type' from ir_instruction to ir_rvalue...
blob
|
commitdiff
|
diff to current
2012-04-02
Kenneth Graunke
glsl: Convert ir_call to be a statement rather than...
blob
|
commitdiff
|
diff to current
2012-04-02
Kenneth Graunke
glsl: Use ir_rvalue to represent generic error_type...
blob
|
commitdiff
|
diff to current
2012-04-02
Kenneth Graunke
glsl: Combine AST-level and IR-level parameter mode...
blob
|
commitdiff
|
diff to current
2012-04-02
Kenneth Graunke
glsl: Split up function matching and call generation...
blob
|
commitdiff
|
diff to current
2012-01-06
Ian Romanick
glsl: Emit extra errors for l-value violations in ...
blob
|
commitdiff
|
diff to current
2011-11-15
Kenneth Graunke
glsl: Always search for an exact function signature...
blob
|
commitdiff
|
diff to current
2011-11-15
Kenneth Graunke
glsl: Split code to generate an ir_call out from match_...
blob
|
commitdiff
|
diff to current
2011-09-24
Kenneth Graunke
glsl: Defer initialization of built-in functions until...
blob
|
commitdiff
|
diff to current
2011-08-27
Stéphane Marchesin
Merge branch 'master' of git://anongit.freedesktop...
blob
|
commitdiff
|
diff to current
2011-08-25
Dave Airlie
glsl: fix crash when a const is passed to texelFetchOffset
blob
|
commitdiff
|
diff to current
2011-08-25
Kenneth Graunke
glsl: Bail after reporting an error for non-constant...
blob
|
commitdiff
|
diff to current
2011-08-16
Paul Berry
glsl: Perform implicit type conversions on function...
blob
|
commitdiff
|
diff to current
2011-08-08
Paul Berry
glsl: Constant-fold built-in functions before outputting IR
blob
|
commitdiff
|
diff to current
2011-08-08
Paul Berry
glsl: Emit function signatures at toplevel, even for...
blob
|
commitdiff
|
diff to current
2011-08-04
Bryan Cain
Merge branch 'glsl-to-tgsi'
blob
|
commitdiff
|
diff to current
2011-07-30
Chad Versace
glsl: Fix conversions in array constructors
blob
|
commitdiff
|
diff to current
2011-07-21
Brian Paul
Merge branch 'gallium-polygon-stipple'
blob
|
commitdiff
|
diff to current
2011-07-21
Brian Paul
Merge branch 'remove-copyteximage-hook'
blob
|
commitdiff
|
diff to current
2011-07-21
Ian Romanick
glsl: Make prototype_string publicly available
blob
|
commitdiff
|
diff to current
2011-07-04
Christian König
Merge remote-tracking branch 'origin/master' into pipe...
blob
|
commitdiff
|
diff to current
2011-07-04
Thomas Hellstrom
Merge branch 'xa_branch'
blob
|
commitdiff
|
diff to current
2011-06-29
Kenneth Graunke
glsl: Use i2u and u2i to implement constructor conversions.
blob
|
commitdiff
|
diff to current
2011-06-03
Christian König
Merge remote-tracking branch 'mareko/r300g-draw-instanc...
blob
|
commitdiff
|
diff to current
2011-05-07
Christian König
Merge remote-tracking branch 'origin/master' into pipe...
blob
|
commitdiff
|
diff to current
2011-05-03
Ian Romanick
glsl: Remove extra newline from error message
blob
|
commitdiff
|
diff to current
2011-04-23
Christian König
Merge remote branch 'origin/master' into pipe-video
blob
|
commitdiff
|
diff to current
2011-04-19
Ian Romanick
glsl: 80-column wrapping and whitespace fixes
blob
|
commitdiff
|
diff to current
2011-02-24
Christian König
Merge remote branch 'origin/master' into pipe-video
blob
|
commitdiff
|
diff to current
2011-02-11
Ian Romanick
glsl: Finish out the reduce/reduce error fixes
blob
|
commitdiff
|
diff to current
2011-02-02
Kenneth Graunke
glsl: Fix invalid use of ralloc_asprintf in prototype_s...
blob
|
commitdiff
|
diff to current
2011-01-31
Brian Paul
glsl: add cast to silence signed/unsigned comparison...
blob
|
commitdiff
|
diff to current
2011-01-31
Kenneth Graunke
glsl: Introduce a new "const_in" variable mode.
blob
|
commitdiff
|
diff to current
2011-01-31
Kenneth Graunke
Convert everything from the talloc API to the ralloc...
blob
|
commitdiff
|
diff to current
2011-01-21
Chad Versace
glsl: Improve error message when read-only vars are...
blob
|
commitdiff
|
diff to current
2011-01-15
Brian Paul
Merge branch 'draw-instanced'
blob
|
commitdiff
|
diff to current
2011-01-10
Christian König
Merge remote branch 'vdpau/pipe-video' into pipe-video
blob
|
commitdiff
|
diff to current
2010-12-19
Christoph Bumiller
Merge remote branch 'origin/master' into nvc0-new
blob
|
commitdiff
|
diff to current
2010-12-11
Christian König
Merge remote branch 'origin/master' into pipe-video
blob
|
commitdiff
|
diff to current
2010-12-06
Kenneth Graunke
glsl: Properly add functions during lazy built-in proto...
blob
|
commitdiff
|
diff to current
2010-11-30
Kenneth Graunke
glsl: Lazily import built-in function prototypes.
blob
|
commitdiff
|
diff to current
2010-11-22
Keith Whitwell
Merge branch 'lp-offset-twoside'
blob
|
commitdiff
|
diff to current
2010-11-21
Christian König
Merge remote branch 'origin/master' into pipe-video
blob
|
commitdiff
|
diff to current
2010-11-20
Ian Romanick
glsl: Fix matrix constructors with vector parameters
blob
|
commitdiff
|
diff to current
2010-11-16
Ian Romanick
glsl: Simplify generation of swizzle for vector constru...
blob
|
commitdiff
|
diff to current
2010-11-11
Christian König
Merge remote branch 'origin/master' into pipe-video
blob
|
commitdiff
|
diff to current
2010-11-09
Kenneth Graunke
glsl: Remove unnecessary "unused variable" warning...
blob
|
commitdiff
|
diff to current
2010-10-28
Christian König
Merge branch 'master' of ssh://git.freedesktop.org...
blob
|
commitdiff
|
diff to current
2010-10-26
Thomas Balling Sør...
Merge branch 'pipe-video' of git://anongit.freedesktop...
blob
|
commitdiff
|
diff to current
2010-10-26
Thomas Balling Sør...
Merge branch 'master' into pipe-video
blob
|
commitdiff
|
diff to current
2010-10-25
Kenneth Graunke
glsl: Fix constant component count in vector constructo...
blob
|
commitdiff
|
diff to current
2010-10-18
Keith Whitwell
Merge remote branch 'origin/master' into lp-setup-llvm
blob
|
commitdiff
|
diff to current
2010-10-12
Christian König
Merge branch 'master' of ssh://git.freedesktop.org...
blob
|
commitdiff
|
diff to current
2010-10-05
Thomas Balling Sør...
Merge branch 'master' into pipe-video
blob
|
commitdiff
|
diff to current
2010-09-22
Eric Anholt
glsl: Rework assignments with write_masks to have LHS...
blob
|
commitdiff
|
diff to current
2010-09-15
Christoph Bumiller
Merge remote branch 'origin/nv50-compiler'
blob
|
commitdiff
|
diff to current
2010-09-08
Kenneth Graunke
ast_to_hir: Allow matrix-from-matrix constructors in...
blob
|
commitdiff
|
diff to current
2010-09-02
Christoph Bumiller
Merge remote branch 'origin/master' into nv50-compiler
blob
|
commitdiff
|
diff to current
2010-09-02
Kenneth Graunke
glsl: Apply implicit conversions to structure construct...
blob
|
commitdiff
|
diff to current
2010-09-02
Kenneth Graunke
glsl: Convert constant record constructor parameters...
blob
|
commitdiff
|
diff to current
2010-09-02
Kenneth Graunke
glsl: Reject structure constructors that have too many...
blob
|
commitdiff
|
diff to current
2010-09-02
Ian Romanick
glsl2: Emit structure constructors inline
blob
|
commitdiff
|
diff to current
2010-09-02
Kenneth Graunke
glsl: Fix write mask in matrix-from-matrix constructors.
blob
|
commitdiff
|
diff to current
2010-09-02
Kenneth Graunke
glsl: Move generate_constructor_(matrix|vector) to...
blob
|
commitdiff
|
diff to current
2010-09-02
Kenneth Graunke
ast_function: Fix check for "too few components".
blob
|
commitdiff
|
diff to current
2010-09-02
Kenneth Graunke
ast_function: Remove bogus cases from generate_construc...
blob
|
commitdiff
|
diff to current
2010-08-31
Ian Romanick
glsl2: Write vector constructor constants in a single...
blob
|
commitdiff
|
diff to current
2010-08-29
Vinson Lee
glsl: Initialize data in ast_function_expression::hir.
blob
|
commitdiff
|
diff to current
2010-08-24
Chia-I Wu
glsl: Include main/core.h.
blob
|
commitdiff
|
diff to current
2010-08-17
Ian Romanick
glsl2: Fix transpose of rows and cols
blob
|
commitdiff
|
diff to current
2010-08-17
Ian Romanick
Merge branch 'glsl2'
blob
|
commitdiff
|
diff to current
2010-08-14
Ian Romanick
Merge branch 'master' into glsl2
blob
|
commitdiff
|
diff to current
2010-08-13
Ian Romanick
glsl2: Use MIN2 from macros.h instead of open coding it
blob
|
commitdiff
|
diff to current
2010-08-06
Ian Romanick
glsl2: Log a better error message when a matching funct...
blob
|
commitdiff
|
diff to current
2010-08-04
Ian Romanick
glsl2: Generate masked assignments in vector and matrix...
blob
|
commitdiff
|
diff to current
2010-08-04
Kenneth Graunke
glsl2: Remove uses of deprecated TALLOC_CTX type.
blob
|
commitdiff
|
diff to current
2010-08-03
Eric Anholt
glsl2: No need to strdup the name passed in to ir_varia...
blob
|
commitdiff
|
diff to current
2010-07-29
Eric Anholt
glsl2: Fix spelling of "sentinel."
blob
|
commitdiff
|
diff to current
2010-07-28
Kenneth Graunke
ast_function: Set constant_value on return value tempor...
blob
|
commitdiff
|
diff to current
2010-07-27
Eric Anholt
Merge remote branch 'origin/master' into glsl2
blob
|
commitdiff
|
diff to current
2010-07-21
Kenneth Graunke
glsl2: Extend ir_constant to store constant arrays...
blob
|
commitdiff
|
diff to current
2010-07-21
Kenneth Graunke
glsl2: Emit array constructors inline.
blob
|
commitdiff
|
diff to current
2010-07-21
Kenneth Graunke
glsl2: Add some comments.
blob
|
commitdiff
|
diff to current
2010-07-21
Kenneth Graunke
glsl2: Replace insert_before/remove pairs with exec_nod...
blob
|
commitdiff
|
diff to current
2010-07-21
Ian Romanick
glsl2: glsl_type has its own talloc context, don't...
blob
|
commitdiff
|
diff to current
2010-07-21
Ian Romanick
glsl2: Add and use new variable mode ir_var_temporary
blob
|
commitdiff
|
diff to current
2010-07-20
Eric Anholt
glsl2: Always insert function calls into the instructio...
blob
|
commitdiff
|
diff to current
2010-07-19
Eric Anholt
glsl2: Remove the const disease from function signature...
blob
|
commitdiff
|
diff to current
2010-07-14
Kenneth Graunke
ast_function: Actually do type conversion on function...
blob
|
commitdiff
|
diff to current
2010-07-09
Kenneth Graunke
ast_function: Fix non-float constructors with matrix...
blob
|
commitdiff
|
diff to current
2010-07-09
Kenneth Graunke
ast_function: Move error return earlier and don't inden...
blob
|
commitdiff
|
diff to current
2010-07-09
Kenneth Graunke
ast_function: Remove unnecessary check for empty constr...
blob
|
commitdiff
|
diff to current
2010-06-30
Kenneth Graunke
glsl2: Use _mesa_glsl_parse_state as the talloc parent...
blob
|
commitdiff
|
diff to current
2010-06-29
Ian Romanick
glsl2: Use talloc_strdup when generating constructor...
blob
|
commitdiff
|
diff to current
2010-06-29
Ian Romanick
glsl2: Don't flatten constructor parameters to scalars
blob
|
commitdiff
|
diff to current
next