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
/
mesa
/
shader
/
arbprogparse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Silence compiler warnings.
Michal Krol
2009-03-16
1
-0
/
+1
*
mesa: gl_register_file enum typedef
Brian Paul
2009-03-07
1
-11
/
+11
*
mesa: remove GL_MESA_program_debug extension
Brian Paul
2009-03-07
1
-9
/
+0
*
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-28
1
-2
/
+2
*
mesa: add TexShadow field to prog_instruction
Brian Paul
2009-02-20
1
-0
/
+3
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-13
/
+55
|
\
|
*
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-14
1
-3
/
+28
|
|
\
|
*
\
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-10-10
1
-0
/
+3
|
|
\
\
|
*
|
|
mesa: Fix compiler warnings on Windows.
Michal Krol
2008-10-02
1
-1
/
+1
|
*
|
|
cell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PROGRAM_INSTRUCTIONS ins...
Jonathan White
2008-09-30
1
-10
/
+4
|
*
|
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-21
1
-1
/
+38
|
|
\
\
\
|
|
*
|
|
mesa: Fix compiler error.
Michal Krol
2008-09-19
1
-1
/
+3
|
|
*
|
|
mesa: Fix arb parse constants
Brian Paul
2008-09-19
1
-1
/
+36
|
*
|
|
|
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-21
1
-3
/
+3
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
mesa: _mesa_program_state_string() returns char *, not const char *.
Michal Krol
2008-09-05
1
-2
/
+2
|
*
|
|
|
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-07-24
1
-3
/
+3
|
*
|
|
|
mesa: fix state.clip[n].plane parsing bug (bug 16611)
Brian Paul
2008-07-09
1
-3
/
+6
|
*
|
|
|
glsl: implement variable array indexes
Zack Rusin
2008-06-12
1
-1
/
+1
|
*
|
|
|
consolidate some parsing functions that were pretty much identical for vertex...
Brian
2008-03-27
1
-152
/
+71
|
*
|
|
|
mesa: misc sync-up with master
Brian
2008-03-27
1
-3
/
+3
|
*
|
|
|
raise GL_INVALID_OPERATION if glProgramString compilation fails
Brian
2008-03-27
1
-1
/
+1
|
*
|
|
|
make sure state token values are fully initialized
Brian
2008-03-27
1
-1
/
+1
|
*
|
|
|
added program_error2() function for better error reporting
Brian
2008-03-27
1
-47
/
+60
|
*
|
|
|
Fix state.texgen parsing error (bug 12313).
Brian
2008-03-27
1
-5
/
+12
|
*
|
|
|
mesa: append fog instructions after parsing if a fog option is set
Brian Paul
2008-03-25
1
-0
/
+11
|
*
|
|
|
mesa: when negating scalar src args, use NEGATE_XYZW, not NEGATE_X
Brian Paul
2008-03-25
1
-6
/
+6
|
*
|
|
|
only set InputsRead bit if input is really used
Markus Amsler
2008-03-17
1
-3
/
+5
|
*
|
|
|
mesa: set SamplersUsed bitmask when parsing ARB fragment programs
Brian
2008-03-12
1
-1
/
+4
|
*
|
|
|
mesa: set input read only on success
Jerome Glisse
2008-02-27
1
-2
/
+3
|
*
|
|
|
s/varible/variable/
Brian
2008-01-18
1
-6
/
+6
|
*
|
|
|
set param type to PROGRAM_CONSTANT when parsing immediates
Brian
2008-01-18
1
-0
/
+2
*
|
|
|
|
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
1
-2
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Treat image units and coordinate units differently.
Ian Romanick
2009-01-14
1
-3
/
+28
|
|
_
|
/
|
/
|
|
*
|
|
mesa: set FRAG_BIT_FOGC bit in InputsUsed if FogOption!=GL_NONE
Brian Paul
2008-10-06
1
-0
/
+3
|
|
/
|
/
|
*
|
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-18
1
-3
/
+3
*
|
mesa: fix state.clip[n].plane parsing bug (bug 16611)
Brian Paul
2008-07-09
1
-3
/
+6
*
|
glsl: implement variable array indexes
Zack Rusin
2008-06-12
1
-1
/
+1
*
|
init SamplersUsed bits in _mesa_parse_arb_fragment_program
Brian Paul
2008-05-16
1
-1
/
+4
*
|
consolidate some parsing functions that were pretty much identical for vertex...
Brian
2008-03-27
1
-152
/
+71
*
|
when negating scalar src args, use NEGATE_XYZW, not NEGATE_X
Brian
2008-03-27
1
-6
/
+6
*
|
Set param_var->param_binding_type = PROGRAM_CONSTANT
Brian
2008-03-27
1
-0
/
+2
*
|
only set InputsRead bit if input is really used
Markus Amsler
2008-03-17
1
-2
/
+5
*
|
mesa: set input read only on success
Markus Amsler
2008-02-27
1
-2
/
+2
*
|
raise GL_INVALID_OPERATION if glProgramString compilation fails
Brian
2008-02-20
1
-1
/
+1
*
|
Fix the compile of disabled DEBUG_PARSING code.
Eric Anholt
2008-01-15
1
-3
/
+3
*
|
make sure state token values are fully initialized
Roland Scheidegger
2007-12-11
1
-1
/
+1
*
|
added program_error2() function for better error reporting
Brian
2007-09-13
1
-47
/
+60
*
|
Fix state.texgen parsing error (bug 12313).
Brian
2007-09-13
1
-5
/
+12
|
/
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-4
/
+4
*
Add support for GL_ARB_fragment_program_shadow.
Ian Romanick
2007-06-07
1
-7
/
+33
[next]