aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/tgsi
Commit message (Expand)AuthorAgeFilesLines
* gallium: new tgsi_transform_shader() functionBrian2008-02-142-0/+292
* gallium: fix some "instruction"/"declaration" mix-ups in tgsi_exec_prepare().Brian2008-02-141-3/+3
* gallium: replace "interpolate" terminology with "eval" to better reflect what...Brian2008-02-141-11/+22
* x86: emit absolute calls, as reallocating exec mem breaks relative onesKeith Whitwell2008-02-131-1/+4
* tgsi: fail gracefully when sse code can't emit shaderKeith Whitwell2008-02-131-74/+87
* tgsi: include more of the register info in debug dumpsKeith Whitwell2008-02-131-0/+10
* fix comment typosBrian2008-02-081-2/+2
* tgsi: Fall back to interpreter instead of assert(0) on unimplemented SSE code.Michel Dänzer2008-02-071-2/+1
* gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca2008-02-066-25/+31
* tgsi: Use ESI instead of EBX as temp reg on non-win32Keith Whitwell2008-01-311-0/+6
* Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca2008-01-171-3/+3
* gallium: Handle TGSI_OPCODE_END on sse2.José Fonseca2008-01-171-0/+1
* Fix incorrect [0,1] clamping in store_dest().Brian2008-01-161-4/+4
* added tgsi_exec_machine_free_data()Brian2008-01-012-0/+21
* temporarily defeat an assertionBrian2007-12-191-0/+1
* remove obsolete TXP, add some sanity checksBrian2007-12-191-2/+11
* Don't always declare frag shader INPUT[0] as fragment position.Brian2007-12-142-18/+11
* Add QuadX,Y fields to tgsi_exec_machine to pass quad's position to tgsi inter...Brian2007-12-132-4/+3
* add missing case statements for TGSI_TOKEN_TYPE_IMMEDIATE and assert(0)Brian2007-12-111-0/+10
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-112-3/+1
* Allow tgsi_dump print-out to stderr or a string buffer.Michal2007-12-093-100/+220
* gallium: add draw_stage::destroy().Michal2007-12-091-4/+4
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-1/+1
* gallium: reorg tgsi directories.Michal Krol2007-11-2317-1668/+30
* Fix compatibility issues between gcc and msvc.Michal2007-11-221-19/+16
* optimize linear_interpolation(), perspective_interpolation() functionsBrian2007-11-191-25/+18
* For TGSI_TEXTURE_2D/RECT, need to provide 3 coords (STP) in case shadow compa...Brian2007-11-081-7/+9
* Remove TGSI_OPCODE_TXPBrian2007-11-081-5/+5
* check for __i386__ or __386__ instead of USE_X86_ASMBrian2007-11-061-2/+2
* Fix non-x86 build.Michel Dänzer2007-11-061-0/+4
* Make it compile under linux.Michal Krol2007-10-291-3/+3
* Make gallium compile in win32.Michal Krol2007-10-294-27/+99
* Add SSE dump facilities.Michal Krol2007-10-291-70/+428
* Code re-org. Add comments.Michal Krol2007-10-291-220/+264
* Implement RET opcode.Michal Krol2007-10-291-13/+5
* Remove TGSI_INTERPOLATE_ATTRIB.Michal Krol2007-10-292-2/+1
* Remove unused static functions.Michal Krol2007-10-281-24/+0
* Rework sse-utility function calls.Michal Krol2007-10-281-154/+111
* Fix alignment problems.michal2007-10-272-28/+37
* Remove GL dependencies.michal2007-10-271-21/+21
* New comments, replace //-style with /* */Brian2007-10-272-8/+51
* indentation fixesBrian2007-10-271-26/+26
* s/GLbitfield/uint/Brian2007-10-271-2/+2
* remove #define MESA stuffBrian2007-10-271-5/+0
* s/256/TGSI_EXEC_NUM_IMMEDIATES/Brian2007-10-271-1/+1
* indentation fixesBrian2007-10-271-20/+20
* Comments about texture instructions and the src regsBrian2007-10-271-8/+12
* ObsoleteBrian2007-10-272-11/+0
* Move mesa_to_tgsi.[ch] into state tracker.Brian2007-10-272-828/+0
* Fix up handling of immediate values for TGSI shaders.Brian2007-10-263-21/+9