summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_vertprog.c
Commit message (Expand)AuthorAgeFilesLines
* program: convert _mesa_init_gl_program() to take struct gl_program *Emil Velikov2015-10-151-8/+9
* program: remove _mesa_init_*_program wrappersMarek Olšák2015-10-091-2/+2
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-211-8/+8
* r200: replace INLINE with inlineBrian Paul2015-02-261-2/+2
* mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt2013-11-151-1/+0
* mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt2013-11-151-1/+0
* r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0...Laurent Carlier2013-04-241-1/+0
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-20/+20
* mesa: Remove PROGRAM_WRITE_ONLY register type.Kenneth Graunke2012-10-161-1/+0
* mesa: Remove support for named parameters.Kenneth Graunke2012-10-161-2/+0
* mesa: Remove yet more remnants of NV_fragment_program.Kenneth Graunke2012-10-161-1/+0
* r200: Remove support for software-only NV_vertex_program.Eric Anholt2012-10-151-6/+0
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-11/+27
* radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie2011-10-301-2/+1
* r200, r600c, i965: fix buildBryan Cain2011-08-011-4/+4
* r200: add cast to silence warningBrian Paul2011-02-081-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-5/+5
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-2/+5
* r200: Silence fprintf format warning.Vinson Lee2010-01-241-1/+1
* r200: Convert r200 to use new style debug code.Pauli Nieminen2009-08-311-7/+7
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-221-17/+17
|\
| * mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-141-17/+17
* | Merge remote branch 'main/master' into radeon-rewriteDave Airlie2009-03-201-1/+1
|\ \ | |/
| * mesa: gl_register_file enum typedefBrian Paul2009-03-071-1/+1
* | radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-2/+2
* | radeon/r200: move more stuff closer together in contextDave Airlie2009-01-141-1/+1
|/
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-2/+2
* r200: accept PROGRAM_CONSTANT inputs due to mesa changesAndrew Randrianasulu2008-04-171-0/+1
* r200: fix XPD vertex program instruction when using temps as inputsRoland Scheidegger2008-04-121-3/+13
* rx00: fix off by one error in tempreg checkHans de Goede2008-01-021-4/+6
* Fix-up #includes to remove some -I options.Brian2007-09-111-4/+4
* Update DRI drivers for new glsl compiler.Brian2007-02-231-4/+6
* r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger2007-02-091-4/+13
* fix errorneously adding fog state params to all vertex programs...Roland Scheidegger2007-02-031-1/+1
* submit vertex weights to make World of Warcraft maybe happy (bug 8250)Roland Scheidegger2006-12-141-1/+0
* fix mixed conventional / generic vertex arrays which caused a wrong array ord...Roland Scheidegger2006-11-301-0/+4
* call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ...Roland Scheidegger2006-11-291-0/+3
* fix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT when assigning vp inp...Roland Scheidegger2006-11-051-1/+1
* enable generic arrays for r200 hw vertex programs by assigning unused color a...Roland Scheidegger2006-11-031-19/+79
* remove code for inserting mvp transform into position-invariant vertex progs ...Roland Scheidegger2006-10-261-96/+7
* change some bogus comments regarding the base e exponential function used for...Roland Scheidegger2006-10-251-4/+4
* fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger2006-10-241-31/+119
* fix up access to vertex attrib components which don't really exist but are de...Roland Scheidegger2006-09-221-1/+39
* make sure we upload the new vertex program if the program string changes.Roland Scheidegger2006-09-131-0/+2
* make really sure R200_VAP_PROG_VTX_SHADER_ENABLE is never set when we're alre...Roland Scheidegger2006-09-071-1/+1
* make sure vertex programs are only enabled on the hw when they are really ena...Roland Scheidegger2006-09-011-0/+5
* do not abort with not supported vertex prog output configuration, fallback in...Roland Scheidegger2006-08-311-3/+19
* Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...Roland Scheidegger2006-08-301-61/+23
* fix typo causing a segfault when a vertex program uses more than 96 parametersRoland Scheidegger2006-08-301-1/+1