glsl: Convert ir_call to be a statement rather than a value.
[mesa.git] / src / glsl /
2012-04-02 Kenneth Graunkeglsl: Convert ir_call to be a statement rather than...
2012-04-02 Kenneth Graunkeglsl: Split out ir_reader's ability to read ir_derefere...
2012-04-02 Kenneth Graunkeglsl: Move constant expression handling from calls...
2012-04-02 Kenneth Graunkeglsl: Use ir_rvalue to represent generic error_type...
2012-04-02 Kenneth Graunkeglsl: Combine AST-level and IR-level parameter mode...
2012-04-02 Kenneth Graunkeglsl: Split up function matching and call generation...
2012-04-02 Kenneth Graunkeglsl: Don't trust loop analysis in the presence of...
2012-03-31 Vinson Leelinker: Fix memory leak in count_uniform_size::visit_field.
2012-03-26 Dave Airlieglsl: fix linker error message context for frag shader...
2012-03-26 Kenneth Graunkeglsl: Make ir_dereference_variable ctor assert the...
2012-03-26 Kenneth Graunkeglsl: Explicitly NULL-check variables before making...
2012-03-26 Kenneth Graunkeglsl: Make ir_dereference_record constructor assert...
2012-03-26 Kenneth Graunkeglsl: Make ir_dereference_array constructor assert...
2012-03-26 Kenneth Graunkeglsl: Comment that expression flattening is used for...
2012-03-25 Dave Airlieglsl: fix compiling warning from gcc 4.7
2012-03-25 Dave Airlieglsl: initialise const force glsl extension warning...
2012-03-21 Brian Paulglsl: propagate MaxUnrollIterations to the optimizer...
2012-03-21 Eric Anholtglsl: Don't require gl_Position to be written in GLSL...
2012-03-20 Paul BerryAdd .deps/, .libs/, and *.la to toplevel .gitignore
2012-03-20 Eric Anholtglsl: Don't include the deprecated structure types...
2012-03-15 Eric Anholtglsl: Add GLSL 1.40 textureSize() implementations for...
2012-03-15 Eric Anholtglsl: Set up generated builtin functions handling for...
2012-03-15 Eric Anholtglsl: Add support for integer sampler2DRect variants...
2012-03-15 Eric Anholtglsl: Drop ftransform() from GLSL 1.40 profile.
2012-03-15 Eric Anholtglsl: Copy GLSL 1.30 builtin profile to GLSL 1.40.
2012-03-15 Eric Anholtglsl: When failing to compile some builtins, print...
2012-03-15 Eric Anholtglsl: Let the builtin compiler process GLSL 1.40 shaders.
2012-03-15 Eric Anholtglsl: Update builtin variables for GLSL 1.40.
2012-03-15 Eric Anholtglsl: Hook up the current GLSL 1.30 types and builtins...
2012-03-15 Eric Anholtglsl: Add support for parsing #version 140.
2012-03-13 Eric Anholtglsl: Avoid extra if statements for logic and/or with...
2012-03-08 Eric Anholtglsl: Refine the loop instruction counting.
2012-02-29 Ian Romanickglsl: Make gl_InstanceID available with GL_ARB_draw_ins...
2012-02-28 Kenneth Graunkeglcpp: Don't strlen() the output for every token being...
2012-02-28 Kenneth Graunkeralloc: Make rewrite_tail increase "start" by the new...
2012-02-09 Mathias Fröhlichglsl: Avoid excessive loop unrolling.
2012-02-08 Chad Versaceglsl: Fix Android build
2012-02-03 Eric Anholtglsl: Add error case for switch() with two default...
2012-02-03 Eric Anholtglsl: Throw an error when faced with a duplicated switc...
2012-02-03 Eric Anholtglsl: Add other missing error location information...
2012-02-03 Eric Anholtglsl: Add missing location info to case labels.
2012-02-03 Eric Anholtglsl: Throw the required error when a case label is...
2012-02-03 Eric Anholtglsl: Save and restore the whole switch state for nesting.
2012-02-03 Brian Paulglsl: move array_sizing_visitor class outside of link_i...
2012-02-02 Carl Worthglsl: Avoid ralloc_stealing a long-lived object to...
2012-02-02 Carl Worthglsl: Add glcpp tests for a macro used twice
2012-02-02 Carl Worthglcpp: Fix so that trailing punctuation does not preven...
2012-02-02 Carl Worthglcpp: Add new test showing bug where a trailing '...
2012-02-01 Matt TurnerRevert "automake: src/glsl and src/glsl/glcpp"
2012-02-01 Matt TurnerRevert "src/glsl/glcpp: wire up glcpp-test to make...
2012-01-31 Matt Turnersrc/glsl/glcpp: wire up glcpp-test to make check
2012-01-31 Matt Turnerglcpp-test: don't return failure if valgrind tests...
2012-01-31 Matt Turnerautomake: src/glsl and src/glsl/glcpp
2012-01-31 Matt Turnerglsl: rename Makefile.sources' _SOURCES variables
2012-01-31 Kenneth Graunkeglsl: Rename class variable_entry to ir_variable_refcou...
2012-01-30 Eric Anholtmesa: Add a flag for forcing all GLSL extensions to...
2012-01-24 Alexander von Gluckglsl: Don't use newlocale on Haiku
2012-01-21 Vinson Leeglsl: Fix 'control reaches end of non-void function...
2012-01-20 Christoph Bumillermesa: allocate transform_feedback_info::Outputs array...
2012-01-20 Paul Berryglsl: Fix isinf() for non-C99-compliant compilers.
2012-01-18 Eric Anholtglsl: Fix leak of linked uniform names at relink/free...
2012-01-18 Eric Anholtglsl: Fix leak of LinkedTransformFeedback.Varyings.
2012-01-11 Ian Romanicklinker: Calculate used samplers and shadow samplers...
2012-01-11 Ian Romanicklinker: Calculate the sampler to texture target mapping...
2012-01-11 Ian Romanickglsl: Add glsl_type::sampler_index
2012-01-11 Paul Berrymesa: Move transform feedback error check to reduce...
2012-01-11 Paul Berrymesa: Fix transform feedback of unsubscripted gl_ClipDi...
2012-01-11 Paul Berrymesa: Fix computation of transform feedback num_components.
2012-01-11 Eric Anholtglsl: Add error checking for applying interpolation...
2012-01-11 Eric Anholtglsl: Fix copy_propagation_elements bug in handling...
2012-01-09 Andy Claytonglsl: fix glsl optimization infinite loop from copy_pro...
2012-01-09 Paul Berrymesa: Fix bogus transform feedback error message when...
2012-01-07 Kenneth Graunkeglsl/builtins: Add missing mix(genType, genType, bvec...
2012-01-06 Ian Romanickglsl: Don't mark assignment temporaries as read-only
2012-01-06 Ian Romanickglsl: Emit extra errors for l-value violations in ...
2012-01-06 Ian Romanickglsl: Emit errors for assignments to non-l-value expres...
2012-01-06 Ian Romanickglsl: Track descriptions of some expressions that can...
2012-01-06 Vincent Lejeuneglsl: Add a lowering pass to remove reads of shader...
2012-01-05 Paul Berrymesa: Fix transform feedback of unsubscripted arrays.
2012-01-05 Paul Berrymesa: Fix transform feedback of gl_ClipDistance.
2012-01-05 Paul Berrymesa: Make tfeedback_decl::var_name a const char *.
2012-01-05 Paul Berrymesa: Add gl_transform_feedback_info::ComponentOffset.
2012-01-05 Paul Berrymesa: Fix extra memset in store_tfeedback_info()
2012-01-05 Eric Anholtmesa: Fix glGetTransformFeedbackVarying().
2012-01-05 Matt Turnerglsl: rename VERSION to VERSION_TOK for automake
2012-01-04 Paul Berrymesa: Check that all buffers are bound in BeginTransfor...
2012-01-04 Ian Romanickglsl: Don't use base type for bit-not when there's...
2011-12-30 Alexander von Gluckglsl: fix usage of potentially undefined data_end union
2011-12-24 Matt Turnerglsl: remove old autogen.sh
2011-12-20 Paul Berrymesa: Record transform feedback strides/offsets in...
2011-12-14 Kenneth Graunkeglsl: Fix crashes caused by Bison error messages involv...
2011-12-13 Marek Olšákmesa: add const flags to skip MaxVarying and MaxUniform...
2011-12-07 Anuj Phogatglsl: Fix samplerCubeShadow support in shader compiler
2011-12-02 Brian Paulglsl: return visit_stop in ir_validate::visit_enter...
2011-11-22 Marek Olšákglsl: convervative_depth is not allowed in the vertex...
2011-11-22 Marek Olšákglsl: finish up ARB_conservative_depth (v2)
2011-11-22 Marek Olšákmesa: rename the AMD_conservative_depth extension flag...
2011-11-22 Ian Romanicklinker: Remove erroneous multiply by 4 in uniform usage...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-19 Marek Olšákmesa: set the gl_FragDepth layout in the GLSL linker
next