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
/
program_parse.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
mesa: Add "shader/" path to #include statements in shader parser/lexer sources
Alan Coopersmith
2010-01-22
1
-8
/
+8
*
ARB prog parser: fix parameter binding type
Brian Paul
2010-01-05
1
-2
/
+5
*
ARB prog parser: add allowSwizzle param to initialize_symbol_from_const()
Brian Paul
2010-01-05
1
-8
/
+14
*
ARB prog parser: Silence unused variable warnings.
Vinson Lee
2010-01-01
1
-0
/
+4
*
ARB prog parser: use _mesa_add_unnamed_constant() to use fewer constant slots
Brian Paul
2009-12-29
1
-14
/
+52
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
1
-1
/
+1
*
Merge branch 'mesa_7_6_branch'
Ian Romanick
2009-11-06
1
-18
/
+31
|
\
|
*
ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert...
Ian Romanick
2009-11-06
1
-4
/
+0
|
*
ARB prog parser: Release strings returned from the lexer that don't need to b...
Ian Romanick
2009-11-06
1
-1
/
+27
|
*
Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"
Ian Romanick
2009-11-06
1
-13
/
+4
*
|
ARB prog parser: include variable name in error text
Brian Paul
2009-11-04
1
-2
/
+3
*
|
ARB prog parser: new set_src_reg(), set_dst_reg() helpers
Brian Paul
2009-10-30
1
-28
/
+55
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-28
1
-4
/
+17
|
\
|
|
*
ARB prog parser: Fix epic memory leak in lexer / parser interface
Ian Romanick
2009-10-27
1
-4
/
+13
|
*
ARB prog parser: Don't leak program string
Ian Romanick
2009-10-27
1
-0
/
+4
*
|
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-10-23
1
-1
/
+1
|
\
|
|
*
ARB prog parser: Fix parameter array size comparison
Ian Romanick
2009-10-22
1
-1
/
+1
*
|
Merge branch 'asm-shader-rework-2'
Ian Romanick
2009-09-25
1
-55
/
+333
|
\
\
|
*
|
Merge branch 'master' into asm-shader-rework-2
Ian Romanick
2009-09-10
1
-9
/
+8
|
|
\
|
|
*
|
NV fp parser: Add support for condition codes
Ian Romanick
2009-09-10
1
-3
/
+99
|
*
|
ARB prog parser: Differentiate between used and unused names in the lexer
Ian Romanick
2009-09-10
1
-9
/
+14
|
*
|
NV fp parser: Support instruction and TEMP / OUTPUT sizes
Ian Romanick
2009-09-04
1
-4
/
+46
|
*
|
ARB prog parser: Add new constructor for asm_instruction
Ian Romanick
2009-09-04
1
-39
/
+72
|
*
|
NV fp parser: Add support for absolute value operator on instruction operands
Ian Romanick
2009-09-03
1
-6
/
+45
|
*
|
NV fp parser: Support new scalar constant behavior
Ian Romanick
2009-09-03
1
-0
/
+17
|
*
|
NV fp parser: Parse TXD instruction
Ian Romanick
2009-09-01
1
-1
/
+47
|
*
|
NV fp lexer: Add new opcodes
Ian Romanick
2009-08-31
1
-1
/
+1
*
|
|
ARB prog parser: more detailed error message for out of bounds ADDR offsets
Brian Paul
2009-09-15
1
-4
/
+8
|
|
/
|
/
|
*
|
ARB prog: replace 'unsigned' with 'gl_state_index'
Brian Paul
2009-09-04
1
-3
/
+2
*
|
ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK
Brian Paul
2009-09-04
1
-4
/
+4
*
|
ARB prog parser: Fix handling of stateOptModMatNum
Ian Romanick
2009-09-01
1
-2
/
+2
|
/
*
ARB prog parser: use correct context limits
Brian Paul
2009-08-24
1
-6
/
+6
*
ARB prog parser: Revert part of previous change to constant parsing
Ian Romanick
2009-08-20
1
-8
/
+8
*
ARB prog parser: Add support for RGBA components to SWZ instruction in fp
Ian Romanick
2009-07-30
1
-13
/
+72
*
ARB prog parser: Prevent NULL ptr deref for KIL instruction
Ian Romanick
2009-07-30
1
-1
/
+9
*
ARP prog parser: Implement the spec, not what makes sense
Ian Romanick
2009-07-29
1
-9
/
+18
*
ARB prog parser: Get program limits from the context
Ian Romanick
2009-07-29
1
-24
/
+3
*
ARB prog parser: Finish implementing fp state.depth.range
Ian Romanick
2009-07-29
1
-1
/
+8
*
Indentation fixes.
Ian Romanick
2009-07-29
1
-8
/
+8
*
ARB prog parser: Set NumAttributes based on the number of attribs read
Ian Romanick
2009-07-29
1
-0
/
+1
*
ARB prog parser: Set component negation mask for SWZ instruction
Ian Romanick
2009-07-28
1
-0
/
+1
*
ARB prog parser: Set correct register file for OUTPUT variables
Ian Romanick
2009-07-28
1
-2
/
+9
*
ARB prog parser: Add support for GL_MESA_texture_array
Ian Romanick
2009-07-27
1
-0
/
+5
*
ARB prog parser: More robust error message for bad OPTION string
Ian Romanick
2009-07-27
1
-1
/
+5
*
ARB prog parser: Add support for GL_ARB_fragment_program_shadow
Ian Romanick
2009-07-27
1
-2
/
+38
*
ARB prog parser: Fix handling of RECT
Ian Romanick
2009-07-27
1
-0
/
+3
*
ARB prog parser: Correct handling of some extensions that interact w/ARB_vp
Ian Romanick
2009-07-27
1
-0
/
+17
*
ARB prog: Clean up several memory leaks
Ian Romanick
2009-07-27
1
-5
/
+30
*
ARB prog parse: Fix cut-and-paste error for constant vectors
Ian Romanick
2009-07-24
1
-3
/
+9
[next]