i915: Convert to use GLbitfield64 directly.
[mesa.git] / src / glsl /
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
2011-11-19 Marek Olšákglsl: when cloning a variable, copy the depth layout too
2011-11-16 Kenneth Graunkeglsl: Add missing textureSize(samplerCubeShadow, int...
2011-11-15 Kenneth Graunkeglsl: Always search for an exact function signature...
2011-11-15 Kenneth Graunkeglsl: Split code to generate an ir_call out from match_...
2011-11-15 Kenneth Graunkeglsl: Add a new matching_signature() variant that retur...
2011-11-14 Ian Romanicklinker: Validate resource usage in the linker
2011-11-14 Ian Romanicklinker: Count the number of uniform components used...
2011-11-14 Ian Romanicklinker: Count the number of samplers used by a shader...
2011-11-14 José Fonsecaglsl: Add missing ';' in action statement.
2011-11-12 Morgan Armandglcpp: Add GL_ARB_draw_instanced #define.
2011-11-11 Eric Anholtmesa: Make gl_VertexID be a system value like gl_Instan...
2011-11-11 Eric Anholtglsl: Move builtin_variables.h into .cpp.
2011-11-11 Eric Anholtglsl: Move ir_variable.cpp to builtin_variables.cpp.
2011-11-11 Kenneth Graunkeglsl: Handle constant expressions involving ir_binop_eq...
2011-11-11 Kenneth Graunkeglsl: Remove textureGradOffset built-ins taking sampler...
2011-11-11 Kenneth Graunkeglsl: Fix misnamed textureProjOffset prototypes in...
2011-11-11 Kenneth Graunkeglsl: Remove texture built-ins with 'bias' from 1.30...
2011-11-09 Paul Berryglsl: Assign transform feedback varying slots in linker.
2011-11-09 Ian Romanickglsl: Clamp vector indices when lowering to swizzles
2011-11-09 José Fonsecamesa,glsl,mapi: Put extern "C" { ... } where appropriate.
2011-11-08 Brian Paulglsl: remove trailing comma to silence warning
2011-11-08 Ian Romanicklinker: Use app-specified fragment data location during...
2011-11-08 Dan McCabeglsl: Generate IR for switch statements
2011-11-08 Dan McCabeglsl: Reference data structure ctors in grammar
2011-11-08 Dan McCabeglsl: Create AST structs corresponding to new productio...
2011-11-08 Dan McCabeglsl: Add productions to GLSL grammar for switch statement
2011-11-08 Dan McCabeglsl: Create AST data structures for switch statement...
2011-11-07 Ian RomanickDelete code made dead by previous uniform related patches
2011-11-07 Ian Romanickmesa: Rewrite the way uniforms are tracked and handled
2011-11-07 Ian Romanicklinker: Track uniform locations to new tracking structures
2011-11-07 Ian Romanicklinker: Add helper class for parcelling out backing...
2011-11-07 Ian Romanicklinker: Add helper class for determining uniform usage
2011-11-07 Ian Romanickglsl: Add new structures for tracking uniforms in linke...
2011-11-07 Ian Romanicklinker: Make invalidate_variable_locations available...
2011-11-07 Ian Romanickglsl: Allow glsl_types.h to be included in C sources
2011-11-03 Ian Romanicklinker: Check that initializers for global variables...
2011-11-03 Ian Romanickglsl: Refactor generate_ARB_draw_buffers_variables...
2011-11-03 Ian Romanickglsl: Put all bitfields in ir_variable together for...
2011-11-03 Ian Romanicklinker: Fix the indentation of a block in cross_validat...
2011-11-03 Chia-I Wuglsl: add support for GL_OES_EGL_image_external
2011-11-02 Paul Berryglsl: Fix type mismatch when incrementing or decrementi...
2011-11-01 Chia-I Wuscons: include src/glsl/Makefile.sources
2011-11-01 Chia-I Wuandroid: include src/glsl/Makefile.sources
2011-11-01 Chia-I Wuglsl: Refactor source lists to Makefile.sources
2011-11-01 Eugeni DodonovBuild link_uniforms for android
2011-11-01 José Fonsecaralloc: Use _vscprintf on MinGW.
2011-10-31 Paul Berrymesa: Add glsl_type::get_scalar_type() function.
2011-10-31 Paul Berryglsl: Add isinf() and isnan() builtins.
2011-10-31 Paul Berryglsl: Add '.ir' extension to builtin IR files
2011-10-31 Paul Berryglsl: Fix copy-paste error in constant_expression_value...
2011-10-29 Morgan Armandglsl: Fix compilation of glsl_lexer.ll with MSVC.
2011-10-28 Ian Romanickglsl: Clean-up spurious error message on bad structure...
2011-10-28 Ian Romanickglsl: Generate an error for array-of-array declarations
2011-10-28 Eric Anholtglsl: Implement GLSL 1.30's literal integer range restr...
2011-10-28 Kenneth Graunkeglsl: Remove pointless uses of glsl_type::get_base_type().
2011-10-27 Paul Berryglsl: add ir_variable::determine_interpolation_mode...
2011-10-27 Paul Berryglsl: Distinguish between no interpolation qualifier...
2011-10-27 Paul Berrymesa: Expose GLSL interpolation qualifiers in gl_fragme...
2011-10-26 Eric Anholtglsl: Rename remaining internal builtins from gl_MESA...
2011-10-26 Vinson Leeralloc: Move declaration before code.
2011-10-26 Vinson Leescons: Add link_uniforms.cpp to SConscript.
2011-10-26 Ian Romanicklinker: Add uniform_field_visitor class to process...
2011-10-26 Kenneth Graunkeralloc: Add new [v]asprintf_rewrite_tail functions.
2011-10-26 Ian Romanicklinker: Eliminate more dead code after demoting shader...
2011-10-26 Ian Romanickglsl: Add uniform_locations_assigned parameter to do_de...
2011-10-24 Eric Anholtglsl: Fix gl_NormalMatrix swizzle setup to match i965...
2011-10-24 Eric Anholtglsl: Add gl_MaxVaryingComponents in GLSL 1.30.
2011-10-23 Eric Anholtglsl: Add support for constant expression evaluation...
2011-10-21 Kenneth Graunkeglsl: Short-circuit lower_if_to_cond_assign when MaxIfD...
2011-10-19 Ian Romanickir_to_mesa: Move some things outside the 'extern "C...
2011-10-18 Kenneth Graunkeglsl: Stop tree grafting if a variable is overwritten...
2011-10-18 Eric Anholtmesa: Add a flag for shader programs to allow SSO linka...
2011-10-18 Eric Anholtglsl: Add gl_CurrentAttrib{Vert,Frag}MESA internal...
2011-10-10 Ian Romanicklinker: Fix a slightly incorrect comment
2011-10-07 Ian Romanickglsl: Remove unused method ir_variable::component_slots
2011-10-07 Jason Woodglsl: Remove version check when looking for identifiers...
2011-10-05 Eric Anholtglsl: Consider "__" in identifers as reserved.
2011-10-05 Paul Berrymesa: Add a gl_vert_result for gl_ClipVertex.
2011-10-05 Stéphane Marchesinglsl: Remove unneeded headers.
2011-10-04 Ian Romanicklinker: Use gl_shader_program::AttributeBindings for...
2011-10-04 Ian Romanickglsl: Delete symbol table in post-link shaders
2011-10-04 Ian Romanickmesa: Remove ARB_draw_buffers extension enable flag
2011-09-30 Carl Worthglcpp: Add a test for #elif with an undefined macro.
2011-09-30 Carl Worthglcpp: Raise error if defining any macro containing...
2011-09-30 Carl Worthglcpp: Implement token pasting for non-function-like...
2011-09-30 Carl Worthglcpp: Test a non-function-like macro using the token...
2011-09-30 Carl Worthglcpp: Fix two (or more) successive applications of...
2011-09-30 Carl Worthglcpp: Add a test for a macro that implements token...
next