r300g: Atomize framebuffers.
[mesa.git] / src / gallium / drivers / r300 /
2010-01-28 Corbin Simpsonr300g: Atomize framebuffers.
2010-01-28 Vinson Leer300g: Remove unnecessary headers.
2010-01-27 Vinson Leer300g: Silence GCC "missing braces around initializer...
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-27 Corbin Simpsonr300g: Kill dead code for hashing custom state.
2010-01-27 Corbin Simpsonr300g: Add A8_UNORM texture format.
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-25 Marek Olšákr300g,radeong: set tiling flags in libdrm
2010-01-24 Dave Airlier300g: avoid the use of goto
2010-01-24 Dave Airlier300g: fix flushing harder.
2010-01-23 Dave Airlier300: fix wrong call in last commit
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 Corbin Simpsonr300g: Make invariant state into an atom.
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-18 Marek Olšákr300g: fix polygon offset
2010-01-18 Marek Olšákr300g: fix vertex data swizzle
2010-01-18 Marek Olšákr300g: do not align compressed textures to a tile size
2010-01-17 Corbin Simpsonr300g: Check for bogus texture targets.
2010-01-17 Marek Olšákr300g: fix the rasterization of secondary color
2010-01-17 Marek Olšákr300g: fix vertex colors with 8 bits per channel
2010-01-17 Marek Olšákr300g: simplify is_format_supported
2010-01-17 Marek Olšákr300g: output texture debug messages if only RADEON_DEB...
2010-01-17 Marek Olšákr300g: move debug flags into r300_screen
2010-01-17 Marek Olšákr300g: disable the MIP filter for NPOT textures
2010-01-17 Marek Olšákr300g: fix the CS size when emitting invariant state
2010-01-17 Corbin Simpsonr300g: Stop using indices.
2010-01-17 Corbin Simpsonr300g: Respect fill modes in indices fallback.
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-14 Corbin Simpsonr300g: Cleanup from last few commits.
2010-01-14 Łukasz Krotowskir300g: Really destroy translated buffer at the end.
2010-01-14 Corbin Simpsonr300g: Use indices to translate index buffers of ubytes.
2010-01-14 Corbin Simpsonr300g: Disable immediate mode rendering for now.
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 Corbin Simpsonr300g: Lower the immd mode threshold.
2010-01-13 Corbin Simpsonr300g: Fix is_r400 status for rs4xx and rc4xx.
2010-01-13 Corbin Simpsonr300g: Switch to immediate mode for tiny renders.
2010-01-13 Marek Olšákr300g: emit blend LTE/GTE thresholds on >=RV350
2010-01-13 Marek Olšákr300g: update the texture initialization so that it...
2010-01-13 Marek Olšákr300g: add emission of texture tiling bits
2010-01-13 Marek Olšákr300g: add is_r400 flag
2010-01-13 Marek Olšákr300g: silence a warning
2010-01-13 Marek Olšákr300g: only emit scissor when needed
2010-01-13 Marek OlšákRevert "r300g: Placate kernel checker by explicitly...
2010-01-13 Marek Olšákr300g: mark all states as dirty after flush
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 Corbin Simpsonr300g: Avoid segfault on binding null RS state.
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 Roland Scheideggergallium: remove const qualifier from pipe_buffer argume...
2010-01-11 Corbin Simpsonr300g: Don't bother testing for empty scissors.
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: Don't avoid rewriting ZTOP.
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 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-09 Vinson Leer300g: Silence unused variable warnings.
2010-01-06 Marek Olšákr300g: add back-face color VS outputs
2010-01-06 Marek Olšákr300g: fix SWTCL stream locations of texture coordinates
2010-01-06 Marek Olšákr300g: if no DS buffer is set, disable reading from...
2010-01-06 Marek Olšákr300g: disable the rasterization of WPOS if it's unused...
2010-01-06 Marek Olšákr300g: add WPOS
2010-01-06 Marek Olšákr300g: consolidate params
2010-01-06 Marek Olšákr300g: fix outputting depth in the FS
2010-01-06 Marek Olšákr300g: optimize blending by conditionally disabling...
2010-01-06 Marek Olšákr300g: optimize blending by discarding pixels that...
2010-01-06 Marek Olšákr300g: fix blending when SRC_ALPHA_SATURATE is used
2010-01-06 Brian Paulr300g: add missing is_anistropic param
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-06 Luca Barbierigallium: remove PIPE_TEX_FILTER_ANISO
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 Michal KrolRemove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCO...
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-04 Brian PaulMerge branch 'gallium-conditional-rendering'
2010-01-04 Vinson Leer300g: Silence 'mixed declarations and code' warning.
2010-01-03 Vinson Leer300g: Remove comma at end of enumerator list.
next