summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/tgsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-implement GLSL texture sampler variables.Brian2007-10-262-1/+5
* convert OPCODE_END -> TGSI_OPCODE_RETBrian2007-10-261-1/+1
* if we hit RET w/ empty call stack, haltBrian2007-10-261-7/+7
* Initial support for immediate values in TGSI programs.Brian2007-10-264-7/+74
* Fix swizzle fetching in tgsi_util_get_full_src_register_extswizzle. ShortenZack Rusin2007-10-261-1/+1
* tex commentsBrian2007-10-251-3/+11
* added some commentsBrian2007-10-252-0/+6
* update TILE_TOP/BOTTOM_* values to match softpipeBrian2007-10-251-4/+4
* s/GLfloat/float/, s/GLint/int/, etcBrian2007-10-251-81/+81
* print CAL labelBrian2007-10-241-0/+1
* fix bug in RET codeBrian2007-10-241-0/+1
* Finish unifying the surface and texture tile caches.Brian2007-10-221-8/+2
* added case for TGSI_OPCODE_ENDBrian2007-10-201-0/+4
* added const qualifiersBrian2007-10-182-4/+4
* Corrected the file permissions in src/mesa/pipe.Oliver McFadden2007-10-187-0/+0
* fix logic for printing extended swizzlesBrian2007-10-151-13/+15
* added code to print extended swizzlesBrian2007-10-121-0/+20
* change exec_kilp() to only touch lowest four bits in kilmaskBrian2007-10-121-3/+3
* Merge tgsi_mesa_compile_fp_program() and tgsi_mesa_compile_vp_program() into ...Brian2007-10-102-291/+16
* start on a unified vertex/fragment program translation functionBrian2007-10-091-0/+194
* Generate DCLs for temporaries.Brian2007-10-091-1/+77
* Finish up decls for packed fragment program outputs.Brian2007-10-092-24/+31
* Pack fragment program outputs to be consistant with vertex programs.Brian2007-10-091-29/+2
* update some commentsBrian2007-10-091-3/+3
* More work on flow control for CAL/RET.Brian2007-10-092-12/+31
* New ATTRIB interpolation type for vertex program inputs/declarations.Brian2007-10-094-4/+7
* Don't emit semantic info for vertex program inputs.Brian2007-10-091-7/+10
* use different temps in exec_tex() for biasBrian2007-10-031-5/+5