summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-14r300g: atomize VS constant bufferMarek Olšák
2010-04-14r300g: emit VS immediates along with VS codeMarek Olšák
2010-04-14r300g: make setting up fragment depth output less hackishMarek Olšák
2010-04-14st/mesa: trivially enable ATI_texture_mirror_onceMarek Olšák
2010-04-14r300g: kill off r300_fragment_shader::shadow_samplers and friendsMarek Olšák
2010-04-14retrace: Update for recent interface changes.José Fonseca
2010-04-14trace: Ignore transfer_flush_region too.José Fonseca
2010-04-13i915g: Fix winsys SCons build.Vinson Lee
2010-04-13i915g: Whitespace & formatingJakob Bornecrantz
2010-04-13i915g: Mark shared layouts more clearlyJakob Bornecrantz
2010-04-13i915: Fix comments about cube layoutsJakob Bornecrantz
2010-04-13Merge branch '7.8'Jesse Barnes
2010-04-13DRI2: report swap events correctly in direct rendered caseJesse Barnes
2010-04-13llvmpipe: disable half float formatsAlan Hourihane
2010-04-13gallium: Remove pipe_screen::update_buffer.Chia-I Wu
2010-04-13gallium: disable tests when using embedded buildAlan Hourihane
2010-04-13scons: Fix exception when llvm-config is not present.José Fonseca
2010-04-13util: Fix util_dynarray_trim().Michal Krol
2010-04-13nvfx: use dynamically sized rotating BO pool for fragment programsLuca Barbieri
2010-04-13draw llvm: Initialize variable.Vinson Lee
2010-04-13r300g: Silence uninitialized variable warning.Vinson Lee
2010-04-13st/mesa: Remove state_tracker/st_framebuffer.c from SConscript.Vinson Lee
2010-04-13st/mesa: Drop st_public support.Chia-I Wu
2010-04-13st/vega: Drop st_public support.Chia-I Wu
2010-04-13st/vega: Do not rely on st_resize_framebuffer.Chia-I Wu
2010-04-13nvfx: fix for 64-bit systemsLuca Barbieri
2010-04-13gallium/auxiliary: make util_dynarray_trim do nothing if size == capacityLuca Barbieri
2010-04-13gallium/auxiliary: add util_dynarray_resizeLuca Barbieri
2010-04-13gallium/auxiliary: fix util_dynarray_trim to 0 to free the dataLuca Barbieri
2010-04-13util: implement Jose Fonseca's suggestions for u_buffer.h -> u_dynarray.hLuca Barbieri
2010-04-12r300/compiler: Hax around instructions limits in mirroring code.Corbin Simpson
2010-04-12docs: update name, link for mesa-dev listBrian Paul
2010-04-13ffvertex: don't touch tex coords if coord replace is enabled.Dave Airlie
2010-04-13r300g: add generating texture coordinates for point spritesMarek Olšák
2010-04-13progs/gallium: Move into src/gallium/testsJosé Fonseca
2010-04-12gallium/auxiliary: add dynamically sized buffer/array/vectorLuca Barbieri
2010-04-12nvfx: add LRP in vertprogLuca Barbieri
2010-04-12nvfx: add SIN and COS in vertprogLuca Barbieri
2010-04-12nvfx: add missing vertprog setcond instructionsLuca Barbieri
2010-04-12nvfx: allocate a bigger block for queriesLuca Barbieri
2010-04-12nvfx: support an unlimited number of occlusion queriesLuca Barbieri
2010-04-12r300g: Move declaration before code.Vinson Lee
2010-04-12nvfx: fix TXL opcode valueLuca Barbieri
2010-04-12nvfx: Add support for two sided colorLuca Barbieri
2010-04-12nvfx: fix compile errorLuca Barbieri
2010-04-12nvfx: don't use hw index buffers on nv3x and nv44Luca Barbieri
2010-04-12nvfx: expose PIPE_FORMAT_B8G8R8X8_UNORM supportLuca Barbieri
2010-04-12nvfx: add support for ARB_half_float_vertexLuca Barbieri
2010-04-12st/mesa: half float vertex support (unexposed)Luca Barbieri
2010-04-12nvfx: allocate buffers in GART if !NOUVEAU_SWTNLLuca Barbieri