index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
arbprogram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Don't skip glGetProgramLocalParam4dvARB if there was already an error.
Eric Anholt
2011-07-06
1
-64
/
+53
*
mesa: Don't skip glGetProgramEnvParam4dvARB if there was already an error.
Eric Anholt
2011-07-06
1
-66
/
+46
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-4
/
+4
*
mesa: move arbprogram.[ch] to main/
Brian Paul
2010-06-10
1
-0
/
+940
*
Moved to src/mesa/shader
Michal Krol
2004-03-29
1
-721
/
+0
*
add missing else statements
Brian Paul
2004-03-19
1
-6
/
+6
*
Make it easier for drivers to create "subclasses" of the existing
Keith Whitwell
2004-02-14
1
-2
/
+11
*
added some missing FLUSH_VERTICES calls
Brian Paul
2004-01-17
1
-0
/
+10
*
Initial work for bounds checking of vertex arrays and vertex buffer objects.
Brian Paul
2003-10-22
1
-1
/
+1
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-21
/
+21
*
Assorted casts to silence g++ warnings.
Brian Paul
2003-09-19
1
-2
/
+4
*
More work on ARB_vertex_buffer_object.
Brian Paul
2003-09-17
1
-1
/
+1
*
Some work on ARB_vertex_buffer_object.
Brian Paul
2003-09-15
1
-0
/
+6
*
move GL_MESA_program_debug code into program.c
Brian Paul
2003-09-05
1
-207
/
+0
*
Moved some shared vertex/fragment program code into new program.c file.
Brian Paul
2003-08-31
1
-34
/
+0
*
Silence compiler warnings about implicit casts or conversions by supplying ex...
Karl Schultz
2003-08-30
1
-13
/
+15
*
Re-org of register files for vertex/fragment programs. Will be easier to
Brian Paul
2003-08-17
1
-23
/
+12
*
remove temporary prototypes
Brian Paul
2003-08-06
1
-18
/
+2
*
Restore more code lost during last big merge.
Brian Paul
2003-07-22
1
-0
/
+33
*
Implement debugger callback, etc for vertex programs. Misc clean-ups.
Brian Paul
2003-07-22
1
-5
/
+14
*
Initial implementation of GL_MESA_program_debug - a vertex/fragment program
Brian Paul
2003-07-21
1
-1
/
+215
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-1
/
+1
*
fix GL_CURRENT_VERTEX_ATTRIB_ARB queries
Brian Paul
2003-06-10
1
-0
/
+1
*
glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).
Brian Paul
2003-05-28
1
-276
/
+0
*
Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.
Brian Paul
2003-05-01
1
-9
/
+1
*
alias ARB/NV program functions where possible
Brian Paul
2003-04-21
1
-21
/
+0
*
minor re-org of program matrix, program local parameter limits
Brian Paul
2003-04-18
1
-23
/
+17
*
fix some glBindProgramNV/ARB details
Brian Paul
2003-04-17
1
-12
/
+23
*
Added arbprogram.c to Makefiles.
Brian Paul
2003-04-17
1
-65
/
+51
*
checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.
Brian Paul
2003-04-17
1
-59
/
+475
*
Some groundwork for GL_ARB_vertex/fragment_program.
Brian Paul
2003-04-11
1
-0
/
+601