summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: inline some of the winsys r600_get functionsMarek Olšák2011-09-128-43/+13
* r600g: simplify deducing chip familyMarek Olšák2011-09-121-36/+8
* r600g: compute tiling info in the pipe, not in the winsysMarek Olšák2011-09-126-133/+133
* r600g: remove unused ioctl definitionsMarek Olšák2011-09-121-8/+0
* r600g: do not loop in radeon_family_from_deviceMarek Olšák2011-09-124-57/+11
* r600g: cleanup build include dirs and dependenciesMarek Olšák2011-09-126-14/+3
* pb_buffer: inline 'base' sub-structMarek Olšák2011-09-1113-106/+102
* r300g: handle the new CAPsMarek Olšák2011-09-111-0/+2
* tgsi: fix typo in commit 324ac982d8e7Emil Velikov2011-09-101-1/+1
* nouveau: Add support for XvMC accelerationMaarten Lankhorst2011-09-106-7/+1328
* gallium: add TGSI opcodes UARL and UCMPBryan Cain2011-09-104-1/+56
* draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()Brian Paul2011-09-101-273/+97
* r300/compiler: Implement ROUNDTom Stellard2011-09-104-1/+56
* 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