summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* build: Get rid of GALLIUM_WINSYS_DIRSMatt Turner2013-04-152-38/+65
* build: Get rid of GALLIUM_TARGET_DIRSMatt Turner2013-04-151-1/+151
* build: Build pipe-loader before gallium testsMatt Turner2013-04-152-7/+0
* build: Get rid of GALLIUM_MAKE_DIRSMatt Turner2013-04-152-19/+71
* build: Stop using GALLIUM_STATE_TRACKERS_DIRS for SUBDIRSMatt Turner2013-04-151-11/+54
* build: Remove GALLIUM_DIRSMatt Turner2013-04-151-22/+0
* build: Move src/mapi/mapi/* to src/mapi/Matt Turner2013-04-153-4/+4
* radeonsi: Read config values from the .AMDGPU.config ELF sectionTom Stellard2013-04-152-8/+28
* radeon/llvm: Handle ELF formatted binary output from the LLVM backendTom Stellard2013-04-153-6/+37
* radeon/llvm: Use a struct for storing compiled codeTom Stellard2013-04-154-28/+38
* gallivm: fix small but severe bug in handling multiple lod level stridesRoland Scheidegger2013-04-151-1/+1
* clover: Fix usage of incorrect object as destination in clEnqueueCopyBufferTo...Francisco Jerez2013-04-131-1/+1
* clover: Define platform class and merge with device_registry.Francisco Jerez2013-04-138-68/+155
* clover: Add missing fields to the module serializer.Francisco Jerez2013-04-131-0/+2
* r300g: Fix bug in OMOD optimizationTom Stellard2013-04-121-1/+3
* nvc0: set ret variable if launch desc allocation failedEmil Velikov2013-04-121-1/+3
* nvc0: bail out early during nve4_compute_setup()Emil Velikov2013-04-121-1/+1
* nvc0: compile nve4_cache_split_name() only in debug buildEmil Velikov2013-04-121-1/+1
* nv50/codegen: do not emitATOM() if the subOp is unknownEmil Velikov2013-04-121-1/+1
* nvc0: implement multisample texturesChristoph Bumiller2013-04-1210-25/+97
* nvc0: patch up TEX cases with 5 or 6 sources on nve4Christoph Bumiller2013-04-121-1/+19
* nvc0: fix 2D engine MS2 resolveChristoph Bumiller2013-04-121-2/+2
* nv50,nvc0: add RGBX16/32_FLOAT formatsChristoph Bumiller2013-04-121-0/+4
* r600g: add get_sample_position support (v3)Dave Airlie2013-04-112-122/+240
* gallium: add get_sample_position interfaceDave Airlie2013-04-111-0/+13
* r600g: fix two issues in compressed msaa reading codeDave Airlie2013-04-111-2/+2
* radeon/uvd: add UVD implementation v5Christian König2013-04-1115-21/+1924
* radeon/winsys: add uvd ring support to winsys v3Christian König2013-04-113-0/+31
* r600g: Add support for GL_ARB_texture_buffer_rangeFredrik Höglund2013-04-113-5/+11
* r600g: fix valgrind warning on CaymanMarek Olšák2013-04-101-1/+1
* gallivm/tgsi: handle untyped movesZack Rusin2013-04-102-0/+10
* gallivm: fix loops and conditionals within GSZack Rusin2013-04-102-19/+105
* llvmpipe: implement PIPE_QUERY_SO_STATISTICSZack Rusin2013-04-102-0/+21
* gallivm: fix unsigned divide and remainder opcodesZack Rusin2013-04-101-4/+33
* gallivm: fix breakcZack Rusin2013-04-101-12/+14
* radeonsi: remove sampler writemask v3Christian König2013-04-102-13/+8
* pipe-loader: Fix out of source buildNiels Ole Salscheider2013-04-101-2/+2
* st/osmesa: re-use buffers in OSMesaMakeCurrent()Brian Paul2013-04-091-7/+54
* st/vdpau: fix subtitle related bug v2Christian König2013-04-091-0/+4
* softpipe: misc updates to image dumping in softpipe_flush()Brian Paul2013-04-091-3/+4
* tgsi: Ensure struct tgsi_ind_register field Index is initialized.Vinson Lee2013-04-081-0/+1
* r600g: Fix UMAD on CaymanMartin Andersson2013-04-091-13/+32
* r600g/llvm: Add support for native isa for pre EGVincent Lejeune2013-04-082-2/+6
* gallium/util: add const to a parameter of util_max_layerMarek Olšák2013-04-061-1/+1
* radeonsi: Add compute support v3Tom Stellard2013-04-0511-49/+378
* radeonsi: Set TCL1_ACTION_ENA when invalidating the texture cacheTom Stellard2013-04-051-0/+1
* radeonsi: Remove si_pm4_inval_vertex_cache()Tom Stellard2013-04-053-8/+1
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-0510-80/+105
* util: add ETC as compressed formatWladimir2013-04-051-0/+1
* gallium/u_blitter: fix is_blit_generic_supported() stencil checkingBrian Paul2013-04-051-12/+14