index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
program
/
program_parse.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl/mesa: remove unused namespace support from the symbol table
Timothy Arceri
2016-10-27
1
-9
/
+9
*
mesa: remove the UsesDFdy flag
Timothy Arceri
2016-10-06
1
-2
/
+0
*
program: Remove NV_fragment_program scalar suffix parsing.
Matt Turner
2016-03-01
1
-17
/
+0
*
program: Remove NV_fragment_program_option parsing support.
Matt Turner
2016-03-01
1
-44
/
+5
*
program: Remove NV_fragment_program Abs support.
Matt Turner
2016-03-01
1
-33
/
+0
*
program: Remove condition-code and precision support.
Matt Turner
2016-03-01
1
-88
/
+1
*
program: Remove OPCODE_KIL_NV.
Matt Turner
2016-03-01
1
-7
/
+0
*
program: Replace gl_inst_opcode with enum prog_opcode.
Matt Turner
2015-06-03
1
-3
/
+3
*
program: Shrink and rename SaturateMode field to Saturate.
Matt Turner
2015-06-03
1
-1
/
+1
*
mesa: include stdarg.h only where it's used
Brian Paul
2015-02-26
1
-0
/
+2
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-6
/
+6
*
mesa: Add missing null check in _mesa_parse_arb_program()
Juha-Pekka Heikkila
2014-04-02
1
-0
/
+5
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-3
/
+3
*
mesa: Fix setup of LocalParams array.
Eric Anholt
2013-11-20
1
-7
/
+0
*
mesa: Dynamically allocate the storage for program local parameters.
Eric Anholt
2013-11-15
1
-0
/
+7
*
mesa/program: remove useless YYID
Laurent Carlier
2013-07-31
1
-2
/
+2
*
mesa/program: Switch from the deprecated YYLEX_PARAM to %lex-param.
Kenneth Graunke
2013-07-31
1
-5
/
+4
*
mesa/program: Change the program parser's namespace.
Kenneth Graunke
2013-07-31
1
-2
/
+9
*
mesa: GL_EXT_fog_coord is not optional
Ian Romanick
2013-06-28
1
-5
/
+0
*
mesa: GL_EXT_secondary_color is not optional
Ian Romanick
2013-06-28
1
-5
/
+0
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-1
/
+1
*
mesa: Fix up program_parse.y to avoid uninitialized $$
Paul Berry
2013-04-19
1
-0
/
+5
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-4
/
+4
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-8
/
+8
*
mesa: Remove dead program_parameter::Flags field.
Kenneth Graunke
2012-10-16
1
-1
/
+1
*
mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3.
Eric Anholt
2012-10-15
1
-5
/
+0
*
mesa: Set UsesDFdy appropriately for assembly programs.
Paul Berry
2012-07-19
1
-0
/
+2
*
mesa: Use VERT_{ATTRIB,BIT}* for ARB input validation.
Mathias Fröhlich
2011-12-03
1
-3
/
+3
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-3
/
+3
*
mesa: use gl_constant_value type in ARB program parser
Brian Paul
2011-08-04
1
-28
/
+28
*
mesa: emit more info in program parser error message
Brian Paul
2011-04-27
1
-1
/
+5
*
mesa: Fix fragment.color (no index) writes with OPTION ARB_draw_buffers.
Eric Anholt
2011-04-23
1
-3
/
+8
*
mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.
Eric Anholt
2011-04-13
1
-0
/
+29
*
mesa: added gl_program_constants::MaxAddressOffset
Brian Paul
2011-03-02
1
-2
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
mesa: Fix printf-like warning.
Vinson Lee
2010-09-02
1
-1
/
+1
*
mesa: increase the relative address offset limit to 4096 in ARB_vp/fp
Marek Olšák
2010-08-04
1
-2
/
+2
*
mesa: added gl_program::IndirectRegisterFiles field
Brian Paul
2010-07-30
1
-0
/
+1
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-0
/
+2767