util: implement Jose Fonseca's suggestions for u_buffer.h -> u_dynarray.h
[mesa.git] / src /
2010-04-13 Luca Barbieriutil: implement Jose Fonseca's suggestions for u_buffer...
2010-04-13 Corbin Simpsonr300/compiler: Hax around instructions limits in mirror...
2010-04-12 Dave Airlieffvertex: don't touch tex coords if coord replace is...
2010-04-12 Marek Olšákr300g: add generating texture coordinates for point...
2010-04-12 José Fonsecaprogs/gallium: Move into src/gallium/tests
2010-04-12 Luca Barbierigallium/auxiliary: add dynamically sized buffer/array...
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 Barbierist/mesa: half float vertex support (unexposed)
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 Corbin Simpsonr300/compiler: Comment code, add much better mirror...
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 Corbin Simpsonr300/compiler: Add NPOT compatibility fields to externa...
2010-04-12 José Fonsecallvmpipe: Respect pipe_sampler_view::format.
2010-04-12 José Fonsecast/python: Fix regressions.
2010-04-12 José Fonsecatrace: Fix several regressions introduced by recent...
2010-04-12 José Fonsecallvmpipe: pipe_target needs now 3 bits to be represented.
2010-04-12 José Fonsecastw: Update for pipe_resource interface changes.
2010-04-12 José Fonsecastw: Fix minor st_api migration glitches.
2010-04-12 Chia-I Wust/wgl: Switch from st_public.h to st_api.h. [V2]
2010-04-12 Török EdwinFix build with --enable-32-bit.
2010-04-12 Dan NicholsonRevert "dri/drivers: fix 32bit builds on 64bit systems"
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 Chia-I Wust/egl: Request the front buffer as needed.
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-11 Jakob Bornecrantzst/egl: Fix DRI2 on old X servers
2010-04-11 Jakob Bornecrantzwinsys/sw: Fix error paths
2010-04-11 Jakob Bornecrantzllvmpipe: Fix transfers after resource change
2010-04-11 Vinson Leeutil: Remove unnecessary header.
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 Cencoradri/drivers: fix 32bit builds on 64bit systems
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-11 Maciej Cencorar300: respect radeon common code fallbacks
2010-04-11 Maciej Cencorar300: set proper vertex index limits also in non indexe...
2010-04-11 Christoph Bumillernv50: fix texture relocs
2010-04-11 Chia-I Wust/egl: Follow the portability guide.
2010-04-11 Chia-I Wust/egl: Factor driver callbacks to a new file.
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 José Fonsecascons: Use libdrm options only where needed.
2010-04-11 José Fonsecascons: Build glapi regardless of the dri option.
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 Vinson Leest/egl: Remove unnecessary header.
2010-04-11 Vinson Leei965: Remove unnecessary header.
2010-04-11 Vinson Leer300: Remove unnecessary header.
2010-04-11 Vinson Leemach64: Remove unnecessary header.
2010-04-11 Vinson Leeradeon: Remove unnecessary header.
next