index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
Age
Commit message (
Expand
)
Author
2005-11-02
Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention
Brian Paul
2005-11-01
Several fp and vp tweaks:
Keith Whitwell
2005-11-01
Re-org and clean-up of vertx/fragment program limits (instructions,
Brian Paul
2005-10-30
Simplify parse_attrib_binding().
Brian Paul
2005-10-30
Lots of clean-up in arb program parser.
Brian Paul
2005-10-29
Use MAKE_SWIZZLE4() macro in a few more places.
Brian Paul
2005-10-29
Free old parameter list before assigning new one. FIxes memory leak.
Brian Paul
2005-10-29
s/lenght/length/
Brian Paul
2005-10-29
fix a few bugs in SWZ execution
Brian Paul
2005-10-29
If parsing a program fails, don't change the vertex/fragment program object.
Brian Paul
2005-10-28
add newline at end of file
Brian Paul
2005-10-21
fix broken SWZ instruction
Brian Paul
2005-09-23
Committing in .
Jouk Jansen
2005-09-19
additional wrapper updates, bug 4468
Brian Paul
2005-09-16
remove unused ctx var
Brian Paul
2005-09-16
use mesa import wrappers, bug 4468
Brian Paul
2005-09-12
remove unnecessary Swizzle parameter from struct (forgotten when the code was...
Roland Scheidegger
2005-09-08
be consistent in populating NegateBase field
Keith Whitwell
2005-09-08
fix incorrect swizzling handling. fix code so it can potentially handle imple...
Roland Scheidegger
2005-09-08
add a bunch of FLUSH_VERTICES to some of the ATI_fs functions, most notably w...
Roland Scheidegger
2005-09-05
fix var declaration so that a C compiler can build it.
Karl Schultz
2005-09-02
replace -1 with PROGRAM_UNDEFINED when initializing instructions
Brian Paul
2005-09-02
add error checking to the GL_ATI_FRAGMENT_SHADER entrypoints. Fix bug with sc...
Roland Scheidegger
2005-08-10
fix static assertion problem for gcc (bug 4022)
Brian Paul
2005-08-10
disable the pointer size assertions (bug 4021)
Brian Paul
2005-08-10
fix indentation
Brian Paul
2005-07-28
Fix SPARC assembly for 64-bit
Ian Romanick
2005-07-22
Make the vertex program source register Index field a signed int since
Brian Paul
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-01
Set fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs.
Keith Whitwell
2005-07-01
comment-out some unused code to silence warnings
Brian Paul
2005-07-01
fix typo in assertions
Brian Paul
2005-06-30
added newline at end of file
Brian Paul
2005-06-30
Add a set of predicate functions for testing matrices instead of directly
Brian Paul
2005-06-08
Use ALIGN_MALLOC for parameter lists.
Keith Whitwell
2005-06-07
Add a VP_MAX_OPCODE entry to allow engines with internal opcodes to
Keith Whitwell
2005-06-01
Committing in .
Jouk Jansen
2005-06-01
Committing in .
Jouk Jansen
2005-05-25
change local var names from "asm" to "assem" - I guess it caused
Michal Krol
2005-05-25
a small utility to convert .syn files to its binary forms;
Michal Krol
2005-05-25
silencium gcc warnings
Michal Krol
2005-05-25
more slang code
Michal Krol
2005-05-25
ncrease stack size
Michal Krol
2005-05-25
moved from mesa/shader to mesa/shader/grammar
Michal Krol
2005-05-25
remove the GLSL spec wording;
Michal Krol
2005-05-25
stand-alone vertsions of grammar_mesa - used by utilities;
Michal Krol
2005-05-25
change the behaviour of enter and local_addr instructions
Michal Krol
2005-05-24
moved to windows build dir
Karl Schultz
2005-05-23
silence gcc warnings
Keith Whitwell
2005-05-20
Committing in .
Jouk Jansen
[next]