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
/
shader
/
program.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
implement full reference counting for vertex/fragment programs
Brian
2008-05-06
1
-34
/
+68
*
|
small cleanups
Alan Hourihane
2008-04-22
1
-1
/
+0
*
|
use ctx->Driver.DeleteProgram() in a few more places
Brian
2008-03-22
1
-1
/
+1
*
|
remove dead code in _mesa_new_program()
Brian
2007-11-01
1
-7
/
+0
*
|
disable ctx->Driver.NewProgram() call in _mesa_new_program()
Brian
2007-10-29
1
-0
/
+5
*
|
Merge branch '965-glsl'
Zou Nan hai
2007-10-26
1
-0
/
+2
|
\
\
|
*
|
Use ProgramStringNotify
Zou Nan hai
2007-07-17
1
-0
/
+2
|
|
/
*
|
For _mesa_share_state(), update the context's references to the new share gro...
Brian
2007-08-23
1
-0
/
+43
*
|
call ctx->Driver.NewProgram() instead of _mesa_new_program()
Brian
2007-07-24
1
-1
/
+1
|
/
*
fix instruction comment code
Brian
2007-04-21
1
-0
/
+2
*
free prog->Attributes in _mesa_delete_program()
Brian
2007-03-24
1
-1
/
+3
*
use _mesa_copy_instructions()
Brian
2007-03-22
1
-2
/
+2
*
move GL_MESA_program_debug funcs to prog_debug.c
Brian
2007-02-09
1
-246
/
+4
*
Implement vertex attribute binding.
Brian
2007-01-09
1
-0
/
+2
*
Moved NumTexInstructions, NumTexIndirections, etc. into gl_program since
Brian
2007-01-09
1
-6
/
+6
*
move TexturesUsed[] into gl_program since vertex programs/shaders can use tex...
Brian
2007-01-04
1
-1
/
+2
*
check for null Parameters ptr in _mesa_clone_program()
Brian
2006-12-19
1
-2
/
+4
*
Move many functions into new files.
Brian
2006-12-14
1
-1652
/
+4
*
New functions for cloning programs and parameter lists.
Brian
2006-12-14
1
-10
/
+118
*
Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.
Brian
2006-12-13
1
-81
/
+191
*
fix several program-related bugs (bug 9136)
Brian Paul
2006-11-23
1
-0
/
+4
*
add STATE_INTERNAL_DRIVER, etc (Rune Petersen)
Brian Paul
2006-11-17
1
-3
/
+7
*
disable yesterday's _mesa_add_named_constant() change for now
Brian Paul
2006-11-16
1
-0
/
+2
*
Add a size parameter to _mesa_add_unnamed_constant() and
Brian Paul
2006-11-15
1
-2
/
+5
*
Add new _mesa_lookup_parameter_constant() to search for a GLfloat4 constant
Brian Paul
2006-11-15
1
-11
/
+81
*
Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the
Brian Paul
2006-11-02
1
-24
/
+0
*
minor clean-ups, simplifications and new comments
Brian Paul
2006-10-31
1
-26
/
+21
*
Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h.
Brian Paul
2006-10-30
1
-3
/
+8
*
Change _mesa_init_instruction() to initialize an array of instructions.
Brian Paul
2006-10-29
1
-17
/
+23
*
special case END in _mesa_print_instruction()
Brian Paul
2006-10-28
1
-0
/
+3
*
a step toward moving run-time vertex program state out of GLcontext
Brian Paul
2006-10-10
1
-2
/
+2
*
Move the fp_machine struct into s_nvfragmprog.c since (except for program
Brian Paul
2006-10-10
1
-6
/
+10
*
Add a new internal program parameter value STATE_TEXRECT_SCALE which
Keith Whitwell
2006-09-20
1
-0
/
+11
*
Export _mesa_print_alu_instruction() to allow drivers to roll their
Keith Whitwell
2006-09-20
1
-41
/
+38
*
Free vertex program TnlData, if any. Fixes a mem leak.
Brian Paul
2006-08-25
1
-0
/
+7
*
Rearrange glBindProgram() code to do all error checking before changing
Brian Paul
2006-08-25
1
-51
/
+43
*
added _mesa_alloc_instructions() utility function
Brian Paul
2006-08-25
1
-0
/
+13
*
Cg tries to bind NV fragment programs to the GL_FRAGMENT_PROGRAM_ARB target
Brian Paul
2006-08-24
1
-1
/
+22
*
Added _mesa_realloc_instructions() utility function.
Brian Paul
2006-08-24
1
-2
/
+34
*
Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid
Brian Paul
2006-08-23
1
-5
/
+18
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
1
-41
/
+43
*
Roll _mesa_free_parameters() into calling function (the only caller).
Brian Paul
2006-05-24
1
-40
/
+32
*
fix a small memory leak in _mesa_add_state_reference()
Brian Paul
2006-05-24
1
-0
/
+3
*
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...
Roland Scheidegger
2006-03-03
1
-8
/
+7
*
Fix glGet with enums which are used not only in NV_vertex_program, but other ...
Roland Scheidegger
2006-03-01
1
-2
/
+2
*
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-12-06
1
-14
/
+14
*
track state flags which might invalidate parameter lists
Keith Whitwell
2005-11-22
1
-0
/
+77
*
move _mesa_init_instruction() to program.c
Brian Paul
2005-11-20
1
-0
/
+25
*
Make Saturate a 2-bit field again, renamed to SaturateMode with three
Brian Paul
2005-11-20
1
-3
/
+3
*
No longer derive 'ati_fragment_shader' from 'program' class. Only the
Brian Paul
2005-11-19
1
-34
/
+7
[prev]
[next]