aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/dri: remove the call to driInitExtensionsMarek Olšák2011-09-101-20/+0
* r600g: fix shadow rect samplersMarek Olšák2011-09-101-3/+6
* r600g: use SAMPLE_LB for OPCODE_TXBMarek Olšák2011-09-101-3/+6
* r600g: enable texture arraysMarek Olšák2011-09-101-3/+3
* r600g: add support for shadow array samplersMarek Olšák2011-09-102-19/+57
* r600g: implement texture arrays for evergreenMarek Olšák2011-09-101-5/+18
* r600g: always decompress all mipmaps and layers, slices, or faces of zbuffersMarek Olšák2011-09-102-28/+49
* r600g: fix texture array filteringMarek Olšák2011-09-103-74/+113
* u_blitter: add texture array supportMarek Olšák2011-09-101-11/+41
* gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák2011-09-108-9/+70
* gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERSMarek Olšák2011-09-108-12/+11
* llvmpipe: add some null pointer checksBrian Paul2011-09-092-1/+35
* d3d1x: fix a build errorChia-I Wu2011-09-091-3/+4
* st/dri: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu2011-09-091-0/+6
* nouveau: fix nouveau_fence leakMarcin Slusarz2011-09-081-0/+2
* nv50: fix screen->blitctx memory leakMarcin Slusarz2011-09-081-0/+2
* st/egl: Fix GDI build.José Fonseca2011-09-081-1/+1
* Define INLINE macro in terms of inline.José Fonseca2011-09-081-11/+14
* st/egl: add premultiplied alpha support to waylandBenjamin Franzke2011-09-084-4/+24
* st/egl: correctly return configs under waylandBenjamin Franzke2011-09-084-23/+98
* Revert "st/egl: correctly return configs under wayland"Chia-I Wu2011-09-084-113/+30
* Revert "st/egl: add premultiplied alpha support to wayland"Chia-I Wu2011-09-084-32/+3
* st/egl: add premultiplied alpha support to waylandChia-I Wu2011-09-084-3/+32
* st/egl: correctly return configs under waylandChia-I Wu2011-09-084-30/+113
* st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu2011-09-083-7/+25
* st/egl: add NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu2011-09-081-1/+10
* st/egl: add native_present_controlChia-I Wu2011-09-0811-49/+57
* st/egl: track changes to drop wl_visual in waylandChia-I Wu2011-09-084-20/+44
* st/egl: track server side wayland changesChia-I Wu2011-09-082-2/+2
* st/egl: use new wl_callback mechanism in waylandChia-I Wu2011-09-082-49/+30
* state_trackers/dri/sw: Implement texture_from_pixmap.Stéphane Marchesin2011-09-061-7/+43
* Duplicate state_tracker/dri/sw/dri_drawable.cStéphane Marchesin2011-09-061-1/+269
* rtasm,translate: Disable on Mingw-w64.José Fonseca2011-09-062-2/+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 missing formats for ARB_vertex_type_2_10_10_10_revDave Airlie2011-09-052-1/+15
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-09-051-4/+10
* xvmc: Replace frame_started by picture_structureMaarten Lankhorst2011-09-042-10/+16
* gallium: add caps for MIN/MAX texel offsets.Dave Airlie2011-09-023-1/+13
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-0211-18/+173
* st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...Christian König2011-09-014-19/+307
* st/xvmc: the alpha component of palette entries isn't usedChristian König2011-09-011-1/+1
* g3dvl: extend the functionality of the compositorChristian König2011-09-015-33/+81
* gallium: add R8A8 and A8R8 UNORM formatsChristian König2011-09-012-0/+4
* st/xvmc: remove L4A4_UNORM workaroundChristian König2011-09-011-33/+5
* r600g: add support for R4A4 and A4R4 textures.Christian König2011-09-012-0/+8
* gallium: try to cleanup a bit of the format mess created with pipe-video mergeChristian König2011-09-014-82/+7
* 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