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
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete more vestiges of the old shader compiler.
Kenneth Graunke
2010-08-20
1
-388
/
+0
*
glsl: Clean up header file inclusion.
Vinson Lee
2010-08-14
1
-0
/
+2
*
glsl/apps: Handle ftell errors in non-debug builds.
Vinson Lee
2010-07-15
1
-0
/
+3
*
glsl/apps: Assert that ftell does not return an error.
Vinson Lee
2010-02-22
1
-0
/
+1
*
glsl/apps: print usage info if insufficient args
Brian Paul
2010-02-17
1
-0
/
+1
*
Simplify GLSL extension mechanism.
Michal Krol
2010-02-10
1
-2
/
+2
*
glsl/apps: Update after glsl pp interface changes.
Michal Krol
2009-12-20
1
-20
/
+7
*
glsl/apps: remove unused vars
Brian Paul
2009-12-10
1
-2
/
+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
1
-0
/
+11
*
glsl/apps: No need to purify source text for tokeniser.
Michal Krol
2009-11-21
1
-15
/
+4
*
glsl/apps: Update for glsl/pp interface changes.
Michal Krol
2009-11-10
1
-2
/
+4
*
glsl/apps: Include missing header, properly escape format strings.
Michal Krol
2009-09-24
1
-2
/
+3
*
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
1
-2
/
+6
*
glsl/apps: Use glsl pp public interface.
Michal Krol
2009-09-18
1
-22
/
+20
*
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
1
-1
/
+4
*
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
1
-7
/
+14
*
glsl: Add `process' test app that returns tokenised and preprocessed text.
Michal Krol
2009-09-07
1
-0
/
+323