summaryrefslogtreecommitdiff
path: root/src/glsl
AgeCommit message (Expand)AuthorFilesLines
2012-11-15glcpp: Don't define macros for extensions that aren't in ESMatt Turner1-28/+31
2012-11-12automake: Remove empty file variable.Brian Paul1-2/+1
2012-11-12automake: Merge *_CXX_FILES variables in the glsl build.Eric Anholt4-10/+6
2012-11-12automake: Fix a comment typo.Eric Anholt1-1/+1
2012-11-11glsl: store read vector in a temp in vec_index_to_condVincent Lejeune1-4/+12
2012-11-09Fix use of glsl_parser.{cc,h} where source dir != build dir.Darren Salt1-1/+2
2012-11-09glcpp: wire up glcpp-test to make checkMatt Turner2-4/+14
2012-11-09glcpp/tests: Add tests for multiline #elifMatt Turner2-0/+15
2012-11-09glcpp/tests: Add test for multiline #ifMatt Turner2-0/+13
2012-11-09glcpp/tests: Add test for multiline #lineMatt Turner2-0/+11
2012-11-09glcpp/tests: Add test to check #line followed by codeMatt Turner2-0/+5
2012-11-09glcpp: don't push #line directives into next lineFabian Bieler2-9/+9
2012-11-09glcpp: Reject garbage after #else and #endif tokensMatt Turner5-4/+15
2012-11-09glsl: add ARB_texture_cube_map_array support (v2)Dave Airlie12-7/+114
2012-11-06glsl: fix signed/unsigned comparision warnings on MSVCBrian Paul3-7/+7
2012-11-06glsl: remove incorrect 'struct' keywordBrian Paul1-1/+1
2012-11-06glsl: add 'f' suffix to floats to silence MSVC warningsBrian Paul1-1/+1
2012-11-06glsl: change int->unsigned to silence MSVC warningsBrian Paul2-2/+2
2012-11-02android: Update for builtin_stubs.cpp moveThierry Reding1-1/+1
2012-11-02glsl: Fix builtin_compiler build by -I $(top_srcdir)/include.Johannes Obermayr1-0/+1
2012-11-02scons: Update for builtin_stubs.cppJosé Fonseca1-3/+4
2012-11-01build: Don't cross-compile GLSL builtin compilerThierry Reding5-36/+86
2012-10-31mesa: don't always enable OES_standard_derivativesMarek Olšák1-0/+1
2012-10-25glsl: Allow ir_if in the linker's move_non_declarations function.Kenneth Graunke1-0/+1
2012-10-25glcpp: Don't use infinite lookhead for #define differentiation.Kenneth Graunke2-12/+20
2012-10-25src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGSMatt Turner1-4/+1
2012-10-25ralloc: Annotate printf functions with PRINTFLIKE(...)Matt Turner2-11/+6
2012-10-02android: glcpp: fix abuse of yylexNegreanu Marius Adrian1-3/+3
2012-10-01build: Build src/glsl with visibility CFLAGSMatt Turner1-3/+3
2012-10-01build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner1-3/+5
2012-09-29scons: Use full path of texture_builtins.py.Vinson Lee1-1/+1
2012-09-29glsl: Rename variable_entry2 back to variable_entry in struct splitting.Kenneth Graunke1-21/+17
2012-09-18glsl: make _mesa_builtin_uniform_desc staticDave Airlie1-1/+1
2012-09-15scons: add new -p (prefix) options for yaccBrian Paul1-1/+1
2012-09-15glsl: make tex_opcode_strs staticDave Airlie1-1/+1
2012-09-15glsl: make builtin_mem_ctx a staticDave Airlie1-1/+1
2012-09-15mesa/glsl: rename preprocess to glcpp_preprocessDave Airlie6-6/+6
2012-09-15glcpp: fix abuse of yylexDave Airlie2-9/+1
2012-09-10glsl: Generate compile errors for explicit blend indices < 0 or > 1.Kenneth Graunke1-2/+17
2012-09-07glsl: Count builtin uniforms against uniform component limits.Eric Anholt1-1/+4
2012-08-29glsl: s/class/struct/ for ast_type_qualifierBrian Paul1-1/+1
2012-08-23glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_fieldStéphane Marchesin1-1/+1
2012-08-23build/glsl: fix android build v2Tapani Pälli1-1/+1
2012-08-14build: Fix out-of-tree generation of builtin_function.cppMatt Turner1-2/+2
2012-08-13build/glsl: fix location of generated files.Christopher James Halse Rogers3-15/+8
2012-08-07glsl: Refuse to parse uniform block declarations when UBOs aren't available.Eric Anholt1-0/+20
2012-08-07glsl: Align GL_UNIFORM_BLOCK_DATA_SIZE according to std140 rules.Eric Anholt1-1/+13
2012-08-07glsl: Only flag RowMajor on matrix-type variables.Eric Anholt1-5/+9
2012-08-07glsl: Fix calculation of std140 offset alignment for mat2s.Eric Anholt1-4/+9
2012-08-07glsl: Fix glGetActiveUniformsiv(GL_UNIFORM_BLOCK_INDEX).Eric Anholt1-3/+13