| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | winsys/radeon: bump the size of relocation hashlist | Marek Olšák | 2013-01-08 | 1 | -2/+2 |
* | radeon/winsys: move radeon family/class identification to winsys | Jerome Glisse | 2013-01-07 | 3 | -38/+176 |
* | r600g/radeon/winsys: indentation cleanup | Jerome Glisse | 2013-01-07 | 2 | -3/+2 |
* | gallium/radeon: send the END_OF_FRAME flag to the DRM | Marek Olšák | 2013-01-04 | 2 | -2/+9 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 1 | -1/+1 |
* | winsys/radeon: the env var RADEON_NOOP can be used to skip CS ioctls | Marek Olšák | 2012-12-21 | 1 | -1/+4 |
* | winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr instead | Marek Olšák | 2012-12-12 | 2 | -5/+4 |
* | r300g: enable Hyper-Z by default on r500 | Marek Olšák | 2012-12-02 | 1 | -9/+9 |
* | scons: Build ws_xlib on Mac OS X. | Vinson Lee | 2012-11-27 | 1 | -1/+1 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 1 | -14/+10 |
* | winsys/radeon: fix relocs caching | Vadim Girlin | 2012-09-19 | 2 | -8/+6 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 1 | -3/+1 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -2/+2 |
* | winsys/radeon: create only one winsys for each fd | Christian König | 2012-09-04 | 2 | -2/+41 |
* | gallium/radeon: Don't assign virtual address space for BO that already has one. | Michel Dänzer | 2012-08-16 | 1 | -1/+1 |
* | gallium/radeon: Create hole for waste when allocating from va_offset. | Michel Dänzer | 2012-08-16 | 1 | -0/+6 |
* | gallium/radeon: Fix potential address space loss in radeon_bomgr_force_va(). | Michel Dänzer | 2012-08-16 | 1 | -6/+13 |
* | gallium/radeon: Delete uppermost virtual address space hole if it's at the top. | Michel Dänzer | 2012-08-16 | 1 | -1/+12 |
* | gallium/radeon: Fix losing holes when allocating virtual address space. | Michel Dänzer | 2012-08-16 | 1 | -1/+6 |
* | gallium/radeon: Merge holes when freeing virtual address space. | Michel Dänzer | 2012-08-16 | 1 | -7/+38 |
* | gallium/radeon: Make va_offset 64 bits wide. | Michel Dänzer | 2012-08-16 | 1 | -1/+1 |
* | r600g: implement timestamp query and get_timestamp hook | Marek Olšák | 2012-08-15 | 2 | -0/+28 |
* | configure.ac: bump libdrm_radeon requirement to 2.6.38 | Marek Olšák | 2012-08-15 | 1 | -1/+0 |
* | winsys/radeon: print error if CS is overflowed | Marek Olšák | 2012-08-15 | 1 | -2/+6 |
* | radeon/winsys: fix winsys VM handling | Christian König | 2012-08-08 | 1 | -3/+4 |
* | scons: Add support for Intel Compiler. | Vinson Lee | 2012-08-01 | 1 | -1/+1 |
* | scons: Fix build with clang. | Vinson Lee | 2012-07-25 | 1 | -1/+1 |
* | r600g: enable streamout by default on r7xx and DRM 2.17.0 | Marek Olšák | 2012-06-17 | 2 | -3/+0 |
* | winsys/radeon: enable IB submission to compute rings v2 | Christian König | 2012-06-15 | 3 | -7/+15 |
* | winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroy | Maarten Lankhorst | 2012-06-15 | 1 | -1/+0 |
* | scons: Fix SCons build infrastructure for FreeBSD. | Vinson Lee | 2012-05-24 | 1 | -1/+1 |
* | gallium/radeon: Fix r300g tiling breakage. | Michel Dänzer | 2012-05-16 | 2 | -3/+14 |
* | radeonsi: Initial tiling support. | Michel Dänzer | 2012-05-16 | 1 | -2/+2 |
* | r600g: Set tiling information for BOs being shared. | Michel Dänzer | 2012-05-16 | 2 | -9/+35 |
* | winsys/radeon: Get max_pipes from the kernel | Tom Stellard | 2012-05-02 | 2 | -0/+11 |
* | winsys/radeon: simplify buffer map/unmap functions | Marek Olšák | 2012-04-29 | 2 | -40/+16 |
* | nvc0: add initial support for nve4+ (Kepler) chipsets | Christoph Bumiller | 2012-04-15 | 1 | -0/+1 |
* | nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants | Ben Skeggs | 2012-04-14 | 1 | -2/+0 |
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 1 | -5/+1 |
* | nvfx: completely remove this driver (GeForce FX/6/7) | Ben Skeggs | 2012-04-14 | 1 | -1/+3 |
* | radeonsi: initial WIP SI code | Tom Stellard | 2012-04-13 | 2 | -2/+9 |
* | st/egl: Update to the new wl_shm_pool interface | Benjamin Franzke | 2012-04-03 | 2 | -0/+2 |
* | r600g: optimize r600_resource_va | Marek Olšák | 2012-04-01 | 2 | -5/+3 |
* | vl: move winsys helper out of winsys directory | Christian König | 2012-03-28 | 5 | -651/+0 |
* | r600g: enable transform feedback on everything that isn't r700 | Marek Olšák | 2012-03-27 | 1 | -2/+1 |
* | vl: handle DRI2GetBuffers reply with multiple buffers | Christian König | 2012-03-09 | 1 | -10/+23 |
* | st/vdpau: implement support for high-precision output timing | Christian König | 2012-03-05 | 3 | -31/+133 |
* | winsys/radeon: cleanup includes | Marek Olšák | 2012-03-05 | 1 | -3/+1 |
* | winsys/radeon: add usage parameter to cs_is_buffer_referenced | Marek Olšák | 2012-03-05 | 2 | -3/+18 |
* | vl: move dirty area handling into winsys abstraction | Christian König | 2012-03-01 | 3 | -2/+48 |