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
/
pipe
/
tgsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: new tgsi_transform_shader() function
Brian
2008-02-14
2
-0
/
+292
*
gallium: fix some "instruction"/"declaration" mix-ups in tgsi_exec_prepare().
Brian
2008-02-14
1
-3
/
+3
*
gallium: replace "interpolate" terminology with "eval" to better reflect what...
Brian
2008-02-14
1
-11
/
+22
*
x86: emit absolute calls, as reallocating exec mem breaks relative ones
Keith Whitwell
2008-02-13
1
-1
/
+4
*
tgsi: fail gracefully when sse code can't emit shader
Keith Whitwell
2008-02-13
1
-74
/
+87
*
tgsi: include more of the register info in debug dumps
Keith Whitwell
2008-02-13
1
-0
/
+10
*
fix comment typos
Brian
2008-02-08
1
-2
/
+2
*
tgsi: Fall back to interpreter instead of assert(0) on unimplemented SSE code.
Michel Dänzer
2008-02-07
1
-2
/
+1
*
gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.
José Fonseca
2008-02-06
6
-25
/
+31
*
tgsi: Use ESI instead of EBX as temp reg on non-win32
Keith Whitwell
2008-01-31
1
-0
/
+6
*
Back-port miscellaneous fixes from internal branch (mostly portability fixes).
José Fonseca
2008-01-17
1
-3
/
+3
*
gallium: Handle TGSI_OPCODE_END on sse2.
José Fonseca
2008-01-17
1
-0
/
+1
*
Fix incorrect [0,1] clamping in store_dest().
Brian
2008-01-16
1
-4
/
+4
*
added tgsi_exec_machine_free_data()
Brian
2008-01-01
2
-0
/
+21
*
temporarily defeat an assertion
Brian
2007-12-19
1
-0
/
+1
*
remove obsolete TXP, add some sanity checks
Brian
2007-12-19
1
-2
/
+11
*
Don't always declare frag shader INPUT[0] as fragment position.
Brian
2007-12-14
2
-18
/
+11
*
Add QuadX,Y fields to tgsi_exec_machine to pass quad's position to tgsi inter...
Brian
2007-12-13
2
-4
/
+3
*
add missing case statements for TGSI_TOKEN_TYPE_IMMEDIATE and assert(0)
Brian
2007-12-11
1
-0
/
+10
*
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-11
2
-3
/
+1
*
Allow tgsi_dump print-out to stderr or a string buffer.
Michal
2007-12-09
3
-100
/
+220
*
gallium: add draw_stage::destroy().
Michal
2007-12-09
1
-4
/
+4
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
1
-1
/
+1
*
gallium: reorg tgsi directories.
Michal Krol
2007-11-23
17
-1668
/
+30
*
Fix compatibility issues between gcc and msvc.
Michal
2007-11-22
1
-19
/
+16
*
optimize linear_interpolation(), perspective_interpolation() functions
Brian
2007-11-19
1
-25
/
+18
*
For TGSI_TEXTURE_2D/RECT, need to provide 3 coords (STP) in case shadow compa...
Brian
2007-11-08
1
-7
/
+9
*
Remove TGSI_OPCODE_TXP
Brian
2007-11-08
1
-5
/
+5
*
check for __i386__ or __386__ instead of USE_X86_ASM
Brian
2007-11-06
1
-2
/
+2
*
Fix non-x86 build.
Michel Dänzer
2007-11-06
1
-0
/
+4
*
Make it compile under linux.
Michal Krol
2007-10-29
1
-3
/
+3
*
Make gallium compile in win32.
Michal Krol
2007-10-29
4
-27
/
+99
*
Add SSE dump facilities.
Michal Krol
2007-10-29
1
-70
/
+428
*
Code re-org. Add comments.
Michal Krol
2007-10-29
1
-220
/
+264
*
Implement RET opcode.
Michal Krol
2007-10-29
1
-13
/
+5
*
Remove TGSI_INTERPOLATE_ATTRIB.
Michal Krol
2007-10-29
2
-2
/
+1
*
Remove unused static functions.
Michal Krol
2007-10-28
1
-24
/
+0
*
Rework sse-utility function calls.
Michal Krol
2007-10-28
1
-154
/
+111
*
Fix alignment problems.
michal
2007-10-27
2
-28
/
+37
*
Remove GL dependencies.
michal
2007-10-27
1
-21
/
+21
*
New comments, replace //-style with /* */
Brian
2007-10-27
2
-8
/
+51
*
indentation fixes
Brian
2007-10-27
1
-26
/
+26
*
s/GLbitfield/uint/
Brian
2007-10-27
1
-2
/
+2
*
remove #define MESA stuff
Brian
2007-10-27
1
-5
/
+0
*
s/256/TGSI_EXEC_NUM_IMMEDIATES/
Brian
2007-10-27
1
-1
/
+1
*
indentation fixes
Brian
2007-10-27
1
-20
/
+20
*
Comments about texture instructions and the src regs
Brian
2007-10-27
1
-8
/
+12
*
Obsolete
Brian
2007-10-27
2
-11
/
+0
*
Move mesa_to_tgsi.[ch] into state tracker.
Brian
2007-10-27
2
-828
/
+0
*
Fix up handling of immediate values for TGSI shaders.
Brian
2007-10-26
3
-21
/
+9
[next]