summaryrefslogtreecommitdiffstats
path: root/src/glsl
Commit message (Expand)AuthorAgeFilesLines
* glsl: store read vector in a temp in vec_index_to_condVincent Lejeune2012-11-111-4/+12
* Fix use of glsl_parser.{cc,h} where source dir != build dir.Darren Salt2012-11-091-1/+2
* glcpp: wire up glcpp-test to make checkMatt Turner2012-11-092-4/+14
* glcpp/tests: Add tests for multiline #elifMatt Turner2012-11-092-0/+15
* glcpp/tests: Add test for multiline #ifMatt Turner2012-11-092-0/+13
* glcpp/tests: Add test for multiline #lineMatt Turner2012-11-092-0/+11
* glcpp/tests: Add test to check #line followed by codeMatt Turner2012-11-092-0/+5
* glcpp: don't push #line directives into next lineFabian Bieler2012-11-092-9/+9
* glcpp: Reject garbage after #else and #endif tokensMatt Turner2012-11-095-4/+15
* glsl: add ARB_texture_cube_map_array support (v2)Dave Airlie2012-11-0912-7/+114
* glsl: fix signed/unsigned comparision warnings on MSVCBrian Paul2012-11-063-7/+7
* glsl: remove incorrect 'struct' keywordBrian Paul2012-11-061-1/+1
* glsl: add 'f' suffix to floats to silence MSVC warningsBrian Paul2012-11-061-1/+1
* glsl: change int->unsigned to silence MSVC warningsBrian Paul2012-11-062-2/+2
* android: Update for builtin_stubs.cpp moveThierry Reding2012-11-021-1/+1
* glsl: Fix builtin_compiler build by -I $(top_srcdir)/include.Johannes Obermayr2012-11-021-0/+1
* scons: Update for builtin_stubs.cppJosé Fonseca2012-11-021-3/+4
* build: Don't cross-compile GLSL builtin compilerThierry Reding2012-11-015-36/+86
* mesa: don't always enable OES_standard_derivativesMarek Olšák2012-10-311-0/+1
* glsl: Allow ir_if in the linker's move_non_declarations function.Kenneth Graunke2012-10-251-0/+1
* glcpp: Don't use infinite lookhead for #define differentiation.Kenneth Graunke2012-10-252-12/+20
* src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGSMatt Turner2012-10-251-4/+1
* ralloc: Annotate printf functions with PRINTFLIKE(...)Matt Turner2012-10-252-11/+6
* android: glcpp: fix abuse of yylexNegreanu Marius Adrian2012-10-021-3/+3
* build: Build src/glsl with visibility CFLAGSMatt Turner2012-10-011-3/+3
* build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2012-10-011-3/+5
* scons: Use full path of texture_builtins.py.Vinson Lee2012-09-291-1/+1
* glsl: Rename variable_entry2 back to variable_entry in struct splitting.Kenneth Graunke2012-09-291-21/+17
* glsl: make _mesa_builtin_uniform_desc staticDave Airlie2012-09-181-1/+1
* scons: add new -p (prefix) options for yaccBrian Paul2012-09-151-1/+1
* glsl: make tex_opcode_strs staticDave Airlie2012-09-151-1/+1
* glsl: make builtin_mem_ctx a staticDave Airlie2012-09-151-1/+1
* mesa/glsl: rename preprocess to glcpp_preprocessDave Airlie2012-09-156-6/+6
* glcpp: fix abuse of yylexDave Airlie2012-09-152-9/+1
* glsl: Generate compile errors for explicit blend indices < 0 or > 1.Kenneth Graunke2012-09-101-2/+17
* glsl: Count builtin uniforms against uniform component limits.Eric Anholt2012-09-071-1/+4
* glsl: s/class/struct/ for ast_type_qualifierBrian Paul2012-08-291-1/+1
* glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_fieldStéphane Marchesin2012-08-231-1/+1
* build/glsl: fix android build v2Tapani Pälli2012-08-231-1/+1
* build: Fix out-of-tree generation of builtin_function.cppMatt Turner2012-08-141-2/+2
* build/glsl: fix location of generated files.Christopher James Halse Rogers2012-08-133-15/+8
* glsl: Refuse to parse uniform block declarations when UBOs aren't available.Eric Anholt2012-08-071-0/+20
* glsl: Align GL_UNIFORM_BLOCK_DATA_SIZE according to std140 rules.Eric Anholt2012-08-071-1/+13
* glsl: Only flag RowMajor on matrix-type variables.Eric Anholt2012-08-071-5/+9
* glsl: Fix calculation of std140 offset alignment for mat2s.Eric Anholt2012-08-071-4/+9
* glsl: Fix glGetActiveUniformsiv(GL_UNIFORM_BLOCK_INDEX).Eric Anholt2012-08-071-3/+13
* glsl: Add a lowering pass to turn complicated UBO references to vector loads.Eric Anholt2012-08-073-0/+315
* glsl: Add a variant of the rvalue visitor for handle_rvalue() on the way down.Eric Anholt2012-08-072-11/+147
* glsl: Add a "ubo_load" expression type for fetches from UBOs.Eric Anholt2012-08-073-1/+17
* glsl: Fix a reference to UniformBlocks during uniform linking.Eric Anholt2012-08-071-3/+3