| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | i830: Move assert-only code into the assert. | Eric Anholt | 2013-04-12 | 1 | -4/+1 |
* | i965/fs: Fix some untriggered optimization bugs with uncompressed/sechalf. | Eric Anholt | 2013-04-12 | 1 | -4/+4 |
* | i965/fs: Add basic-block-level dead code elimination. | Eric Anholt | 2013-04-12 | 2 | -0/+161 |
* | i965/fs: Remove incorrect note of writing attr in centroid workaround. | Eric Anholt | 2013-04-12 | 1 | -1/+1 |
* | i965/fs: Add a helper function for checking for partial register updates. | Eric Anholt | 2013-04-12 | 5 | -22/+24 |
* | mesa: Add a macro to bitset for determining bitset size. | Eric Anholt | 2013-04-12 | 4 | -6/+5 |
* | i965: Fix compiler warnings since the introduction of texture multisample. | Eric Anholt | 2013-04-12 | 1 | -1/+1 |
* | mesa: Don't leak gl_context::BeginEnd at context destruction | Ian Romanick | 2013-04-12 | 1 | -0/+1 |
* | mesa: Don't leak shared state when context initialization fails | Ian Romanick | 2013-04-12 | 1 | -0/+1 |
* | egl/dri2: NULL check value returned by dri2_create_surface | Ian Romanick | 2013-04-12 | 1 | -8/+9 |
* | mesa: NULL check the pointer before trying to dereference it | Ian Romanick | 2013-04-12 | 1 | -2/+2 |
* | glsl: Fix hypothetical NULL dereference related to process_array_type | Ian Romanick | 2013-04-12 | 1 | -1/+5 |
* | glsl: Fix hypothetical NULL dereference in ast_process_structure_or_interface... | Ian Romanick | 2013-04-12 | 1 | -3/+8 |
* | r300g: Fix bug in OMOD optimization | Tom Stellard | 2013-04-12 | 1 | -1/+3 |
* | nvc0: set ret variable if launch desc allocation failed | Emil Velikov | 2013-04-12 | 1 | -1/+3 |
* | nvc0: bail out early during nve4_compute_setup() | Emil Velikov | 2013-04-12 | 1 | -1/+1 |
* | nvc0: compile nve4_cache_split_name() only in debug build | Emil Velikov | 2013-04-12 | 1 | -1/+1 |
* | nv50/codegen: do not emitATOM() if the subOp is unknown | Emil Velikov | 2013-04-12 | 1 | -1/+1 |
* | nvc0: implement multisample textures | Christoph Bumiller | 2013-04-12 | 10 | -25/+97 |
* | nvc0: patch up TEX cases with 5 or 6 sources on nve4 | Christoph Bumiller | 2013-04-12 | 1 | -1/+19 |