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
/
pipe
/
tgsi
Age
Commit message (
Expand
)
Author
2008-01-17
Back-port miscellaneous fixes from internal branch (mostly portability fixes).
José Fonseca
2008-01-17
gallium: Handle TGSI_OPCODE_END on sse2.
José Fonseca
2008-01-16
Fix incorrect [0,1] clamping in store_dest().
Brian
2008-01-01
added tgsi_exec_machine_free_data()
Brian
2007-12-19
temporarily defeat an assertion
Brian
2007-12-19
remove obsolete TXP, add some sanity checks
Brian
2007-12-14
Don't always declare frag shader INPUT[0] as fragment position.
Brian
2007-12-13
Add QuadX,Y fields to tgsi_exec_machine to pass quad's position to tgsi inter...
Brian
2007-12-11
add missing case statements for TGSI_TOKEN_TYPE_IMMEDIATE and assert(0)
Brian
2007-12-11
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-09
Allow tgsi_dump print-out to stderr or a string buffer.
Michal
2007-12-09
gallium: add draw_stage::destroy().
Michal
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer
2007-11-23
gallium: reorg tgsi directories.
Michal Krol
2007-11-22
Fix compatibility issues between gcc and msvc.
Michal
2007-11-19
optimize linear_interpolation(), perspective_interpolation() functions
Brian
2007-11-08
For TGSI_TEXTURE_2D/RECT, need to provide 3 coords (STP) in case shadow compa...
Brian
2007-11-08
Remove TGSI_OPCODE_TXP
Brian
2007-11-06
check for __i386__ or __386__ instead of USE_X86_ASM
Brian
2007-11-06
Fix non-x86 build.
Michel Dänzer
2007-10-29
Make it compile under linux.
Michal Krol
2007-10-29
Make gallium compile in win32.
Michal Krol
2007-10-29
Add SSE dump facilities.
Michal Krol
2007-10-29
Code re-org. Add comments.
Michal Krol
2007-10-29
Implement RET opcode.
Michal Krol
2007-10-29
Remove TGSI_INTERPOLATE_ATTRIB.
Michal Krol
2007-10-28
Remove unused static functions.
Michal Krol
2007-10-28
Rework sse-utility function calls.
Michal Krol
2007-10-27
Fix alignment problems.
michal
2007-10-27
Remove GL dependencies.
michal
2007-10-27
New comments, replace //-style with /* */
Brian
2007-10-27
indentation fixes
Brian
2007-10-27
s/GLbitfield/uint/
Brian
2007-10-27
remove #define MESA stuff
Brian
2007-10-27
s/256/TGSI_EXEC_NUM_IMMEDIATES/
Brian
2007-10-27
indentation fixes
Brian
2007-10-27
Comments about texture instructions and the src regs
Brian
2007-10-27
Obsolete
Brian
2007-10-27
Move mesa_to_tgsi.[ch] into state tracker.
Brian
2007-10-26
Fix up handling of immediate values for TGSI shaders.
Brian
2007-10-26
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
convert OPCODE_END -> TGSI_OPCODE_RET
Brian
2007-10-26
if we hit RET w/ empty call stack, halt
Brian
2007-10-26
Initial support for immediate values in TGSI programs.
Brian
2007-10-26
Fix swizzle fetching in tgsi_util_get_full_src_register_extswizzle. Shorten
Zack Rusin
2007-10-25
tex comments
Brian
2007-10-25
added some comments
Brian
2007-10-25
update TILE_TOP/BOTTOM_* values to match softpipe
Brian
2007-10-25
s/GLfloat/float/, s/GLint/int/, etc
Brian
2007-10-24
print CAL label
Brian
[next]