radeonsi: use shader_info::cs::local_size_variable to clean up some code
[mesa.git] / src / gallium / drivers / i915 / i915_fpc_translate.c
2019-07-19 Eric Engestromutil: use standard name for vsnprintf()
2017-08-28 Eduardo Lima Mitevi915g: Remove a few unused variables
2017-08-22 Marek Olšákgallium: remove TGSI opcode SCS
2017-08-22 Marek Olšákgallium: remove TGSI opcode XPD
2017-08-22 Marek Olšákgallium: remove TGSI opcode DPH
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2016-08-29 Rhys Kiddi915g: Fix typo in i915_translate_instruction()
2016-05-03 Brian Pauli915g: s/Elements/ARRAY_SIZE/
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-02-17 Kenneth Graunkei915g: Use the actual MIN instruction.
2014-11-22 Stéphane Marchesini915g: Don't write constants past I915_MAX_CONSTANT
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-09-04 Stéphane Marchesini915g: Add more optimizations
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-09 Christoph Bumillergallium/drivers: handle TGSI_OPCODE_CEIL
2012-02-24 Stéphane Marchesini915g: Fix fallout from 8e4540ec2a82e72be491bc8fe23c105...
2012-02-13 Stéphane Marchesini915g: Fix comment.
2012-02-13 Stéphane Marchesini915g: Separate declarations and program in the fragmen...
2011-12-30 Stéphane Marchesini915g: Allocate tmp for KILP
2011-12-20 Stéphane Marchesini915g: Implement KILP.
2011-10-06 Stéphane Marchesini915g: Fix comment.
2011-09-23 Stéphane Marchesini915g: Don't generate useless swizzles before texture...
2011-09-23 Stéphane Marchesini915g: Fix whitespace.
2011-09-22 Stéphane Marchesini915g: Add ifdef'd out code to dump compiled shaders.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-04 Stephane Marchesini915g: Fix whitespace.
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-14 Brian Pauli915g: move declaration before code
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-06 Stéphane Marchesini915g: introduce the tiny shader optimizer.
2011-07-06 Stéphane Marchesini915g: Add comment about DDX/DDY.
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Stéphane Marchesini915g: Try to do better in the shader compiler.
2011-06-29 Jon TURNEYi915g: Move definition of M_PI in i915_fpc_translate.c
2011-06-29 Stéphane Marchesini915g: Fix unimplemented Abs comment.
2011-06-28 Stéphane Marchesini915g: Fix comment about sin/cos constants.
2011-06-28 Stéphane Marchesini915g: Add a debug_printf when we get the Abs flag.
2011-06-28 Stéphane Marchesini915g: Improve SIN/COS a bit.
2011-06-28 Stéphane Marchesini915g: Fix a bug in facing.
2011-06-27 Stéphane Marchesini915g: initial support for SEMANTIC_FACE.
2011-06-27 Stéphane Marchesini915g: Implement fake DDX/DDY.
2011-06-27 Stéphane Marchesini915g: Fix gl_FragCoord.
2011-06-22 Stéphane Marchesini915g: Fix comment.
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-07 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-06-07 Stéphane Marchesini915g: Do generic remapping.
2011-06-06 Stéphane Marchesini915g: implement more opcodes.
2011-06-06 Stéphane Marchesini915g: implement TGSI_OPCODE_SEQ.
2011-06-06 Stéphane Marchesini915g: handle varyings properly.
2011-03-05 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Jakob Bornecrantzi915g: Use tgsi_info from fragment shader instead
2011-03-04 Daniel Vetteri915g: use passthough shader for empty fragment programs
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-26 Jakob Bornecrantzi915g: Ignore color0 writes all cbufs tgsi property
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
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-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-22 Ian RomanickMerge branch 'mesa_7_7_branch'
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-21 Keith WhitwellMerge commit 'origin/master' into i965g-restart
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-11 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Michel DänzerMerge branch 'mesa_7_7_branch'
2009-12-08 Andre MaasikasMerge branch 'mesa_7_7_branch'
2009-12-08 Andre MaasikasMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-06 Younes MantonMerge branch 'master' into pipe-video
2009-12-03 Roland ScheideggerMerge branch 'gallium-noblocks'
2009-12-02 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2009-12-02 Jakob BornecrantzMerge commit 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-01 Keith WhitwellMerge commit 'origin/tgsi-simplify-ext'
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_src_register to reduce...
2009-11-24 Keith Whitwelltgsi: rename fields of tgsi_full_dst_register to reduce...
next