Merge branch 'gallium-polygon-stipple'
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_exec.c
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-06 Brian Paultgsi: add some debug/print code in exec_tex(), disabled
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-03 José Fonsecatgsi: Update assert.
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Zack Rusintgsi: defer allocation of huge inputs/outputs until...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-26 Brian Paultgsi: add support for 1D/2D texture arrays
2011-01-24 Zack Rusingallium: implement modern sampling scheme
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-09 Brian Paultgsi: add support for system values to TGSI interpreter
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-04 Michal Kroltgsi/exec: Get rid of obsolete condition codes.
2010-11-04 Michal Kroltgsi/exec: Cleanup the remaining arithmetic instructions.
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 José Fonsecatgsi: Don't ignore indirect registers in tgsi_check_soa...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-23 Brian Paultgsi: fix false CondStackTop==0 assertion
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-30 Brian Paultgsi: remove incorrect assertion
2010-07-29 Brian Paulgallium: implement bounds checking for constant buffers
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-18 Zack Rusingallium: add a temporary array register file
2010-06-18 Zack Rusingallium: add a new register file - immediate array
2010-06-15 Zack Rusings: make sure we end primitives when finishing executin...
2010-06-11 Zack Rusintgsi: support 2d indirect addressing
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-06 Brian Paultgsi: fix tgsi_exec_machine_bind_shader() to handle...
2010-05-06 Brian Paulgallium/tgsi: remove unused tgsi_exec_labels code
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 José Fonsecagallium: Remove loop register file.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-19 Michal Kroltgsi: Implement OPCODE_DIV.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 José Fonsecatgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-18 Brian Paultgsi: add comment about potential code removal
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-02 José FonsecaMerge branch 'gallium-format-cleanup'
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-03-01 Michal Kroltgsi: Cleanup exec code for CLAMP, CMP and CND.
2010-02-25 Michal Kroltgsi: Remove dead code.
2010-02-20 Vinson Leetgsi: ifdef out unused function micro_sqrt.
2010-02-19 Michal Kroltgsi: Make more exec opcodes look pretty.
2010-02-19 Michal Kroltgsi: Change prototypes of micro opcodes to explicitly...
2010-02-19 Michal Kroltgsi: Rewrite exec implementations of NRM and NRM4.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-05 Brian Paultgsi: remove special-case code for fragment position
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-03 José FonsecaMerge branch 'gallium-embedded'
2010-02-03 Brian Paultgsi: added debugging code to catch divide by zero
2010-02-03 Brian Paultgsi: convert CHECK_INF_OR_NAN to inline function
2010-02-03 Brian Paultgsi: fix comment
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Michal Krolgallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_...
2010-01-28 Michal Krolgallium: Implement 2D constant buffers for fragment...
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-18 Michal Kroltgsi: Fix behaviour of dimension index.
2010-01-16 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-14 Michal KrolMerge branch 'instanced-arrays'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-11 Jesse BarnesMerge branch 'master' of ssh://people.freedesktop.org...
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
next