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
/
apps
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl/apps: Handle ftell errors in non-debug builds.
Vinson Lee
2010-07-15
5
-0
/
+15
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-1
/
+3
*
glsl/apps: Assert that ftell does not return an error.
Vinson Lee
2010-02-22
5
-0
/
+6
*
glsl/apps: print usage info if insufficient args
Brian Paul
2010-02-17
4
-0
/
+4
*
Simplify GLSL extension mechanism.
Michal Krol
2010-02-10
2
-4
/
+4
*
glsl: Ignore programs.
José Fonseca
2010-01-01
1
-0
/
+5
*
glsl/apps: Update after glsl cl interface changes.
Michal Krol
2009-12-20
1
-35
/
+2
*
glsl/apps: Update after glsl pp interface changes.
Michal Krol
2009-12-20
2
-22
/
+9
*
glsl/apps: Do not print number of eaten tokens in version.
Michal Krol
2009-12-20
1
-20
/
+4
*
glsl/apps: Print error line number in compile.
Michal Krol
2009-12-20
1
-23
/
+13
*
glsl/apps: Add dummy install target to fix 'make install'
Sedat Dilek
2009-12-17
1
-1
/
+2
*
scons: Get GLSL code building correctly when cross compiling.
José Fonseca
2009-12-10
1
-36
/
+0
*
glsl/apps: remove unused vars
Brian Paul
2009-12-10
4
-7
/
+0
*
glsl/apps: Predefine __GLSL_PP_PREDEFINED_MACRO_TEST for testing.
Michal Krol
2009-12-10
1
-0
/
+10
*
glsl/apps: Explicitly add ARB_draw_buffers and ARB_texture_rectangle.
Michal Krol
2009-12-10
2
-0
/
+22
*
Build mesa glsl with make.
michal
2009-12-10
1
-0
/
+42
*
glsl/apps: Make compile more shell friendly.
Michal Krol
2009-11-25
1
-8
/
+27
*
scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.
Michal Krol
2009-11-25
1
-1
/
+2
*
glsl/apps: No need to purify source text for tokeniser.
Michal Krol
2009-11-21
4
-60
/
+16
*
glsl/apps: Report syntax parser errors.
Michal Krol
2009-11-13
1
-1
/
+4
*
glsl/apps: Add GLSL compiler that translates source text into binary stream.
Michal Krol
2009-11-13
2
-1
/
+219
*
glsl/apps: Update for glsl/pp interface changes.
Michal Krol
2009-11-10
4
-8
/
+16
*
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/apps: Fix apps after pp interface changes.
Michal Krol
2009-09-24
1
-5
/
+1
*
glsl/apps: Update after recent pp interface changes.
Michal Krol
2009-09-22
2
-4
/
+12
*
glsl/apps: Use glsl pp public interface.
Michal Krol
2009-09-18
4
-45
/
+42
*
glsl/apps: Always write out error condition.
Michal Krol
2009-09-17
3
-18
/
+60
*
glsl/apps: Always write out error condition.
Michal Krol
2009-09-16
1
-7
/
+24
*
glsl/apps: Adapt to pp interface change.
Michal Krol
2009-09-14
3
-3
/
+12
*
glsl: Handle file tokens in apps/process.
Michal Krol
2009-09-07
1
-0
/
+4
*
glsl: Handle line tokens in apps/process.
Michal Krol
2009-09-07
1
-0
/
+4
*
glsl: Handle extension tokens in apps/proces.
Michal Krol
2009-09-07
1
-0
/
+16
*
glsl: Handle pragma tokens in apps/process.
Michal Krol
2009-09-07
1
-0
/
+8
*
glsl: Print out error message in apps/process.
Michal Krol
2009-09-07
1
-7
/
+10
*
glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.
Michal Krol
2009-09-07
3
-14
/
+32
*
glsl: Add `process' test app that returns tokenised and preprocessed text.
Michal Krol
2009-09-07
2
-0
/
+328
*
glsl/apps: Print out the number of tokens eaten in version test.
Michal Krol
2009-09-07
1
-1
/
+4
*
glsl/apps: Add version test app.
Michal Krol
2009-09-07
2
-0
/
+115
*
glsl: Add a tokenise app.
Michal Krol
2009-09-07
2
-0
/
+323
*
glsl: Add a purify command-line tool.
Michal Krol
2009-09-07
2
-0
/
+111