summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13st/mesa: use shader stencil export to accelerate shader drawpixels.Dave Airlie
2010-08-28st/mesa: Include missing header in st_mesa_to_tgsi.c.Vinson Lee
2010-07-31mesa: Remove inclusion of compiler.h from mtypes.h.Vinson Lee
2010-07-30st/mesa: better handling of indirect addressing of temp/const register filesBrian Paul
2010-07-23st/mesa: get rid of unneeded ureg_writemask()Brian Paul
2010-07-23st/mesa: fix bug in emit_adjusted_wpos()Brian Paul
2010-07-13mesa: add comments and change Index2D to just Index2Zack Rusin
2010-07-10mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin
2010-07-09mesa: add basic support for 2D register arrays to mesaZack Rusin
2010-07-08st/mesa: additional assertions in st_translate_mesa_program()Brian Paul
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-02st/mesa: fix indirect addressing of input/output regsBrian Paul
2010-05-10st/mesa: rename vars, added commentsBrian Paul
2010-05-10st/mesa: only set prevInstWrotePsiz if translating a vertex programBrian Paul
2010-05-10st/mesa: additional assertions in dst_register()Brian Paul
2010-05-05st/mesa: fix per-vertex point sizeMarek Olšák
2010-04-09st/mesa: new assertions to check array indexesBrian Paul
2010-04-05st/mesa: reformattingBrian Paul
2010-04-05st/mesa: put fragment wpos code into separate functionBrian Paul
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-09st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flagBrian Paul
2010-02-05st/mesa: allow negative index for PROGRAM_STATE_VARBrian Paul
2010-02-04gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger
2010-01-31st/mesa: Remove unnecessary headers.Vinson Lee
2010-01-29st/mesa: Gallium support for ARB_fragment_coord_conventions (v4)Luca Barbieri
2010-01-18st/mesa: updated comments and whitespaceBrian Paul
2010-01-18st/mesa: fix memory leak in st_translate_mesa_programMarcin Slusarz
2010-01-06Merge remote branch 'origin/mesa_7_7_branch'José Fonseca
2010-01-05st/mesa: fix broken translation of negative register indexesBrian Paul
2010-01-05st/mesa: added PROGRAM_LOCAL_PARAM case in src_register()Brian Paul
2009-12-18fix debug output mising from edgeflag changesRoland Scheidegger
2009-12-18gallium: fix mesa to tgsi translation for edgeflagsRoland Scheidegger
2009-12-14gallium: more work for edgeflags changesRoland Scheidegger
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell
2009-12-07st/mesa: remove debug codeBrian Paul
2009-12-07st/mesa: negate DDY to match GL semanticsBrian Paul
2009-12-02Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2009-12-01st/mesa: updated emit_swz() commentBrian Paul
2009-11-30st/mesa: handle front/back-face +1/-1 vs. 1/0 conversionBrian Paul
2009-11-15mesa/st: don't calculate unused output_flags data eitherKeith Whitwell
2009-11-15mesa/st: don't calculate unused input_flags dataKeith Whitwell
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-23gallium: remove noise opcodesKeith Whitwell
2009-10-07mesa/st: add missing mesa constant file nameKeith Whitwell
2009-09-21mesa: Ensure TGSI tokens are freed with gallium's free.José Fonseca
2009-09-15st/mesa: disable accidentally committed _mesa_print_program() callBrian Paul
2009-09-14st/mesa: minor whitespace, comment clean-upsBrian Paul