aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600g: fix texture array filteringMarek Olšák2011-09-103-74/+113
* gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák2011-09-107-11/+10
* llvmpipe: add some null pointer checksBrian Paul2011-09-092-1/+35
* nouveau: fix nouveau_fence leakMarcin Slusarz2011-09-081-0/+2
* nv50: fix screen->blitctx memory leakMarcin Slusarz2011-09-081-0/+2
* r600g: add TXQ and TXF supportDave Airlie2011-09-062-7/+21
* r600g: add initial evergreen integer opcode supportDave Airlie2011-09-062-29/+162
* r600g: add 10/10/10/2 vertex format conversion.Dave Airlie2011-09-051-0/+6
* gallium: add caps for MIN/MAX texel offsets.Dave Airlie2011-09-022-0/+10
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-5/+12
* r600g: add support for R4A4 and A4R4 textures.Christian König2011-09-012-0/+8
* nv50,nvc0: fix multisample format hackChristoph Bumiller2011-08-312-2/+2
* r600g: Make unaligned 3D textures work on +evergreenChristian König2011-08-301-1/+5
* nouveau: use PRIu64 for printing uint64_tChristoph Bumiller2011-08-303-2/+6
* nouveau/mm: move slabs to correct list on memory releaseChristoph Bumiller2011-08-301-5/+5
* nvfx: use common NOUVEAU_RESOURCE_FLAG_LINEAR defineChristoph Bumiller2011-08-308-15/+16
* nv50: add support for linear textures and render targetsChristoph Bumiller2011-08-307-14/+63
* nv50: align pitch of linear surfaces correctlyChristoph Bumiller2011-08-301-1/+2
* nv50: handle TGSI_OPCODE_ROUNDChristoph Bumiller2011-08-305-3/+10
* nv50,nvc0: add states mask to state validation functionChristoph Bumiller2011-08-308-24/+31
* nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfacesChristoph Bumiller2011-08-302-2/+17
* i915g: remove unused var in i915_flush_heuristically()Brian Paul2011-08-291-2/+0
* r600g: Fix include styleKai Wasserbäch2011-08-299-66/+66
* noop: Fix include styleKai Wasserbäch2011-08-292-13/+13
* android: add support for nouveauChia-I Wu2011-08-274-0/+149
* android: add support for r300gChia-I Wu2011-08-271-0/+46
* android: add support for i915gChia-I Wu2011-08-271-0/+38
* android: add support for vmwgfxChia-I Wu2011-08-271-0/+38
* nouveau: share the source listsChia-I Wu2011-08-2712-149/+91
* r300g: share the source listChia-I Wu2011-08-273-114/+63
* i915g: share the source listChia-I Wu2011-08-273-53/+30
* svga: share the source listChia-I Wu2011-08-273-97/+50
* Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesaStéphane Marchesin2011-08-26165-1829/+20352
|\
| * svga: include LLVM in name string in debug buildsBrian Paul2011-08-261-2/+11
| * r600g: Handle PIPE_TRANSFER_MAP_DIRECTLY.Michel Dänzer2011-08-261-0/+3
| * g3dvl: Rework the decoder interface part 2/5Christian König2011-08-265-0/+10
| * i915g: Fix off-by-one in scissors.David Reveman2011-08-251-2/+2
| * i915g: Fix case where texcoords can overlap with fragpos/frontface.Stéphane Marchesin2011-08-251-3/+3
| * i915g: Improve the flush heuristic by using the previous frame's number of ve...Stéphane Marchesin2011-08-254-6/+18
| * r600g: fix replace_gpr_with_pv_psVadim Girlin2011-08-251-1/+1
| * r600g: fix check_and_set_bank_swizzleVadim Girlin2011-08-251-10/+20
| * softpipe: add const qualifier to silence warningsBrian Paul2011-08-251-1/+1
| * softpipe: implement TXF support via get_texel callbackDave Airlie2011-08-251-0/+69
| * softpipe: add get_dims callback for TXQ support. (v2)Dave Airlie2011-08-251-0/+40
| * android: add support for r600gChia-I Wu2011-08-251-0/+42
| * r600g: share the source listChia-I Wu2011-08-253-31/+19
| * llvmpipe: add more restrict keywordsBrian Paul2011-08-241-4/+4
| * r600g: fill out missing entries in opcode tables.Dave Airlie2011-08-241-0/+36
| * android: build softpipeChia-I Wu2011-08-211-0/+67
| * r600g: don't allocate separate depth and stencil for transfer textures on EGMarek Olšák2011-08-191-1/+2