summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/arbprogparse.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix old classic drivers to use ralloc for ARB asm programsTimothy Arceri2016-11-181-2/+2
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-171-34/+34
* mesa: make use of ralloc when creating ARB asm gl_program fieldsTimothy Arceri2016-11-171-3/+6
* r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2016-10-261-2/+2
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-261-2/+2
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-261-32/+32
* i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri2016-10-261-1/+1
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-261-23/+23
* mesa: remove the UsesDFdy flagTimothy Arceri2016-10-061-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-2/+2
* Revert use of Mesa IR optimizer for ARB_fragment_programsCarl Worth2015-02-121-3/+0
* mesa: Actually use the Mesa IR optimizer for ARB programs.Kenneth Graunke2014-08-041-0/+7
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-8/+4
* mesa: Set UsesDFdy appropriately for assembly programs.Paul Berry2012-07-191-0/+1
* mesa: Kill gl_fragment_program::FogOption with fireIan Romanick2011-04-211-12/+6
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-1/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* mesa: added gl_program::IndirectRegisterFiles fieldBrian Paul2010-07-301-0/+2
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-0/+217