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
*
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
*
Improve _mesa_print_program().
Brian Paul
2005-11-12
1
-31
/
+354
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-77
/
+117
*
This patch adds the missing NV_vertex_program2 and NV_vertex_program3
Ian Romanick
2005-11-08
1
-0
/
+10
*
minor work in _mesa_print_program()
Brian Paul
2005-11-08
1
-1
/
+10
*
consolidate vertex/fragment program printing into _mesa_print_program()
Brian Paul
2005-11-05
1
-2
/
+121
*
added _mesa_program_file_string()
Brian Paul
2005-11-05
1
-0
/
+32
*
added _mesa_num_inst_src_regs() and _mesa_opcode_string()
Brian Paul
2005-11-05
1
-0
/
+110
*
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
1
-2
/
+1
*
Replace parameter_type enum in program.[ch], use register_file enums instead.
Brian Paul
2005-11-05
1
-6
/
+6
*
added a const, clean-up
Brian Paul
2005-11-03
1
-11
/
+15
*
Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention
Brian Paul
2005-11-02
1
-3
/
+3
*
Re-org and clean-up of vertx/fragment program limits (instructions,
Brian Paul
2005-11-01
1
-4
/
+4
*
use mesa import wrappers, bug 4468
Brian Paul
2005-09-16
1
-1
/
+1
*
add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with sc...
Roland Scheidegger
2005-09-02
1
-2
/
+8
*
Use ALIGN_MALLOC for parameter lists.
Keith Whitwell
2005-06-08
1
-6
/
+13
*
Fix some valgrind complaints
Keith Whitwell
2005-05-10
1
-0
/
+4
*
Fix some valgrind complaints
Keith Whitwell
2005-05-10
1
-2
/
+0
*
reduce the use of malloc and strdup for parameter lists
Keith Whitwell
2005-05-10
1
-25
/
+32
*
Reduce the size of mesa's internal fragment and vertex program
Keith Whitwell
2005-04-21
1
-11
/
+37
*
fix state.light[n].spot.direction.w value (bug 3083)
Brian Paul
2005-04-20
1
-1
/
+2
*
Updates for OpenVMS : New makefiles
Jouk Jansen
2005-04-18
1
-1
/
+1
*
Fix alpha value of STATE_LIGHTMODEL_SCENECOLOR. From the spec:
Keith Whitwell
2005-04-15
1
-3
/
+7
*
ProgramCallbackMesa must match the prototype
Daniel Borca
2005-02-14
1
-2
/
+2
*
Update glDeletePrograms/Buffers() so that the ID is freed immediately, like
Brian Paul
2005-01-20
1
-10
/
+5
*
prototype _mesa_init_ati_fragment_shader()
Brian Paul
2005-01-11
1
-2
/
+3
*
Implement software ATI_fragment_shader
Dave Airlie
2004-12-19
1
-0
/
+38
*
Added PRINT instruction for GL_NV_fragment_program.
Brian Paul
2004-12-18
1
-1
/
+7
*
Experimental PRINT instruction for NV_vertex_program.
Brian Paul
2004-12-16
1
-1
/
+8
*
Fix some warnings
Alan Hourihane
2004-12-02
1
-5
/
+1
*
fix LoadProgramNV regression when I had fixed the RefCount bug
Brian Paul
2004-10-02
1
-4
/
+4
*
also fix possible delete bugs with buffer objects and vertex/fragment programs
Brian Paul
2004-09-14
1
-50
/
+75
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
1
-0
/
+2
*
fix some memory leaks (bug #1002030)
Brian Paul
2004-08-14
1
-3
/
+30
*
remove trailing whitespace and misc clean-ups
Brian Paul
2004-06-29
1
-20
/
+16
*
remove program from hash table when deleted (bug 979514)
Brian Paul
2004-06-25
1
-8
/
+7
*
remove redundant program field initializers in BindProgram(); ctx->Driver.New...
Brian Paul
2004-06-20
1
-4
/
+0
*
remove unneeded line
Brian Paul
2004-05-04
1
-1
/
+0
*
Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment
Brian Paul
2004-04-23
1
-4
/
+4
*
Moved from src/mesa/main
Michal Krol
2004-03-29
1
-0
/
+1271