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
/
prog_instruction.c
Age
Commit message (
Expand
)
Author
2010-02-19
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2009-05-11
mesa: better handling/printing of driver-specific opcodes, register files
Brian Paul
2009-04-29
mesa: added _mesa_check_soa_dependencies() function
Brian Paul
2009-04-03
mesa: replace assertion with conditional in _mesa_opcode_string()
Brian Paul
2009-03-05
mesa: added some assertions
Brian Paul
2009-01-14
mesa: put _NV suffix on a few opcodes
Brian Paul
2008-11-07
mesa: fix opcode table order bug
Brian Paul
2008-11-07
mesa: added DP2, DP2A instructions
Brian Paul
2008-11-07
mesa: added AND/OR/NOT/XOR instructions
Brian Paul
2008-11-07
mesa: added OPCODE_NRM3/NRM4 instructions for vector normalization.
Brian Paul
2008-11-06
mesa: rename OPCODE_INT -> OPCODE_TRUNC
Brian Paul
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-05-14
sync up with gallium-0.1 changes
Brian Paul
2008-05-14
mesa: added _mesa_free_instructions()
Brian Paul
2007-04-21
fix instruction comment code
Brian
2007-03-28
Get rid of BRK0, BRK1, CONT0, CONT1 instructions.
Brian
2007-03-23
Add the ability to generate programs that doesn't use condition codes.
Brian
2007-03-21
merge from master
Brian
2007-02-05
Initial support of loop and subroutine instructions.
Brian
2007-01-28
noise functions
Brian
2007-01-20
Initial implementation of OPCODE_IF/ELSE/ENDIF instructions.
Brian
2007-01-17
Added OPCODE_INT to convert 4 floats to 4 ints.
Brian
2006-12-14
Move some code from prog_print.c to prog_instruction.c
Brian
2006-12-14
Split the program.[ch] files into several new files.
Brian