rewrite the way cpu engine is handled
[mesa.git] / src / mesa / pipe / tgsi /
2008-02-08 Brianfix comment typos
2008-02-07 Michel Dänzertgsi: Fall back to interpreter instead of assert(0...
2008-02-06 José Fonsecagallium: Use p_debug.h instead of non-portable stdio...
2008-01-31 Keith Whitwelltgsi: Use ESI instead of EBX as temp reg on non-win32
2008-01-17 José FonsecaBack-port miscellaneous fixes from internal branch...
2008-01-17 José Fonsecagallium: Handle TGSI_OPCODE_END on sse2.
2008-01-16 BrianFix incorrect [0,1] clamping in store_dest().
2008-01-01 Brianadded tgsi_exec_machine_free_data()
2007-12-19 Briantemporarily defeat an assertion
2007-12-19 Brianremove obsolete TXP, add some sanity checks
2007-12-14 BrianDon't always declare frag shader INPUT[0] as fragment...
2007-12-13 BrianAdd QuadX,Y fields to tgsi_exec_machine to pass quad...
2007-12-11 Brianadd missing case statements for TGSI_TOKEN_TYPE_IMMEDIA...
2007-12-11 Keith Whitwellgallium: remove set_sampler_units interface
2007-12-09 MichalAllow tgsi_dump print-out to stderr or a string buffer.
2007-12-09 Michalgallium: add draw_stage::destroy().
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-22 MichalFix compatibility issues between gcc and msvc.
2007-11-20 Brianoptimize linear_interpolation(), perspective_interpolat...
2007-11-08 BrianFor TGSI_TEXTURE_2D/RECT, need to provide 3 coords...
2007-11-08 BrianRemove TGSI_OPCODE_TXP
2007-11-06 Briancheck for __i386__ or __386__ instead of USE_X86_ASM
2007-11-06 Michel DänzerFix non-x86 build.
2007-10-29 Michal KrolMake it compile under linux.
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-29 Michal KrolAdd SSE dump facilities.
2007-10-29 Michal KrolCode re-org. Add comments.
2007-10-29 Michal KrolImplement RET opcode.
2007-10-29 Michal KrolRemove TGSI_INTERPOLATE_ATTRIB.
2007-10-28 Michal KrolRemove unused static functions.
2007-10-28 Michal KrolRework sse-utility function calls.
2007-10-27 michalFix alignment problems.
2007-10-27 michalRemove GL dependencies.
2007-10-27 BrianNew comments, replace //-style with /* */
2007-10-27 Brianindentation fixes
2007-10-27 Brians/GLbitfield/uint/
2007-10-27 Brianremove #define MESA stuff
2007-10-27 Brians/256/TGSI_EXEC_NUM_IMMEDIATES/
2007-10-27 Brianindentation fixes
2007-10-27 BrianComments about texture instructions and the src regs
2007-10-27 BrianObsolete
2007-10-27 BrianMove mesa_to_tgsi.[ch] into state tracker.
2007-10-27 BrianFix up handling of immediate values for TGSI shaders.
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-26 Brianconvert OPCODE_END -> TGSI_OPCODE_RET
2007-10-26 Brianif we hit RET w/ empty call stack, halt
2007-10-26 BrianInitial support for immediate values in TGSI programs.
2007-10-26 Zack RusinFix swizzle fetching in tgsi_util_get_full_src_register...
2007-10-26 Briantex comments
2007-10-26 Brianadded some comments
2007-10-26 Brianupdate TILE_TOP/BOTTOM_* values to match softpipe
2007-10-26 Brians/GLfloat/float/, s/GLint/int/, etc
2007-10-24 Brianprint CAL label
2007-10-24 Brianfix bug in RET code
2007-10-22 BrianFinish unifying the surface and texture tile caches.
2007-10-20 Brianadded case for TGSI_OPCODE_END
2007-10-18 Brianadded const qualifiers
2007-10-18 Oliver McFaddenCorrected the file permissions in src/mesa/pipe.
2007-10-15 Brianfix logic for printing extended swizzles
2007-10-12 Brianadded code to print extended swizzles
2007-10-12 Brianchange exec_kilp() to only touch lowest four bits in...
2007-10-10 BrianMerge tgsi_mesa_compile_fp_program() and tgsi_mesa_comp...
2007-10-09 Brianstart on a unified vertex/fragment program translation...
2007-10-09 BrianGenerate DCLs for temporaries.
2007-10-09 BrianFinish up decls for packed fragment program outputs.
2007-10-09 BrianPack fragment program outputs to be consistant with...
2007-10-09 Brianupdate some comments
2007-10-09 BrianMore work on flow control for CAL/RET.
2007-10-09 BrianNew ATTRIB interpolation type for vertex program inputs...
2007-10-09 BrianDon't emit semantic info for vertex program inputs.
2007-10-03 Brianuse different temps in exec_tex() for bias
2007-10-03 Brianupdated comments
2007-10-03 Brianfix eq/neq bugs
2007-10-03 Brianfix f/u mix-up in micro_trunc()
2007-10-03 Brianmove TEX code into exec_tex()
2007-10-03 Brianclean-ups
2007-10-03 BrianImplement/use fragment kill results
2007-10-02 BrianImplement TGSI_OPCODE_SNE with micro_ne()
2007-10-02 BrianSeparate TGSI_OPCODE_KIL and TGSI_OPCODE_KILP (predicated).
2007-10-02 BrianPush mask stacks upon CAL, pop upon RET.
2007-10-02 Brianadded license and interpreter comments
2007-10-02 BrianImplement CONT statement.
2007-10-02 Brianadded micro_trunc(), re-order some code
2007-10-02 BrianMinor optimization: no-op CAL when ExecMask==0x0.
2007-10-02 BrianAdded TGSI_FILE_OUTPUT case in fetch_src_file_channel().
2007-10-02 BrianImplement CAL/RET and a call stack for subroutines.
2007-10-02 BrianAdded TGSI_OPCODE_END
2007-10-02 BrianFold expand_program() into tgsi_exec_prepare()
2007-10-02 Brianno more need for tgsi_exec_machine_run2(), remove dead...
2007-10-02 BrianMove tgsi machine state init/allocations so they're...
2007-10-02 Briancheckpoint: unpack all instructions before interpretati...
2007-09-29 BrianInitial conditional execution support for loops and...
2007-09-29 Brianremove unused tgsi_exec_cond_* types
2007-09-29 BrianInitial implementation of IF/ELSE/ENDIF using condition...
2007-09-27 Keith WhitwellFix some compiler warnings with -pedantic
2007-09-27 Keith WhitwellEnable codegen based whenever __i386__ is defined.
2007-09-25 BrianTranslate mesa vertex/fragment programs to TGSI program...
2007-09-24 michalEnable SSE2 for FS.
2007-09-21 Brianadded PSIZE
next