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
/
nvprogram.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
added some missing FLUSH_VERTICES calls
Brian Paul
2004-01-17
1
-0
/
+9
*
added blurb about NVIDIA extensions
Brian Paul
2004-01-14
1
-2
/
+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
-26
/
+26
*
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
-1
/
+1
*
Moved some shared vertex/fragment program code into new program.c file.
Brian Paul
2003-08-31
1
-377
/
+19
*
Silence compiler warnings about implicit casts or conversions by supplying ex...
Karl Schultz
2003-08-30
1
-2
/
+2
*
register file changes
Brian Paul
2003-08-17
1
-16
/
+16
*
Implement debugger callback, etc for vertex programs. Misc clean-ups.
Brian Paul
2003-07-22
1
-109
/
+11
*
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
/
+3
*
glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).
Brian Paul
2003-05-28
1
-12
/
+20
*
alias ARB/NV program functions where possible
Brian Paul
2003-04-21
1
-3
/
+3
*
fix some glBindProgramNV/ARB details
Brian Paul
2003-04-17
1
-2
/
+14
*
Added arbprogram.c to Makefiles.
Brian Paul
2003-04-17
1
-1
/
+2
*
checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.
Brian Paul
2003-04-17
1
-67
/
+93
*
Some groundwork for GL_ARB_vertex/fragment_program.
Brian Paul
2003-04-11
1
-22
/
+29
*
basic work on GL_ARB_vertex_buffer_object
Brian Paul
2003-04-09
1
-0
/
+7
*
fix string compare bug
Brian Paul
2003-04-08
1
-2
/
+6
*
Added ctx->Texture._EnabledCoordUnits bitfield.
Brian Paul
2003-04-08
1
-3
/
+0
*
fragment program named constants and named program parameters basically work now
Brian Paul
2003-04-05
1
-15
/
+18
*
proper dispatch for NV_fragment_program functions
Brian Paul
2003-03-29
1
-35
/
+38
*
Rewrite of fragment program named parameters, constants, etc. Not done.
Brian Paul
2003-03-19
1
-105
/
+33
*
Clean-up of parser error handling/reporting.
Brian Paul
2003-03-14
1
-26
/
+32
*
fix/improve glAreTextures/ProgramsResident (Jose Fonseca)
Brian Paul
2003-03-10
1
-23
/
+19
*
Fix function definitions for Windows.
Karl Schultz
2003-02-27
1
-13
/
+13
*
assorted clean-ups and improvements
Brian Paul
2003-02-25
1
-9
/
+19
*
added _mesa_find_line_column()
Brian Paul
2003-02-23
1
-1
/
+36
*
more work on DEFINE/DECLARATION statements, symbol tables
Brian Paul
2003-02-16
1
-23
/
+99
*
cast GLfloat
Alan Hourihane
2003-02-10
1
-8
/
+14
*
First batch of code for GL_NV_fragment_program.
Brian Paul
2003-01-14
1
-0
/
+1182