index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: add missing generated files
Chia-I Wu
2011-03-26
6
-0
/
+16431
*
android: Add Android.mk's.
Chia-I Wu
2011-03-16
1
-0
/
+100
*
android: Add pre-generated files.
Chia-I Wu
2011-03-16
1
-0
/
+15232
*
android: Fix build with bionic.
Chia-I Wu
2011-03-16
1
-0
/
+4
*
glsl: add cast to silence signed/unsigned comparison warning
Brian Paul
2011-03-15
1
-1
/
+1
*
glsl: Only allow unsized array assignment in an initializer
Ian Romanick
2011-03-15
1
-14
/
+17
*
glsl: Skip processing the first function's body in do_dead_functions().
Eric Anholt
2011-03-15
1
-1
/
+10
*
glsl: Whitespace fixup in opt_dead_functions.cpp.
Eric Anholt
2011-03-15
1
-106
/
+108
*
glsl: Skip processing of expression trees in discard simplification.
Eric Anholt
2011-03-15
1
-0
/
+10
*
glsl: Reduce processing of expression trees in do_structure_splitting.
Eric Anholt
2011-03-15
1
-0
/
+6
*
glsl: Skip processing expression trees in do_if_simplification().
Eric Anholt
2011-03-15
1
-0
/
+10
*
glsl: Skip processing expression trees in optimize_redundant_jumps()
Eric Anholt
2011-03-15
1
-0
/
+9
*
scons: copy hash_table.c, symbol_table.c to glsl directory
Jose Fonseca
2011-03-15
1
-2
/
+7
*
glsl: Explicitly specify a type when reading/printing ir_texture.
Kenneth Graunke
2011-03-14
5
-33
/
+42
*
texture_builtins.py: Add support for 130-style Shadow sampler variants.
Kenneth Graunke
2011-03-14
1
-1
/
+53
*
glsl: Document glsl_type::sampler_dimensionality
Chad Versace
2011-03-12
1
-1
/
+1
*
mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params.
Eric Anholt
2011-03-11
1
-0
/
+1
*
mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix.
Eric Anholt
2011-03-11
1
-0
/
+4
*
glsl: silence warning in printf() with a cast
Brian Paul
2011-03-10
1
-1
/
+1
*
glsl: Use insert_before for lists instead of open coding it
Ian Romanick
2011-03-08
1
-4
/
+1
*
linker: Add imported functions to the linked IR
Ian Romanick
2011-03-08
1
-1
/
+7
*
glsl: Add several function / call related validations
Ian Romanick
2011-03-08
1
-0
/
+27
*
glsl: Function signatures cannot have NULL return type
Ian Romanick
2011-03-08
2
-1
/
+7
*
glsl: Process redeclarations before initializers
Ian Romanick
2011-03-04
1
-43
/
+44
*
glsl: Refactor AST-to-HIR code handling variable initializers
Ian Romanick
2011-03-04
1
-108
/
+125
*
glsl: Refactor AST-to-HIR code handling variable redeclarations
Ian Romanick
2011-03-04
1
-113
/
+133
*
scons: Unbreak mingw cross compilation.
José Fonseca
2011-03-04
1
-7
/
+12
*
scons: Get glsl2 and glcpp programs building correctly.
José Fonseca
2011-03-04
1
-20
/
+21
*
glsl/glcpp: Use stdio.h instead of unistd.h.
José Fonseca
2011-03-04
1
-25
/
+15
*
glsl: Define YY_NO_UNISTD_H on MSVC.
José Fonseca
2011-03-04
2
-0
/
+8
*
glcpp: Remove trailing contexts from #if rules.
Kenneth Graunke
2011-03-03
1
-6
/
+6
*
glcpp: Rework lexer to use a SKIP state rather than REJECT.
Kenneth Graunke
2011-03-03
1
-21
/
+16
*
glcpp/tests: Update 063-comments.c.expected to match output.
Kenneth Graunke
2011-03-03
1
-0
/
+7
*
scons: More tweaks to fix MinGW build.
José Fonseca
2011-03-03
1
-5
/
+16
*
scons: Ensure generated headers are in the include path.
José Fonseca
2011-03-03
1
-0
/
+3
*
glsl: Remove unused glcpp/Makefile.am.
Kenneth Graunke
2011-03-02
1
-44
/
+0
*
glsl: Remove 'tests' subfolder.
Kenneth Graunke
2011-03-02
70
-631
/
+0
*
scons: Use Flex and Bison to generate lexer/parser files.
Kenneth Graunke
2011-03-01
1
-4
/
+15
*
glsl: Rename .lpp to .ll and .ypp to .yy.
Kenneth Graunke
2011-03-01
3
-2
/
+2
*
Add generated parser / lexer files to gitignore lists
Ian Romanick
2011-03-01
2
-0
/
+6
*
glcpp: Remove files generated by flex and bison from GIT
Ian Romanick
2011-03-01
3
-7003
/
+0
*
glsl: Remove files generated by flex and bison from GIT
Ian Romanick
2011-03-01
3
-9482
/
+0
*
glsl: Enable GL_OES_texture_3D extension for ES2.
Kenneth Graunke
2011-02-28
7
-2
/
+39
*
glsl: Use reralloc instead of plain realloc.
Kenneth Graunke
2011-02-28
1
-5
/
+3
*
glsl/builtins: Fix return type for textureSize sampler2DArray variants.
Kenneth Graunke
2011-02-27
2
-4
/
+4
*
glsl/Makefile: Remove builtin_function.cpp if generation fails.
Arkadiusz Miskiewicz
2011-02-26
1
-1
/
+1
*
Use C-style system headers in C++ code to avoid issues with std:: namespace
Ian Romanick
2011-02-21
24
-57
/
+8
*
glsl: Remove $(PWD) from Makefile in favor of .
Kenneth Graunke
2011-02-19
1
-1
/
+1
*
linker: Fix off-by-one error implicit array sizing
Ian Romanick
2011-02-15
1
-1
/
+1
*
glsl: Reinstate constant-folding for division by zero
Chad Versace
2011-02-15
1
-21
/
+21
[next]