index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
builtins
/
tools
/
generate_builtins.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.
Kenneth Graunke
2011-02-01
1
-0
/
+2
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-4
/
+4
*
generate_builtins.py: Whitespace fixes.
Vinson Lee
2011-01-14
1
-7
/
+7
*
generate_builtins.py: Fix builds using Python 2.5.
Vinson Lee
2011-01-14
1
-0
/
+2
*
generate_builtins.py: Add missing import.
Vinson Lee
2011-01-12
1
-0
/
+1
*
glsl: Autogenerate builtin_functions.cpp as part of the build process.
Kenneth Graunke
2011-01-10
1
-2
/
+9
*
glsl: Remove unused "instructions" parameter.
Kenneth Graunke
2011-01-01
1
-4
/
+2
*
glsl: Lazily import built-in function prototypes.
Kenneth Graunke
2010-11-30
1
-1
/
+0
*
generate_builtins.py: Fix inconsistent use of tabs and spaces warning.
Kenneth Graunke
2010-11-15
1
-3
/
+3
*
generate_builtins.py: Output large strings as arrays of characters.
Kenneth Graunke
2010-10-21
1
-2
/
+14
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
glsl/builtins: Set the API in the fake context.
Kenneth Graunke
2010-09-08
1
-0
/
+1
*
glsl2: Clear out profile pointers in _mesa_glsl_release_functions
Ian Romanick
2010-09-08
1
-0
/
+1
*
glsl2: Make sure _mesa_glsl_parse_state constructor gets a context
Ian Romanick
2010-09-08
1
-1
/
+2
*
glsl/builtins: Actually print the info log if reading a builtin failed.
Kenneth Graunke
2010-09-04
1
-0
/
+1
*
glsl: Clear the static values of builtin function profiles at release.
Eric Anholt
2010-08-30
1
-19
/
+37
*
glsl: Protect against double compiler-destroy.
Eric Anholt
2010-08-27
1
-0
/
+1
*
glsl: Use a single shared namespace in the symbol table.
Kenneth Graunke
2010-08-26
1
-0
/
+1
*
glsl: Include main/core.h.
Chia-I Wu
2010-08-24
1
-1
/
+1
*
generate_builtins.py: Generate output in sorted order.
Kenneth Graunke
2010-08-23
1
-5
/
+6
*
generate_builtins.py: Remove unused import sys.
Vinson Lee
2010-08-21
1
-1
/
+1
*
generate_builtins.py: Clean up generated output a bit.
Kenneth Graunke
2010-08-18
1
-0
/
+12
*
glsl2: Rework builtin function generation.
Kenneth Graunke
2010-08-13
1
-0
/
+207