| Commit message (Expand) | Author | Age | Files | Lines |
* | tgsi/exec: geometry shaders are executed on a single primitive | Zack Rusin | 2013-04-16 | 1 | -13/+17 |
* | tgsi/exec: fix the udiv and umod instructions | Zack Rusin | 2013-04-16 | 1 | -8/+8 |
* | gallivm: JIT symbol resolution with linux perf. | José Fonseca | 2013-04-17 | 5 | -59/+101 |
* | draw: Silence uninitialized var warnings. | José Fonseca | 2013-04-17 | 2 | -3/+7 |
* | r600g/llvm: Use gprcount from llvm | Vincent Lejeune | 2013-04-17 | 4 | -2/+5 |
* | intel: Add a null pointer check before dereferencing the pointer | Anuj Phogat | 2013-04-17 | 1 | -0/+9 |
* | gallium: Disambiguate TGSI_OPCODE_IF. | José Fonseca | 2013-04-17 | 17 | -27/+137 |
* | gallium: Eliminate TGSI_OPCODE_IFC. | José Fonseca | 2013-04-17 | 8 | -14/+8 |
* | i965: Enable the Bay Trail platform. | Kenneth Graunke | 2013-04-16 | 3 | -0/+24 |
* | r600/uvd: cleanup disabling tiling on pre EG asics | Christian König | 2013-04-16 | 1 | -5/+6 |
* | mesa/swrast: Move memory allocation outside the blit loop | Ian Romanick | 2013-04-16 | 1 | -23/+20 |
* | mesa/swrast: Move free calls outside the attachment loop | Ian Romanick | 2013-04-16 | 1 | -4/+5 |
* | mesa/swrast: Refactor no-memory error checking in blit_linear | Ian Romanick | 2013-04-16 | 1 | -29/+11 |
* | r600g: Workaround for a harware bug with nested loops on Cayman | Martin Andersson | 2013-04-16 | 1 | -3/+15 |
* | gallium/hud: fix FPS computation for framerate > 4.2k | Marek Olšák | 2013-04-16 | 1 | -1/+2 |
* | gallium/hud: increase vertex buffer size for background black rectangles | Marek Olšák | 2013-04-16 | 1 | -1/+1 |
* | gallium/hud: update the contents of GALLIUM_HUD=help | Marek Olšák | 2013-04-16 | 1 | -2/+17 |
* | gallium/hud: remove pipeline-statistics- prefix in query names | Marek Olšák | 2013-04-16 | 1 | -21/+22 |
* | r600g: implement pipeline statistics query | Marek Olšák | 2013-04-16 | 4 | -1/+100 |
* | winsys/radeon: use query_value for timestamp, remove query_timestamp | Marek Olšák | 2013-04-16 | 3 | -26/+13 |
* | r600g: add a debug flag for printing virtual addresses of resources | Marek Olšák | 2013-04-16 | 4 | -0/+17 |
* | r600g: add a query returning the amount of time spent during bo_map sync. | Marek Olšák | 2013-04-16 | 7 | -2/+22 |
* | build: Get rid of GALLIUM_WINSYS_DIRS | Matt Turner | 2013-04-15 | 2 | -38/+65 |
* | build: Get rid of GALLIUM_TARGET_DIRS | Matt Turner | 2013-04-15 | 1 | -1/+151 |
* | build: Build pipe-loader before gallium tests | Matt Turner | 2013-04-15 | 2 | -7/+0 |
* | build: Get rid of GALLIUM_MAKE_DIRS | Matt Turner | 2013-04-15 | 2 | -19/+71 |
* | build: Stop using GALLIUM_STATE_TRACKERS_DIRS for SUBDIRS | Matt Turner | 2013-04-15 | 1 | -11/+54 |
* | build: Get rid of DRIVER_DIRS | Matt Turner | 2013-04-15 | 2 | -23/+13 |
* | build: Remove GALLIUM_DIRS | Matt Turner | 2013-04-15 | 2 | -23/+3 |
* | build: Get rid of SRC_DIRS | Matt Turner | 2013-04-15 | 1 | -1/+24 |
* | build: Get rid of CORE_DIRS | Matt Turner | 2013-04-15 | 2 | -3/+69 |
* | build: Move src/mapi/mapi/* to src/mapi/ | Matt Turner | 2013-04-15 | 39 | -45/+45 |
* | build: Rename sources.mak -> Makefile.sources | Matt Turner | 2013-04-15 | 13 | -14/+14 |
* | radeonsi: Read config values from the .AMDGPU.config ELF section | Tom Stellard | 2013-04-15 | 2 | -8/+28 |
* | radeon/llvm: Handle ELF formatted binary output from the LLVM backend | Tom Stellard | 2013-04-15 | 3 | -6/+37 |
* | radeon/llvm: Use a struct for storing compiled code | Tom Stellard | 2013-04-15 | 4 | -28/+38 |
* | gallivm: fix small but severe bug in handling multiple lod level strides | Roland Scheidegger | 2013-04-15 | 1 | -1/+1 |
* | clover: Fix usage of incorrect object as destination in clEnqueueCopyBufferTo... | Francisco Jerez | 2013-04-13 | 1 | -1/+1 |
* | clover: Define platform class and merge with device_registry. | Francisco Jerez | 2013-04-13 | 8 | -68/+155 |
* | clover: Add missing fields to the module serializer. | Francisco Jerez | 2013-04-13 | 1 | -0/+2 |
* | i965: Shut up the last release build warning. | Eric Anholt | 2013-04-12 | 1 | -0/+1 |
* | i965: Silence one more compile warning. | Eric Anholt | 2013-04-12 | 1 | -0/+1 |
* | i965: Fix a warning in the release build. | Eric Anholt | 2013-04-12 | 1 | -2/+1 |
* | i965: Fix an unused variable warning in the release build. | Eric Anholt | 2013-04-12 | 1 | -4/+2 |
* | i965: Fix an unused variable warning in the release build. | Eric Anholt | 2013-04-12 | 1 | -1/+0 |
* | intel: Return failure properly in the texsubimage blit path. | Eric Anholt | 2013-04-12 | 1 | -1/+1 |
* | intel: Fix a warning in the release build. | Eric Anholt | 2013-04-12 | 1 | -2/+1 |
* | intel: Fix an unused variable warning in the release build. | Eric Anholt | 2013-04-12 | 1 | -2/+2 |
* | intel: Improve diagnostics for emit_linear_blit failure path. | Eric Anholt | 2013-04-12 | 1 | -2/+5 |
* | i965: Fix error path for MCS allocation. | Eric Anholt | 2013-04-12 | 1 | -1/+1 |