radeonsi: use shader_info::cs::local_size_variable to clean up some code
[mesa.git] / src / gallium / drivers / i915 / i915_state_emit.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2016-05-03 Brian Pauli915g: s/Elements/ARRAY_SIZE/
2014-11-22 Stéphane Marchesini915g: Fix offset for level != 0
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-09-06 Stéphane Marchesini915g: Fix initial array index
2013-09-05 Stéphane Marchesini915g: Implement writemask fixup
2013-03-09 Stéphane Marchesini915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttling
2012-10-05 Stéphane MarchesinRevert "i915g: Don't bind 0-length programs"
2012-10-04 Stéphane Marchesini915g: Don't bind 0-length programs
2012-10-03 Stéphane Marchesini915g: Implement srgb textures the easy way.
2012-06-27 Stéphane Marchesini915g: Implement sRGB textures
2012-02-13 Stéphane Marchesini915g: Add a way to profile the contents of command...
2012-02-13 Stéphane Marchesini915g: Separate declarations and program in the fragmen...
2012-01-20 Stéphane Marchesini915g: Fix indentation and comment.
2012-01-16 Stéphane Marchesini915g: Fix the blending for the A8 destination buffer...
2011-10-07 Daniel Vetteri915g: make fixup swizzle into a real hw state
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Stephane MarchesinFix trailing whitespace.
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 Stéphane Marchesini915g: Move back to the old method for target format...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-30 Stéphane Marchesini915g: Implement surface format fixup without adding...
2011-06-28 Stéphane Marchesini915g: When emulating LUMINANCE8 and INTENSITY8 texutre...
2011-06-24 Stéphane Marchesini915g: Don't do shader fixup if no surface is bound.
2011-06-22 Stéphane Marchesini915g: Support more texture and render target formats.
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-15 Daniel Vetteri915g: split up static state
2011-03-10 Daniel Vetteri915g: streamline derived state updates of the driver...
2011-03-10 Daniel Vetteri915g: don't validate a NULL vbo
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Daniel Vetteri915g: kill relocs accouting
2011-03-01 Daniel Vetteri915g: switch to the exact batch space reservation...
2011-03-01 Daniel Vetteri915g: split up hw state emission into small atoms
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-27 Daniel Vetteri915g: implement cache flushing
2011-02-27 Daniel Vetteri915g: buffer validation for render state
2011-02-27 Daniel Vetteri915g: cleanup static state calculation, part 2
2011-02-27 Daniel Vetteri915g: cleanup static state calculation, part 1
2011-02-26 Daniel Vetteri915g: make dynamic state emission actually lazy
2011-02-26 Daniel Vetteri915g: fix null deref in draw_rect emission
2011-02-26 Daniel Vetteri915g: simplify math in constants emission
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 Jakob Bornecrantzi915g: Lazy emit dynamic state
2011-02-24 Jakob Bornecrantzi915g: Lazy emit immediate state
2011-01-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-21 Jakob Bornecrantzi915g: Don't do unnecessary copies of constants
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-16 Brian Pauli915g: s/varient/variant/
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-12-02 Daniel Vetteri915g: assert(depth_surface->offset == 0)
2010-12-02 Daniel Vetteri915g: switch rendering to mipmapped textures to (x...
2010-12-02 Daniel Vetteri915g: implement unfenced relocs for textures using...
2010-12-02 Daniel Vetteri915g: implement unfenced color&depth buffer using...
2010-12-02 Daniel Vetteri915g: prepare winsys/batchbuffer for execbuf2
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-21 Daniel Vetteri915g: rip out ->sw_tiled
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
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-30 Nicolas Kaisergallium/i915: remove duplicated include
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-04 Jakob Bornecrantzi915g: Minor cleanups
2010-07-04 Jakob Bornecrantzi915g: Move fragment state to its own file
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-22 Jakob Bornecrantzi915g: Rework debug print code
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-28 Roland Scheideggeri915g: adapt to clear interface changes
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
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 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 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-10 Keith WhitwellSquashed commit of the following:
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-04-01 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
next