summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/program_parse.y
Commit message (Expand)AuthorAgeFilesLines
* glsl/mesa: remove unused namespace support from the symbol tableTimothy Arceri2016-10-271-9/+9
* mesa: remove the UsesDFdy flagTimothy Arceri2016-10-061-2/+0
* program: Remove NV_fragment_program scalar suffix parsing.Matt Turner2016-03-011-17/+0
* program: Remove NV_fragment_program_option parsing support.Matt Turner2016-03-011-44/+5
* program: Remove NV_fragment_program Abs support.Matt Turner2016-03-011-33/+0
* program: Remove condition-code and precision support.Matt Turner2016-03-011-88/+1
* program: Remove OPCODE_KIL_NV.Matt Turner2016-03-011-7/+0
* program: Replace gl_inst_opcode with enum prog_opcode.Matt Turner2015-06-031-3/+3
* program: Shrink and rename SaturateMode field to Saturate.Matt Turner2015-06-031-1/+1
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-261-0/+2
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-6/+6
* mesa: Add missing null check in _mesa_parse_arb_program()Juha-Pekka Heikkila2014-04-021-0/+5
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-3/+3
* mesa: Fix setup of LocalParams array.Eric Anholt2013-11-201-7/+0
* mesa: Dynamically allocate the storage for program local parameters.Eric Anholt2013-11-151-0/+7
* mesa/program: remove useless YYIDLaurent Carlier2013-07-311-2/+2
* mesa/program: Switch from the deprecated YYLEX_PARAM to %lex-param.Kenneth Graunke2013-07-311-5/+4
* mesa/program: Change the program parser's namespace.Kenneth Graunke2013-07-311-2/+9
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-281-5/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-281-5/+0
* mesa: move max texture image unit constants to gl_program_constantsMarek Olšák2013-05-111-1/+1
* mesa: Fix up program_parse.y to avoid uninitialized $$Paul Berry2013-04-191-0/+5
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-4/+4
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-8/+8
* mesa: Remove dead program_parameter::Flags field.Kenneth Graunke2012-10-161-1/+1
* mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3.Eric Anholt2012-10-151-5/+0
* mesa: Set UsesDFdy appropriately for assembly programs.Paul Berry2012-07-191-0/+2
* mesa: Use VERT_{ATTRIB,BIT}* for ARB input validation.Mathias Fröhlich2011-12-031-3/+3
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-3/+3
* mesa: use gl_constant_value type in ARB program parserBrian Paul2011-08-041-28/+28
* mesa: emit more info in program parser error messageBrian Paul2011-04-271-1/+5
* mesa: Fix fragment.color (no index) writes with OPTION ARB_draw_buffers.Eric Anholt2011-04-231-3/+8
* mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.Eric Anholt2011-04-131-0/+29
* mesa: added gl_program_constants::MaxAddressOffsetBrian Paul2011-03-021-2/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa: Fix printf-like warning.Vinson Lee2010-09-021-1/+1
* mesa: increase the relative address offset limit to 4096 in ARB_vp/fpMarek Olšák2010-08-041-2/+2
* mesa: added gl_program::IndirectRegisterFiles fieldBrian Paul2010-07-301-0/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-0/+2767