r300g: add support for all missing non-FP sampler formats
[mesa.git] / src / gallium / drivers / r300 / r300_emit.c
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-14 Marek Olšákr300g: add macrotiling support to texture setup
2010-02-13 Marek Olšákr300g: do not invalidate texture caches when only sampl...
2010-02-13 Marek Olšákr300g: cleanup the emission of RS block state
2010-02-13 Marek Olšákr300g: cleanup the emission of framebuffer state
2010-02-13 Marek Olšákr300g: disable independent blend enables
2010-02-13 Marek Olšákr300g: emit INDEPENDENT_COLORFORMAT_ENABLE only on...
2010-02-12 Roland ScheideggerMerge branch 'gallium-dynamicstencilref'
2010-02-11 Roland Scheideggerr300g: adapt to stencil ref changes
2010-02-09 Corbin Simpsonr300g: Don't write non-existent bit on non-r500.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-07 Marek Olšákr300g: cleanup XXXs in the DSA state
2010-02-07 Marek Olšákr300g: remove useless GA_COLOR_CONTROL emit
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-30 Corbin SimpsonRevert "r300g: Don't handle SHADOW_AMBIENT."
2010-01-30 Corbin Simpsonr300g: Don't handle SHADOW_AMBIENT.
2010-01-30 Corbin Simpsonr300g: Fix comment on SHADOW_AMBIENT.
2010-01-28 Corbin Simpsonr300g: Clean up blend masks, change caps.
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Corbin Simpsonr300g: Atomize framebuffers.
2010-01-28 Vinson Leer300g: Remove unnecessary headers.
2010-01-27 Corbin Simpsonr300g: Turn the RS block into an atom.
2010-01-27 Corbin Simpsonr300g: Make vertex_format into an atom.
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Corbin Simpsonr300g: Finish and enable immediate mode.
2010-01-25 Corbin SimpsonRevert "r300g,radeong: finish and enable the immediate...
2010-01-25 Marek Olšákr300g,radeong: finish and enable the immediate mode
2010-01-25 Marek Olšákr300g: fix zero-area scissor
2010-01-24 Dave Airlier300g: avoid the use of goto
2010-01-24 Dave Airlier300g: fix flushing harder.
2010-01-23 Dave Airlier300g: fix up buffer emission ordering.
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-20 Corbin Simpsonr300g: Move GB_AA_CONFIG to its eventual new home.
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-18 Marek Olšákr300g: fix polygon offset
2010-01-17 Marek Olšákr300g: disable the MIP filter for NPOT textures
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-13 Corbin Simpsonr300g: Account for CS space used per atom.
2010-01-13 Corbin Simpsonr300g: Two dirty state optimizations.
2010-01-13 Corbin Simpsonr300g: DCE in emit.
2010-01-13 Marek Olšákr300g: add emission of texture tiling bits
2010-01-13 Marek OlšákRevert "r300g: Placate kernel checker by explicitly...
2010-01-12 Corbin Simpsonr300g: Always emit scissors.
2010-01-12 Corbin Simpsonr300g: Add back dirty state check.
2010-01-12 Corbin Simpsonr300g: Placate kernel checker by explicitly disabling...
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-11 Corbin Simpsonr300g: Atomize scissors.
2010-01-11 Corbin Simpsonr300g: Move TCL bypass switch to main context.
2010-01-11 Corbin Simpsonr300g: Atomize viewport.
2010-01-11 Corbin Simpsonr300g: Move ROPCNTL to the top of the emit order.
2010-01-11 Corbin Simpsonr300g: Atomize rasterizer.
2010-01-10 Corbin Simpsonr300g: Atomize ZTOP.
2010-01-10 Corbin Simpsonr300g: Atomize DSA.
2010-01-10 Corbin Simpsonr300g: Atomize UCP.
2010-01-10 Corbin Simpsonr300g: Atomize blend color.
2010-01-10 Corbin Simpsonr300g: Start using atoms.
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 Marek Olšákr300g: if no DS buffer is set, disable reading from...
2010-01-06 Marek Olšákr300g: add WPOS
2010-01-06 Marek Olšákr300g: fix outputting depth in the FS
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Kristian HøgsbergMerge branch 'remove-intel-dri1'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Michal KrolMerge branch 'master' into instanced-arrays
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-03 Vinson Leer300g: Use C-style comments.
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 Roland ScheideggerMerge branch 'gallium-edgeflags'
2009-12-22 Keith WhitwellMerge branch 'i965g-restart'
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-20 Marek Olšákr300g: add texture compare modes
2009-12-18 Michal KrolMerge branch 'pipe-format-simplify'
2009-12-17 Michal KrolMove the remaining format pf_get_* functions to u_format.h.
2009-12-17 Michal KrolMerge branch 'master' into pipe-format-simplify
2009-12-17 Michal KrolMerge branch 'glsl-pp-rework-2'
2009-12-16 Marek Olšákr300g: fix emission of which textures are enabled
2009-12-16 Marek Olšákr300g: if no colorbuffers are set, disable blending...
2009-12-16 Marek Olšákr300g: set the number of colorbuffers in RB3D_CCTL
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-09 Marek Olšákr300g: always disable unused colorbuffers
2009-12-09 Marek Olšákr300g: make pow(0,0) return 1 instead of NaN in the...
2009-12-09 Marek Olšákr300g: clean up r300_emit_aos
2009-12-08 Roland ScheideggerMerge branch 'gallium-strict-aliasing'
next