summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arbprogram.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Drop PATH_MAX usage.Kenneth Graunke2016-11-241-8/+4
* mesa: Try to unbreak the MSVC build.Kenneth Graunke2016-06-051-0/+4
* mesa: Add MESA_SHADER_CAPTURE_PATH for writing .shader_test files.Kenneth Graunke2016-06-051-0/+22
* mesa: Replace uses of Shared->Mutex with hash-table mutexesMatt Turner2016-05-201-1/+6
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-6/+6
* mesa: Dump ARB_vp/fp source and IR when MESA_GLSL=dump.Kenneth Graunke2014-05-131-1/+26
* mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry2014-01-091-10/+10
* mesa: Use get_local_param_pointer in glProgramLocalParameters4fvEXT().Kenneth Graunke2014-01-071-19/+11
* mesa: Dynamically allocate the storage for program local parameters.Eric Anholt2013-11-151-0/+6
* 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
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-17/+2
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-5/+5
* mesa: Remove some miscellaneous NV program stuff from arbprogram.c.Kenneth Graunke2012-10-161-25/+1
* mesa: Simplify _mesa_BindProgram() by removing NV program remnants.Kenneth Graunke2012-10-161-34/+9
* mesa: Remove support for parsing NV fragment programs.Kenneth Graunke2012-10-161-8/+0
* mesa: Remove support for GL_VERTEX_STATE_PROGRAMs and their execution.Eric Anholt2012-10-151-1/+0
* mesa: Remove support for parsing NV vertex programs.Eric Anholt2012-10-151-31/+3
* mesa: use gl_program cast wrappersBrian Paul2012-07-181-2/+2
* mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an error.Eric Anholt2011-07-061-64/+53
* mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an error.Eric Anholt2011-07-061-66/+46
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-4/+4
* mesa: move arbprogram.[ch] to main/Brian Paul2010-06-101-0/+940
* Moved to src/mesa/shaderMichal Krol2004-03-291-721/+0
* add missing else statementsBrian Paul2004-03-191-6/+6
* Make it easier for drivers to create "subclasses" of the existingKeith Whitwell2004-02-141-2/+11
* added some missing FLUSH_VERTICES callsBrian Paul2004-01-171-0/+10
* Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul2003-10-221-1/+1
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-21/+21
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-2/+4
* More work on ARB_vertex_buffer_object.Brian Paul2003-09-171-1/+1
* Some work on ARB_vertex_buffer_object.Brian Paul2003-09-151-0/+6
* move GL_MESA_program_debug code into program.cBrian Paul2003-09-051-207/+0
* Moved some shared vertex/fragment program code into new program.c file.Brian Paul2003-08-311-34/+0
* Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz2003-08-301-13/+15
* Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul2003-08-171-23/+12
* remove temporary prototypesBrian Paul2003-08-061-18/+2
* Restore more code lost during last big merge.Brian Paul2003-07-221-0/+33
* Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul2003-07-221-5/+14
* Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul2003-07-211-1/+215
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-1/+1
* fix GL_CURRENT_VERTEX_ATTRIB_ARB queriesBrian Paul2003-06-101-0/+1
* glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).Brian Paul2003-05-281-276/+0
* Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul2003-05-011-9/+1
* alias ARB/NV program functions where possibleBrian Paul2003-04-211-21/+0
* minor re-org of program matrix, program local parameter limitsBrian Paul2003-04-181-23/+17
* fix some glBindProgramNV/ARB detailsBrian Paul2003-04-171-12/+23
* Added arbprogram.c to Makefiles.Brian Paul2003-04-171-65/+51