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
Commit message (
Expand
)
Author
Age
Files
Lines
*
slang: Fix order of parameters to sl_pp_tokenise().
Michal Krol
2009-11-23
1
-1
/
+1
*
glsl/apps: No need to purify source text for tokeniser.
Michal Krol
2009-11-21
4
-60
/
+16
*
slang: No need to purify source text for tokeniser.
Michal Krol
2009-11-21
1
-12
/
+2
*
glsl/pp: Do purification and tokenisation in a single step.
Michal Krol
2009-11-21
6
-307
/
+561
*
glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.
Michal Krol
2009-11-20
5
-8
/
+22
*
glsl/pp: Fix macro formal argument parsing, more descriptive error msgs.
Michal Krol
2009-11-17
1
-3
/
+4
*
glsl/apps: Report syntax parser errors.
Michal Krol
2009-11-13
1
-1
/
+4
*
slang: Report syntax parser errors.
Michal Krol
2009-11-13
1
-5
/
+10
*
glsl/cl: Add simple error reporting.
Michal Krol
2009-11-13
2
-8
/
+74
*
slang: Regenerate .gc files.
Michal Krol
2009-11-13
5
-2590
/
+2581
*
slang: Get rid of the old syntax file and utilities.
Michal Krol
2009-11-13
5
-2400
/
+0
*
slang: Plug in the new syntax parser.
Michal Krol
2009-11-13
1
-57
/
+58
*
gdi: Link to glslcl.
Michal Krol
2009-11-13
1
-1
/
+1
*
glsl/apps: Add GLSL compiler that translates source text into binary stream.
Michal Krol
2009-11-13
2
-1
/
+219
*
glsl/cl: Add a hard-coded syntax parser.
Michal Krol
2009-11-13
4
-0
/
+2697
*
glsl/pp: Add sl_pp_purify_getc().
Michal Krol
2009-11-10
2
-87
/
+133
*
slang: Update for glsl/pp interface changes.
Michal Krol
2009-11-10
1
-2
/
+4
*
glsl/apps: Update for glsl/pp interface changes.
Michal Krol
2009-11-10
4
-8
/
+16
*
glsl/pp: Have sl_pp_purify() return error msg/line no.
Michal Krol
2009-11-10
2
-11
/
+50
*
glsl/pp: Expand macro actual arguments before pasting into its body.
Michal Krol
2009-09-28
1
-49
/
+53
*
glsl/pp: Add forward decls to silence gcc warnings.
Michal Krol
2009-09-24
2
-0
/
+5
*
glsl/pp: Avoid using `__VERSION__' as an identifier.
Michal Krol
2009-09-24
3
-3
/
+7
*
glsl/pp: Include missing headers.
Michal Krol
2009-09-24
10
-0
/
+11
*
glsl/pp: Allow builds on all platforms.
Michal Krol
2009-09-24
1
-3
/
+0
*
glsl/apps: Include missing header, properly escape format strings.
Michal Krol
2009-09-24
4
-4
/
+8
*
glsl/apps: Allow builds on all platforms.
Michal Krol
2009-09-24
1
-3
/
+0
*
glsl/pp: Use struct instead of union.
Michal Krol
2009-09-24
1
-1
/
+1
*
glsl/apps: Fix apps after pp interface changes.
Michal Krol
2009-09-24
1
-5
/
+1
*
glsl/pp: Store both line number and file index in a single token.
Michal Krol
2009-09-24
3
-25
/
+16
*
grammar: Include the correct glsl pp header.
Michal Krol
2009-09-23
1
-1
/
+1
*
glsl/pp: Include missing headers.
Michal Krol
2009-09-23
2
-0
/
+2
*
glsl/pp: Add `0' and `1' to dictionary.
Michal Krol
2009-09-23
3
-8
/
+7
*
glsl/pp: Check for reserved macro names.
Michal Krol
2009-09-23
1
-0
/
+16
*
slang: Differentiate between uints and floats.
Michal Krol
2009-09-22
3
-5
/
+6
*
grammar: Differentiate between uints and floats.
Michal Krol
2009-09-22
1
-2
/
+4
*
glsl/apps: Update after recent pp interface changes.
Michal Krol
2009-09-22
2
-4
/
+12
*
glsl/pp: Differentiate between integer and floating-point number tokens.
Michal Krol
2009-09-22
8
-22
/
+39
*
progs/perf: Fix newlines.
Michal Krol
2009-09-18
4
-752
/
+752
*
glsl/apps: Use glsl pp public interface.
Michal Krol
2009-09-18
4
-45
/
+42
*
slang: Use glsl pp public interface.
Michal Krol
2009-09-18
1
-18
/
+16
*
glsl/pp: Define a public interface for external modules.
Michal Krol
2009-09-18
8
-29
/
+52
*
Merge commit 'origin/master' into glsl-pp-rework-2
Michal Krol
2009-09-17
144
-2905
/
+5755
|
\
|
*
mesa: begin some texstore code refactoring
Brian Paul
2009-09-16
1
-28
/
+25
|
*
mesa: meta driver functions for glCopyTex[Sub]Image()
Brian Paul
2009-09-16
2
-23
/
+335
|
*
progs/perf: initial set of simple performance test programs
Brian Paul
2009-09-16
9
-0
/
+1139
|
*
progs/glsl: minor Makefile clean-ups
Brian Paul
2009-09-16
1
-8
/
+7
|
*
swrast: remove mipmap generation checks (done in core Mesa now)
Brian Paul
2009-09-16
1
-25
/
+0
|
*
s3v: remove unneeded initializations
Brian Paul
2009-09-16
1
-11
/
+0
|
*
ffb: remove disabled code
Brian Paul
2009-09-16
1
-18
/
+0
|
*
llvmpipe: Don't assert due to unsupported texture wrap modes.
José Fonseca
2009-09-16
1
-0
/
+5
[next]