index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
program_parse.tab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-06
ARB prog parser: Regenerate parser from previous commits.
Ian Romanick
1
-242
/
+268
2009-11-06
Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"
Ian Romanick
1
-17
/
+4
2009-10-27
ARB prog parser: Fix epic memory leak in lexer / parser interface
Ian Romanick
1
-4
/
+17
2009-10-22
ARB prog parser: Fix parameter array size comparison
Ian Romanick
1
-1
/
+1
2009-09-04
ARB prog: replace 'unsigned' with 'gl_state_index'
Brian Paul
1
-3
/
+2
2009-09-04
ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK
Brian Paul
1
-5
/
+5
2009-09-01
ARB prog parser: Fix handling of stateOptModMatNum
Ian Romanick
1
-201
/
+201
2009-08-24
ARB prog parser: Regenerate parser from previous commit
Ian Romanick
1
-6
/
+6
2009-08-20
ARB prog parser: Revert part of previous change to constant parsing
Ian Romanick
1
-8
/
+8
2009-07-30
ARB prog parser: Add support for RGBA components to SWZ instruction in fp
Ian Romanick
1
-259
/
+318
2009-07-30
ARB prog parser: Prevent NULL ptr deref for KIL instruction
Ian Romanick
1
-1
/
+9
2009-07-29
ARP prog parser: Implement the spec, not what makes sense
Ian Romanick
1
-62
/
+71
2009-07-29
ARB prog parser: Get program limits from the context
Ian Romanick
1
-24
/
+3
2009-07-29
ARB prog parser: Finish implementing fp state.depth.range
Ian Romanick
1
-565
/
+586
2009-07-29
Indentation fixes.
Ian Romanick
1
-8
/
+8
2009-07-29
ARB prog parser: Set NumAttributes based on the number of attribs read
Ian Romanick
1
-0
/
+1
2009-07-28
ARB prog parser: Set component negation mask for SWZ instruction
Ian Romanick
1
-210
/
+211
2009-07-28
ARB prog parser: Set correct register file for OUTPUT variables
Ian Romanick
1
-197
/
+204
2009-07-27
ARB prog parser: Add support for GL_MESA_texture_array
Ian Romanick
1
-808
/
+849
2009-07-27
ARB prog parser: More robust error message for bad OPTION string
Ian Romanick
1
-235
/
+239
2009-07-27
ARB prog parser: Add support for GL_ARB_fragment_program_shadow
Ian Romanick
1
-810
/
+869
2009-07-27
ARB prog parser: Fix handling of RECT
Ian Romanick
1
-232
/
+235
2009-07-27
ARB prog parser: Correct handling of some extensions that interact w/ARB_vp
Ian Romanick
1
-171
/
+188
2009-07-27
ARB prog: Update generated files missed on previous two commits
Ian Romanick
1
-2
/
+2
2009-07-27
ARB prog: Clean up several memory leaks
Ian Romanick
1
-5
/
+30
2009-07-24
ARB prog parse: Fix cut-and-paste error for constant vectors
Ian Romanick
1
-52
/
+58
2009-07-22
parser: Clean up a bunch of silly compiler warnings
Ian Romanick
1
-252
/
+259
2009-07-22
parser: Track a few more frag prog related values
Ian Romanick
1
-227
/
+250
2009-07-22
parser: Ensure that param_binding_type is set correctly
Ian Romanick
1
-0
/
+4
2009-07-22
parser: Set NumParameters
Ian Romanick
1
-0
/
+2
2009-07-22
parser: Clean up generation of error strings during assembly
Ian Romanick
1
-4
/
+57
2009-07-22
parser: Initialize unused instruction source registers
Ian Romanick
1
-0
/
+4
2009-07-22
parser: Anonymous constants come from the PROGRAM_CONSTANT file
Ian Romanick
1
-197
/
+199
2009-07-20
ARB_fp/vp: Initial import of new ARB vp/fp assembler
Ian Romanick
1
-0
/
+4915