summaryrefslogtreecommitdiff
path: root/src/mesa/main/nvprogram.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-11-17mesa: upgrade to glext.h version 66Brian Paul1-4/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-09-08glsl: make compiler options per-targetLuca Barbieri1-1/+3
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-6/+6
2010-06-10mesa: move nvprogram.[ch] to main/Brian Paul1-0/+917
2004-03-30these files now live in the shader directoryBrian Paul1-871/+0
2004-01-17added some missing FLUSH_VERTICES callsBrian Paul1-0/+9
2004-01-14added blurb about NVIDIA extensionsBrian Paul1-2/+10
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul1-1/+1
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-26/+26
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul1-1/+1
2003-09-15Some work on ARB_vertex_buffer_object.Brian Paul1-1/+1
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul1-377/+19
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz1-2/+2
2003-08-17register file changesBrian Paul1-16/+16
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul1-109/+11
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-1/+1
2003-06-10fix GL_CURRENT_VERTEX_ATTRIB_ARB queriesBrian Paul1-0/+3
2003-05-28glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).Brian Paul1-12/+20
2003-04-21alias ARB/NV program functions where possibleBrian Paul1-3/+3
2003-04-17fix some glBindProgramNV/ARB detailsBrian Paul1-2/+14
2003-04-17Added arbprogram.c to Makefiles.Brian Paul1-1/+2
2003-04-17checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul1-67/+93
2003-04-11Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul1-22/+29
2003-04-09basic work on GL_ARB_vertex_buffer_objectBrian Paul1-0/+7
2003-04-08fix string compare bugBrian Paul1-2/+6
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul1-3/+0
2003-04-05fragment program named constants and named program parameters basically work nowBrian Paul1-15/+18
2003-03-29proper dispatch for NV_fragment_program functionsBrian Paul1-35/+38
2003-03-19Rewrite of fragment program named parameters, constants, etc. Not done.Brian Paul1-105/+33
2003-03-14Clean-up of parser error handling/reporting.Brian Paul1-26/+32
2003-03-10fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul1-23/+19
2003-02-27Fix function definitions for Windows.Karl Schultz1-13/+13
2003-02-25assorted clean-ups and improvementsBrian Paul1-9/+19
2003-02-23added _mesa_find_line_column()Brian Paul1-1/+36
2003-02-16more work on DEFINE/DECLARATION statements, symbol tablesBrian Paul1-23/+99
2003-02-10cast GLfloatAlan Hourihane1-8/+14
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul1-0/+1182