aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-1715-24/+120
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-178-14/+8
* r600/uvd: cleanup disabling tiling on pre EG asicsChristian König2013-04-161-5/+6
* r600g: Workaround for a harware bug with nested loops on CaymanMartin Andersson2013-04-161-3/+15
* gallium/hud: fix FPS computation for framerate > 4.2kMarek Olšák2013-04-161-1/+2
* gallium/hud: increase vertex buffer size for background black rectanglesMarek Olšák2013-04-161-1/+1
* gallium/hud: update the contents of GALLIUM_HUD=helpMarek Olšák2013-04-161-2/+17
* gallium/hud: remove pipeline-statistics- prefix in query namesMarek Olšák2013-04-161-21/+22
* r600g: implement pipeline statistics queryMarek Olšák2013-04-164-1/+100
* winsys/radeon: use query_value for timestamp, remove query_timestampMarek Olšák2013-04-163-26/+13
* r600g: add a debug flag for printing virtual addresses of resourcesMarek Olšák2013-04-164-0/+17
* r600g: add a query returning the amount of time spent during bo_map sync.Marek Olšák2013-04-167-2/+22
* 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