projects
/
profile
/
ivi
/
mesa.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
glsl: Refuse to link GLSL 1.40+ shaders that would use fixed function.
[profile/ivi/mesa.git]
/
src
/
glsl
/
linker.cpp
2012-04-16
Eric Anholt
glsl: Refuse to link GLSL 1.40+ shaders that would...
blob
|
commitdiff
2012-04-13
Dave Airlie
glsl: add support for ARB_blend_func_extended (v3)
blob
|
commitdiff
|
diff to current
2012-04-02
Kenneth Graunke
glsl: Remove ir_call::get_callee() and set_callee().
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-03-26
Dave Airlie
glsl: fix linker error message context for frag shader...
blob
|
commitdiff
|
diff to current
2012-03-21
Brian Paul
glsl: propagate MaxUnrollIterations to the optimizer...
blob
|
commitdiff
|
diff to current
2012-03-21
Eric Anholt
glsl: Don't require gl_Position to be written in GLSL...
blob
|
commitdiff
|
diff to current
2012-03-15
Eric Anholt
glsl: Hook up the current GLSL 1.30 types and builtins...
blob
|
commitdiff
|
diff to current
2012-02-03
Brian Paul
glsl: move array_sizing_visitor class outside of link_i...
blob
|
commitdiff
|
diff to current
2012-01-20
Christoph Bumiller
mesa: allocate transform_feedback_info::Outputs array...
blob
|
commitdiff
|
diff to current
2012-01-18
Eric Anholt
glsl: Fix leak of LinkedTransformFeedback.Varyings.
blob
|
commitdiff
|
diff to current
2012-01-11
Paul Berry
mesa: Move transform feedback error check to reduce...
blob
|
commitdiff
|
diff to current
2012-01-11
Paul Berry
mesa: Fix transform feedback of unsubscripted gl_ClipDi...
blob
|
commitdiff
|
diff to current
2012-01-11
Paul Berry
mesa: Fix computation of transform feedback num_components.
blob
|
commitdiff
|
diff to current
2012-01-09
Paul Berry
mesa: Fix bogus transform feedback error message when...
blob
|
commitdiff
|
diff to current
2012-01-05
Paul Berry
mesa: Fix transform feedback of unsubscripted arrays.
blob
|
commitdiff
|
diff to current
2012-01-05
Paul Berry
mesa: Fix transform feedback of gl_ClipDistance.
blob
|
commitdiff
|
diff to current
2012-01-05
Paul Berry
mesa: Make tfeedback_decl::var_name a const char *.
blob
|
commitdiff
|
diff to current
2012-01-05
Paul Berry
mesa: Add gl_transform_feedback_info::ComponentOffset.
blob
|
commitdiff
|
diff to current
2012-01-05
Paul Berry
mesa: Fix extra memset in store_tfeedback_info()
blob
|
commitdiff
|
diff to current
2012-01-05
Eric Anholt
mesa: Fix glGetTransformFeedbackVarying().
blob
|
commitdiff
|
diff to current
2012-01-04
Paul Berry
mesa: Check that all buffers are bound in BeginTransfor...
blob
|
commitdiff
|
diff to current
2011-12-20
Paul Berry
mesa: Record transform feedback strides/offsets in...
blob
|
commitdiff
|
diff to current
2011-12-13
Marek Olšák
mesa: add const flags to skip MaxVarying and MaxUniform...
blob
|
commitdiff
|
diff to current
2011-11-22
Chad Versace
Merge branch 'hiz' of ssh://people.freedesktop.org...
blob
|
commitdiff
|
diff to current
2011-11-19
Marek Olšák
mesa: set the gl_FragDepth layout in the GLSL linker
blob
|
commitdiff
|
diff to current
2011-11-14
Ian Romanick
linker: Validate resource usage in the linker
blob
|
commitdiff
|
diff to current
2011-11-09
Paul Berry
glsl: Assign transform feedback varying slots in linker.
blob
|
commitdiff
|
diff to current
2011-11-08
Ian Romanick
linker: Use app-specified fragment data location during...
blob
|
commitdiff
|
diff to current
2011-11-07
Ian Romanick
Delete code made dead by previous uniform related patches
blob
|
commitdiff
|
diff to current
2011-11-07
Ian Romanick
mesa: Rewrite the way uniforms are tracked and handled
blob
|
commitdiff
|
diff to current
2011-11-07
Ian Romanick
linker: Make invalidate_variable_locations available...
blob
|
commitdiff
|
diff to current
2011-11-03
Ian Romanick
linker: Check that initializers for global variables...
blob
|
commitdiff
|
diff to current
2011-11-03
Ian Romanick
linker: Fix the indentation of a block in cross_validat...
blob
|
commitdiff
|
diff to current
2011-10-26
Ian Romanick
linker: Eliminate more dead code after demoting shader...
blob
|
commitdiff
|
diff to current
2011-10-26
Ian Romanick
glsl: Add uniform_locations_assigned parameter to do_de...
blob
|
commitdiff
|
diff to current
2011-10-18
Eric Anholt
mesa: Add a flag for shader programs to allow SSO linka...
blob
|
commitdiff
|
diff to current
2011-10-10
Ian Romanick
linker: Fix a slightly incorrect comment
blob
|
commitdiff
|
diff to current
2011-10-04
Ian Romanick
linker: Use gl_shader_program::AttributeBindings for...
blob
|
commitdiff
|
diff to current
2011-10-04
Ian Romanick
glsl: Delete symbol table in post-link shaders
blob
|
commitdiff
|
diff to current
2011-09-23
Paul Berry
mesa: Add a flag to indicate whether a program uses...
blob
|
commitdiff
|
diff to current
2011-09-23
Paul Berry
glsl: Implement a lowering pass for gl_ClipDistance.
blob
|
commitdiff
|
diff to current
2011-09-08
Paul Berry
glsl: Make sure gl_ClipDistance and gl_ClipVertex are...
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
Brian Paul
Merge branch 'kasanen-post-process-v2'
blob
|
commitdiff
|
diff to current
2011-08-25
Kenneth Graunke
glsl: Implement the GL_ARB_conservative_depth extension.
blob
|
commitdiff
|
diff to current
2011-08-08
Paul Berry
glsl: validate IR after linking (debug builds only)
blob
|
commitdiff
|
diff to current
2011-08-04
Bryan Cain
Merge branch 'glsl-to-tgsi'
blob
|
commitdiff
|
diff to current
2011-08-02
Ian Romanick
linker: Make linker_{error,warning} generally available
blob
|
commitdiff
|
diff to current
2011-08-02
Ian Romanick
linker: Make linker_error set LinkStatus to false
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: Reject shaders that contain static recursion
blob
|
commitdiff
|
diff to current
2011-07-20
Brian Paul
glsl: silence warning in linker.cpp
blob
|
commitdiff
|
diff to current
2011-07-13
Stéphane Marchesin
Merge branch 'master' of ssh://git.freedesktop.org...
blob
|
commitdiff
|
diff to current
2011-07-11
Christian König
Merge remote-tracking branch 'origin/master' into pipe...
blob
|
commitdiff
|
diff to current
2011-07-07
Brian Paul
glsl: use casts to silence warning
blob
|
commitdiff
|
diff to current
2011-07-06
Ian Romanick
linker: Assign locations for fragment shader output
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-20
Ian Romanick
linker: Reject shaders that use too many varyings
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-04-24
Bryan Cain
glsl: Fix typos in comments.
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-03-29
Ian Romanick
glsl: Calcluate Mesa state slots in front-end instead...
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-21
Ian Romanick
Use C-style system headers in C++ code to avoid issues...
blob
|
commitdiff
|
diff to current
2011-02-16
Ian Romanick
linker: Fix off-by-one error implicit array sizing
blob
|
commitdiff
|
diff to current
2011-02-04
Ian Romanick
linker: Generate link errors when ES shaders are missin...
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-27
Chad Versace
glsl: Raise linking error if gl_FragDepth layout is...
blob
|
commitdiff
|
diff to current
2011-01-25
Ian Romanick
linker: Propagate max_array_access while linking functions
blob
|
commitdiff
|
diff to current
2011-01-25
Ian Romanick
linker: Set sizes for non-global arrays as well
blob
|
commitdiff
|
diff to current
2011-01-21
Kenneth Graunke
glsl, i965: Remove unnecessary talloc includes.
blob
|
commitdiff
|
diff to current
2011-01-15
Brian Paul
Merge branch 'draw-instanced'
blob
|
commitdiff
|
diff to current
2011-01-11
Christian König
Merge remote branch 'origin/master' into pipe-video
blob
|
commitdiff
|
diff to current
2011-01-10
Chad Versace
glsl: At link-time, check that globals have matching...
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-22
Christian König
Merge remote branch 'origin/master' 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-13
Ian Romanick
linker: Allow built-in arrays to have different sizes...
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-08
Ian Romanick
linker: Fix regressions caused by previous commit
blob
|
commitdiff
|
diff to current
2010-12-08
Ian Romanick
linker: Ensure that unsized arrays have a size after...
blob
|
commitdiff
|
diff to current
2010-12-02
Chad Versace
glsl: Fix linker bug in cross_validate_globals()
blob
|
commitdiff
|
diff to current
2010-11-30
Kenneth Graunke
glsl/linker: Free any IR discarded by optimization...
blob
|
commitdiff
|
diff to current
2010-11-30
Eric Anholt
glsl: Make the symbol table's add_variable just use...
blob
|
commitdiff
|
diff to current
2010-11-30
Eric Anholt
glsl: Make the symbol table's add_function just use...
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-20
Keith Whitwell
Merge branch 'llvm-cliptest-viewport'
blob
|
commitdiff
|
diff to current
2010-10-20
Ian Romanick
linker: Improve handling of unread/unwritten shader...
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-15
Ian Romanick
linker: Trivial indention fix
blob
|
commitdiff
|
diff to current
2010-10-15
Ian Romanick
glsl: Slightly change the semantic of _LinkedShaders
blob
|
commitdiff
|
diff to current
2010-10-13
Ian Romanick
linker: Reject shaders that have unresolved function...
blob
|
commitdiff
|
diff to current
2010-10-13
Kristian Høgsberg
Drop GLcontext typedef and use struct gl_context instead
blob
|
commitdiff
|
diff to current
2010-10-12
Christian König
Merge branch 'master' of ssh://git.freedesktop.org...
blob
|
commitdiff
|
diff to current
next