nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix uncached...
[mesa.git] / src / gallium / drivers /
2010-04-15 Luca Barbierinouveau: replace vtxbuf/idxbuf caps with BO_ flags...
2010-04-15 Vinson Leei915g: Remove unnecessary header.
2010-04-15 Dave Airlier300g: fix regression in texdepth.
2010-04-14 Brian Paulllvmpipe: comments for fence functions
2010-04-14 Marek Olšákr300g: fix possible crash when shader compilation fails
2010-04-14 Marek Olšákr300g: simplify get_shader_constant to be rc-constant...
2010-04-14 Marek Olšákr300g: remove the CS compenstation for non-atomized...
2010-04-14 Marek Olšákr300g: remove always_dirty flag and correct leftovers
2010-04-14 Marek Olšákr300g: atomize beginning occlusion query
2010-04-14 Marek Olšákr300g: atomize VS constant buffer
2010-04-14 Marek Olšákr300g: emit VS immediates along with VS code
2010-04-14 Marek Olšákr300g: make setting up fragment depth output less hackish
2010-04-14 Marek Olšákr300g: kill off r300_fragment_shader::shadow_samplers...
2010-04-14 José Fonsecatrace: Ignore transfer_flush_region too.
2010-04-13 Jakob Bornecrantzi915g: Whitespace & formating
2010-04-13 Jakob Bornecrantzi915g: Mark shared layouts more clearly
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-13 Alan Hourihanellvmpipe: disable half float formats
2010-04-13 Luca Barbierinvfx: use dynamically sized rotating BO pool for fragme...
2010-04-13 Vinson Leer300g: Silence uninitialized variable warning.
2010-04-13 Luca Barbierinvfx: fix for 64-bit systems
2010-04-12 Marek Olšákr300g: add generating texture coordinates for point...
2010-04-12 Luca Barbierinvfx: add LRP in vertprog
2010-04-12 Luca Barbierinvfx: add SIN and COS in vertprog
2010-04-12 Luca Barbierinvfx: add missing vertprog setcond instructions
2010-04-12 Luca Barbierinvfx: allocate a bigger block for queries
2010-04-12 Luca Barbierinvfx: support an unlimited number of occlusion queries
2010-04-12 Vinson Leer300g: Move declaration before code.
2010-04-12 Luca Barbierinvfx: fix TXL opcode value
2010-04-12 Luca Barbierinvfx: Add support for two sided color
2010-04-12 Luca Barbierinvfx: fix compile error
2010-04-12 Luca Barbierinvfx: don't use hw index buffers on nv3x and nv44
2010-04-12 Luca Barbierinvfx: expose PIPE_FORMAT_B8G8R8X8_UNORM support
2010-04-12 Luca Barbierinvfx: add support for ARB_half_float_vertex
2010-04-12 Luca Barbierinvfx: allocate buffers in GART if !NOUVEAU_SWTNL
2010-04-12 Luca Barbierinvfx: move check for NOUVEAU_SWTNL
2010-04-12 Luca Barbierinvfx: remove #include "nouveau_stateobj.h"
2010-04-12 Luca Barbierinvfx: rework validation logic to use code and avoid...
2010-04-12 Luca Barbierinvfx: add NVFX_NEW_{FRAG,VERT}CONST
2010-04-12 Luca Barbierinvfx: so->RING_3D: vertprog
2010-04-12 Luca Barbierinvfx: so->RING_3D: sr
2010-04-12 Luca Barbierinvfx: so->sb: blend
2010-04-12 Luca Barbierinvfx: so->sb: zsa
2010-04-12 Luca Barbierinvfx: so->sb: rasterizer
2010-04-12 Luca Barbierinvfx: so->RING_3D: screen
2010-04-12 Luca Barbierinvfx: so->RING_3D: viewport
2010-04-12 Luca Barbierinvfx: so->RING_3D: stipple
2010-04-12 Luca Barbierinvfx: so->RING_3D: scissor
2010-04-12 Luca Barbierinvfx: so->RING_3D: blend
2010-04-12 Luca Barbierinvfx: so->RING_3D: fb
2010-04-12 Luca Barbierinvfx: so->RING_3D: fragprog
2010-04-12 Luca Barbierinvfx: so->RING_3D: fragtex
2010-04-12 Luca Barbierinvfx: so->RING_3D: vbo
2010-04-12 Luca Barbierinvfx: stop using flush_notify
2010-04-12 Luca Barbierinouveau: add state buffers, lightweight replacement...
2010-04-12 Luca Barbierinouveau: don't autobind in state objects relocations
2010-04-12 Luca Barbierinouveau: bind the 3D engine to subchannel 7 and add...
2010-04-12 Luca Barbierinvfx: avoid flushes in primitives
2010-04-12 Luca Barbierinvfx: fix bind flags
2010-04-12 Corbin Simpsonr300/compiler: Implement texcoord repeat and mirror...
2010-04-12 Corbin Simpsonr300g: Setup external state for wrap modes.
2010-04-12 Corbin Simpsonr300g: Cleanup fragment program external state setup.
2010-04-12 José Fonsecallvmpipe: Respect pipe_sampler_view::format.
2010-04-12 José Fonsecatrace: Fix several regressions introduced by recent...
2010-04-12 Luca Barbierinvfx: make NOUVEAU_NO_TRANSFER default off
2010-04-12 Luca Barbierinvfx: always use M2MF instead of the blitter
2010-04-12 Luca Barbierinvfx: add missing vtbl for shared textures
2010-04-12 Marek Olšákr300g: atomize FS constant buffer
2010-04-12 Marek Olšákr300g: atomize compiler's state variables for fragment...
2010-04-12 Marek Olšákr300g: atomize fragment shader
2010-04-12 Marek Olšákr300g: remove a false comment
2010-04-12 Marek Olšákr300g: emit FS depth output config with FS code
2010-04-12 Marek Olšákr300g: FS constants emission rework
2010-04-12 Vinson Leer300g: Remove unnecessary headers.
2010-04-12 Vinson Leer300g: Initialize base.bind member variable.
2010-04-12 Vinson Leei915g: Fix possible null pointer deference in debug...
2010-04-12 Vinson Leei915g: Fix assert.
2010-04-11 Jakob Bornecrantzllvmpipe: Fix transfers after resource change
2010-04-11 Vinson Leei965g: Remove unnecessary header.
2010-04-11 Vinson Leer300g: Add r300_resource.c to SCons build.
2010-04-11 Vinson Leesvga: Remove unnecessary headers.
2010-04-11 Vinson Leetrace: Remove unnecessary header.
2010-04-11 Marek Olšákr300g: a fix for piglit/texrect-many
2010-04-11 Marek Olšákr300g: use a dummy replacement vertex shader if the...
2010-04-11 Marek Olšákr300g: use a dummy replacement fragment shader if the...
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-11 Christoph Bumillernv50: fix texture relocs
2010-04-11 José Fonsecascons: Always build softpipe and llvmpipe (when llvm...
2010-04-11 José Fonsecascons: Make LLVM a black-white dependency.
2010-04-11 Marek Olšákr300g: revisit some assertions and fix potential failures
2010-04-11 Marek Olšákr300g: use cliprects for scissoring
2010-04-11 Marek Olšákr300g: fix mipmapped 3D textures
2010-04-11 Marek Olšákr300g: support some exotic sampler formats
2010-04-11 Vinson Leenvfx: Silence uninitialized variable warning.
2010-04-11 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-04-11 Vinson Leesvga: Silence uninitialized variable warnings.
2010-04-10 Marek Olšákr300g: cleanup handling of sampler views
2010-04-10 Marek Olšákr300g: pick up some new colorbuffer formats
2010-04-10 Dave Airlier300g: hack around issue with doom3 and 0 stride
2010-04-10 Christoph Bumillernv50: plug in miptree resource vtbl
next