summaryrefslogtreecommitdiff
path: root/src/mesa/main/ffvertex_prog.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-06st/mesa/glsl: add new is_arb_asm flag in gl_programTimothy Arceri1-1/+1
2016-11-17st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri1-16/+16
2016-11-17mesa: make use of ralloc when creating ARB asm gl_program fieldsTimothy Arceri1-4/+5
2016-10-26r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri1-2/+2
2016-10-26r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri1-3/+3
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri1-3/+2
2016-10-26mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri1-37/+35
2016-08-19mesa: Fix fixed function spot lighting on newer hardware (again)Daniel Scharrer1-14/+3
2016-06-16mesa: Use bitmask/ffs to build ff vertex shader keys.Mathias Fröhlich1-2/+4
2016-06-16mesa: Use bitmask/ffs to iterate enabled lights for ff shader keys.Mathias Fröhlich1-13/+15
2016-06-16mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich1-1/+1
2016-06-16mesa: Add gl_point_attrib::CoordReplaceBits bitfield.Mathias Fröhlich1-1/+1
2016-03-01program: Remove NV_fragment_program Abs support.Matt Turner1-1/+0
2016-03-01program: Remove condition-code and precision support.Matt Turner1-2/+0
2015-10-09mesa: call ProgramStringNotify for fixed-function vertex programsMarek Olšák1-2/+1
2015-10-01mesa: Add abs input modifier to base for POW in ffvertex_progDaniel Scharrer1-3/+14
2015-07-29mesa: Avoid double promotion.Matt Turner1-5/+5
2015-05-05mesa: fix shininess check for ffvertex_prog v2Tim Rowley1-1/+1
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-04-14main: replace __FUNCTION__ with __func__Marius Predut1-3/+3
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-3/+3
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-2/+2
2014-08-11mesa: move ShaderCompilerOptions into gl_constantsMarek Olšák1-1/+1
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt1-1/+1
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt1-1/+1
2014-02-03mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.Kenneth Graunke1-1/+1
2014-01-21mesa: rename PreferDP4 to OptimizeForAOS.Matt Turner1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry1-1/+1
2013-11-22mesa: fix indentation in ffvertex_prog.cBrian Paul1-12/+14
2013-11-07mesa: Add ARB_vertex_attrib_bindingFredrik Höglund1-1/+1
2013-11-07mesa: Rename gl_array_object::VertexAttrib to _VertexAttribFredrik Höglund1-1/+1
2013-05-12mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke1-1/+1
2013-04-24mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XORMarek Olšák1-6/+0
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-7/+7
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry1-19/+19
2012-11-09Revert "mesa: assert that key->fragprog_inputs_read value isn't too large"Brian Paul1-2/+0
2012-11-06mesa: assert that key->fragprog_inputs_read value isn't too largeBrian Paul1-0/+2
2012-10-15mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3.Eric Anholt1-1/+0
2012-09-15mesa: remove FEATURE_point_size_array define.Oliver McFadden1-2/+0
2012-07-24mesa: improve comment in build_tnl_program()Brian Paul1-1/+1
2012-07-18mesa: remove stale commentBrian Paul1-1/+0
2012-07-18mesa: use gl_program cast wrappersBrian Paul1-4/+3
2012-06-27mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul1-1/+1
2012-01-12mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul1-1/+1
2011-11-29mesa: distinct gl_client_array arrays are goneChia-I Wu1-1/+1
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-9/+9
2011-11-16mesa: do not skip att and spot calculation for infinite lightYuanhan Liu1-63/+50
2011-11-01mesa: Add NV_fog_distance to the fixed-function vertex program generatorNicholas Miell1-4/+39