summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi
AgeCommit message (Expand)Author
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
2007-10-24fix bug in RET codeBrian
2007-10-22Finish unifying the surface and texture tile caches.Brian
2007-10-20added case for TGSI_OPCODE_ENDBrian
2007-10-18added const qualifiersBrian
2007-10-18Corrected the file permissions in src/mesa/pipe.Oliver McFadden
2007-10-15fix logic for printing extended swizzlesBrian
2007-10-12added code to print extended swizzlesBrian
2007-10-12change exec_kilp() to only touch lowest four bits in kilmaskBrian