summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-17draw: Silence uninitialized var warnings.José Fonseca2-3/+7
2013-04-17r600g/llvm: Use gprcount from llvmVincent Lejeune4-2/+5
2013-04-17intel: Add a null pointer check before dereferencing the pointerAnuj Phogat1-0/+9
2013-04-17gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca17-27/+137
2013-04-17gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca8-14/+8
2013-04-16i965: Enable the Bay Trail platform.Kenneth Graunke3-0/+24
2013-04-16r600/uvd: cleanup disabling tiling on pre EG asicsChristian König1-5/+6
2013-04-16mesa/swrast: Move memory allocation outside the blit loopIan Romanick1-23/+20
2013-04-16mesa/swrast: Move free calls outside the attachment loopIan Romanick1-4/+5
2013-04-16mesa/swrast: Refactor no-memory error checking in blit_linearIan Romanick1-29/+11
2013-04-16r600g: Workaround for a harware bug with nested loops on CaymanMartin Andersson1-3/+15
2013-04-16gallium/hud: fix FPS computation for framerate > 4.2kMarek Olšák1-1/+2
2013-04-16gallium/hud: increase vertex buffer size for background black rectanglesMarek Olšák1-1/+1
2013-04-16gallium/hud: update the contents of GALLIUM_HUD=helpMarek Olšák1-2/+17
2013-04-16gallium/hud: remove pipeline-statistics- prefix in query namesMarek Olšák1-21/+22
2013-04-16r600g: implement pipeline statistics queryMarek Olšák4-1/+100
2013-04-16winsys/radeon: use query_value for timestamp, remove query_timestampMarek Olšák3-26/+13
2013-04-16r600g: add a debug flag for printing virtual addresses of resourcesMarek Olšák4-0/+17
2013-04-16r600g: add a query returning the amount of time spent during bo_map sync.Marek Olšák7-2/+22
2013-04-15build: Get rid of GALLIUM_WINSYS_DIRSMatt Turner2-38/+65
2013-04-15build: Get rid of GALLIUM_TARGET_DIRSMatt Turner1-1/+151
2013-04-15build: Build pipe-loader before gallium testsMatt Turner2-7/+0
2013-04-15build: Get rid of GALLIUM_MAKE_DIRSMatt Turner2-19/+71
2013-04-15build: Stop using GALLIUM_STATE_TRACKERS_DIRS for SUBDIRSMatt Turner1-11/+54
2013-04-15build: Get rid of DRIVER_DIRSMatt Turner2-23/+13
2013-04-15build: Remove GALLIUM_DIRSMatt Turner2-23/+3
2013-04-15build: Get rid of SRC_DIRSMatt Turner1-1/+24
2013-04-15build: Get rid of CORE_DIRSMatt Turner2-3/+69
2013-04-15build: Move src/mapi/mapi/* to src/mapi/Matt Turner39-45/+45
2013-04-15build: Rename sources.mak -> Makefile.sourcesMatt Turner13-14/+14
2013-04-15radeonsi: Read config values from the .AMDGPU.config ELF sectionTom Stellard2-8/+28
2013-04-15radeon/llvm: Handle ELF formatted binary output from the LLVM backendTom Stellard3-6/+37
2013-04-15radeon/llvm: Use a struct for storing compiled codeTom Stellard4-28/+38
2013-04-15gallivm: fix small but severe bug in handling multiple lod level stridesRoland Scheidegger1-1/+1
2013-04-13clover: Fix usage of incorrect object as destination in clEnqueueCopyBufferTo...Francisco Jerez1-1/+1
2013-04-13clover: Define platform class and merge with device_registry.Francisco Jerez8-68/+155
2013-04-13clover: Add missing fields to the module serializer.Francisco Jerez1-0/+2
2013-04-12i965: Shut up the last release build warning.Eric Anholt1-0/+1
2013-04-12i965: Silence one more compile warning.Eric Anholt1-0/+1
2013-04-12i965: Fix a warning in the release build.Eric Anholt1-2/+1
2013-04-12i965: Fix an unused variable warning in the release build.Eric Anholt1-4/+2
2013-04-12i965: Fix an unused variable warning in the release build.Eric Anholt1-1/+0
2013-04-12intel: Return failure properly in the texsubimage blit path.Eric Anholt1-1/+1
2013-04-12intel: Fix a warning in the release build.Eric Anholt1-2/+1
2013-04-12intel: Fix an unused variable warning in the release build.Eric Anholt1-2/+2
2013-04-12intel: Improve diagnostics for emit_linear_blit failure path.Eric Anholt1-2/+5
2013-04-12i965: Fix error path for MCS allocation.Eric Anholt1-1/+1
2013-04-12i830: Move assert-only code into the assert.Eric Anholt1-4/+1
2013-04-12i965/fs: Fix some untriggered optimization bugs with uncompressed/sechalf.Eric Anholt1-4/+4
2013-04-12i965/fs: Add basic-block-level dead code elimination.Eric Anholt2-0/+161