summaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
* mesa: Make gl_VertexID be a system value like gl_InstanceID.Eric Anholt2011-11-111-1/+1
* glsl: Move builtin_variables.h into .cpp.Eric Anholt2011-11-112-111/+86
* glsl: Move ir_variable.cpp to builtin_variables.cpp.Eric Anholt2011-11-112-1/+1
* glsl: Handle constant expressions involving ir_binop_equal/nequal.Kenneth Graunke2011-11-101-0/+6
* glsl: Remove textureGradOffset built-ins taking samplerCube parameters.Kenneth Graunke2011-11-103-9/+0
* glsl: Fix misnamed textureProjOffset prototypes in built-in profiles.Kenneth Graunke2011-11-102-62/+62
* glsl: Remove texture built-ins with 'bias' from 1.30 VS profile.Kenneth Graunke2011-11-101-118/+4
* glsl: Assign transform feedback varying slots in linker.Paul Berry2011-11-091-63/+490
* glsl: Clamp vector indices when lowering to swizzlesIan Romanick2011-11-091-2/+20
* mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca2011-11-092-6/+9
* glsl: remove trailing comma to silence warningBrian Paul2011-11-081-1/+1
* linker: Use app-specified fragment data location during linkingIan Romanick2011-11-081-7/+9
* glsl: Generate IR for switch statementsDan McCabe2011-11-073-45/+254
* glsl: Reference data structure ctors in grammarDan McCabe2011-11-073-16/+193
* glsl: Create AST structs corresponding to new productions in grammarDan McCabe2011-11-071-0/+59
* glsl: Add productions to GLSL grammar for switch statementDan McCabe2011-11-071-3/+61
* glsl: Create AST data structures for switch statement and case labelDan McCabe2011-11-071-4/+20
* Delete code made dead by previous uniform related patchesIan Romanick2011-11-071-152/+0
* mesa: Rewrite the way uniforms are tracked and handledIan Romanick2011-11-071-1/+1
* linker: Track uniform locations to new tracking structuresIan Romanick2011-11-072-0/+98
* linker: Add helper class for parcelling out backing storage to uniformsIan Romanick2011-11-071-0/+86
* linker: Add helper class for determining uniform usageIan Romanick2011-11-071-0/+68
* glsl: Add new structures for tracking uniforms in linked shadersIan Romanick2011-11-071-0/+125
* linker: Make invalidate_variable_locations available outside the compilation ...Ian Romanick2011-11-072-5/+9
* glsl: Allow glsl_types.h to be included in C sourcesIan Romanick2011-11-071-8/+15
* linker: Check that initializers for global variables matchIan Romanick2011-11-037-7/+81
* glsl: Refactor generate_ARB_draw_buffers_variables to use add_builtin_constantIan Romanick2011-11-031-7/+4
* glsl: Put all bitfields in ir_variable together for better packingIan Romanick2011-11-031-8/+8
* linker: Fix the indentation of a block in cross_validate_globalsIan Romanick2011-11-031-25/+32
* glsl: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-0315-1/+70
* glsl: Fix type mismatch when incrementing or decrementing uint.Paul Berry2011-11-021-8/+24
* scons: include src/glsl/Makefile.sourcesChia-I Wu2011-11-021-68/+14
* android: include src/glsl/Makefile.sourcesChia-I Wu2011-11-021-86/+10
* glsl: Refactor source lists to Makefile.sourcesChia-I Wu2011-11-022-73/+113
* Build link_uniforms for androidEugeni Dodonov2011-11-011-0/+1
* ralloc: Use _vscprintf on MinGW.José Fonseca2011-11-011-1/+7
* mesa: Add glsl_type::get_scalar_type() function.Paul Berry2011-10-312-0/+34
* glsl: Add isinf() and isnan() builtins.Paul Berry2011-10-314-4/+34
* glsl: Add '.ir' extension to builtin IR filesPaul Berry2011-10-3166-3/+9
* glsl: Fix copy-paste error in constant_expression_value(ir_binop_nequal)Paul Berry2011-10-311-1/+1
* glsl: Fix compilation of glsl_lexer.ll with MSVC.Morgan Armand2011-10-291-0/+4
* glsl: Clean-up spurious error message on bad structure definitionsIan Romanick2011-10-281-6/+24
* glsl: Generate an error for array-of-array declarationsIan Romanick2011-10-281-2/+14
* glsl: Implement GLSL 1.30's literal integer range restrictions.Eric Anholt2011-10-281-8/+45
* glsl: Remove pointless uses of glsl_type::get_base_type().Kenneth Graunke2011-10-282-7/+3
* glsl: add ir_variable::determine_interpolation_mode() function.Paul Berry2011-10-272-0/+26
* glsl: Distinguish between no interpolation qualifier and 'smooth'Paul Berry2011-10-273-2/+9
* mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.Paul Berry2011-10-275-31/+48
* glsl: Rename remaining internal builtins from gl_MESA* to gl_*MESA.Eric Anholt2011-10-262-9/+9
* ralloc: Move declaration before code.Vinson Lee2011-10-251-1/+2