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