| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | docs: rename/bump 10.7.0 release notes to 11.0.0 | Emil Velikov | 2015-08-01 | 2 | -7/+7 |
* | winsys/radeon: don't leak the fd when it is 0 | Emil Velikov | 2015-08-01 | 1 | -2/+2 |
* | configure.ac: check for mkostemp() | Emil Velikov | 2015-08-01 | 1 | -0/+1 |
* | egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding it | Emil Velikov | 2015-08-01 | 2 | -19/+3 |
* | egl/wayland: use designated initializers | Emil Velikov | 2015-08-01 | 1 | -13/+13 |
* | egl: remove ifdef $(egl_extension) compile guards | Emil Velikov | 2015-08-01 | 3 | -65/+1 |
* | egl/wayland: libdrm is a hard requirement, treat it as such | Emil Velikov | 2015-08-01 | 2 | -2/+3 |
* | egl: consolidate ifdef HAVE_LIBDRM blocks | Emil Velikov | 2015-08-01 | 1 | -108/+102 |
* | configure.ac: null,android,gdi are not valid egl-platforms | Emil Velikov | 2015-08-01 | 2 | -6/+3 |
* | Revert "gallium/radeon: re-enable unsafe math for graphics shaders" | Marek Olšák | 2015-08-01 | 1 | -4/+0 |
* | clover: make dispatch matches functions def | EdB | 2015-07-31 | 1 | -5/+18 |
* | gallivm: Fix GCC unused-variable warning. | Vinson Lee | 2015-07-31 | 1 | -2/+1 |
* | glx: Fix missing bit decl for EXT_texture_integer | Adam Jackson | 2015-07-31 | 1 | -0/+1 |
* | glsl: Initialize parse-state in constructor of lower_subroutine. | Matt Turner | 2015-07-31 | 1 | -3/+3 |
* | glx: Fix image size computation for EXT_texture_integer (v2) | Adam Jackson | 2015-07-31 | 2 | -0/+11 |
* | radeonsi: copy *8_SNORM bits exactly in resource_copy_region | Marek Olšák | 2015-07-31 | 1 | -1/+3 |
* | r600g: early exit in r600_clear if there's nothing to do | Marek Olšák | 2015-07-31 | 1 | -0/+2 |
* | radeonsi: early exit in si_clear if there's nothing to do | Marek Olšák | 2015-07-31 | 1 | -0/+2 |
* | radeonsi: fix a regression since the resource_copy_region cleanup | Marek Olšák | 2015-07-31 | 1 | -1/+1 |
* | radeonsi: fix broken st/nine from merging tessellation | Marek Olšák | 2015-07-31 | 1 | -2/+7 |
* | radeonsi: move CP DMA functions to their own file | Marek Olšák | 2015-07-31 | 6 | -236/+274 |
* | radeonsi: add a debug flag that disables printing ISA in shader dumps | Marek Olšák | 2015-07-31 | 3 | -9/+13 |
* | radeonsi: add a debug flag that disables printing TGSI in shader dumps | Marek Olšák | 2015-07-31 | 3 | -1/+3 |
* | radeonsi: add a debug flag that disables printing the LLVM IR in shader dumps | Marek Olšák | 2015-07-31 | 6 | -29/+29 |
* | radeonsi: store shader disassemblies in memory for future users | Marek Olšák | 2015-07-31 | 7 | -17/+18 |
* | radeonsi: don't use llvm.AMDIL.fraction for FRC and DFRAC | Marek Olšák | 2015-07-31 | 1 | -4/+16 |
* | gallium/radeon: re-enable unsafe math for graphics shaders | Marek Olšák | 2015-07-31 | 1 | -0/+4 |
* | gallium/radeon: don't use rsq_action | Marek Olšák | 2015-07-31 | 1 | -7/+3 |
* | gallium/radeon: move r600-specific code to r600g | Marek Olšák | 2015-07-31 | 2 | -152/+150 |
* | gallium/radeon: remove unused variables and old comments | Marek Olšák | 2015-07-31 | 4 | -35/+0 |
* | gallium/radeon: remove build_intrinsic and build_tgsi_intrinsic | Marek Olšák | 2015-07-31 | 4 | -108/+58 |
* | gallivm: add LLVMAttribute parameter to lp_build_intrinsic | Marek Olšák | 2015-07-31 | 7 | -19/+24 |
* | gallium/util: clear up that debug_get_flags_option returns a 64-bit mask | Marek Olšák | 2015-07-31 | 2 | -7/+7 |
* | radeonsi: completely rework updating descriptors without CP DMA | Marek Olšák | 2015-07-31 | 4 | -271/+128 |
* | i965/fs: Fix regression with SIMD8 VS since b5f1a48e234d47b24df38cb562cffb894... | Francisco Jerez | 2015-07-31 | 1 | -1/+2 |
* | i965/gen9: Add hs, ds, and cs thread + urb info | Ben Widawsky | 2015-07-30 | 1 | -0/+10 |
* | i965/bxt: Use more conservative thread counts | Ben Widawsky | 2015-07-30 | 1 | -2/+4 |
* | i965/skl: Add production thread counts and URB size | Ben Widawsky | 2015-07-30 | 1 | -5/+5 |
* | vc4: Lower uniform loads to scalar in NIR. | Eric Anholt | 2015-07-30 | 2 | -31/+81 |
* | vc4: Move some FS input lowering into NIR. | Eric Anholt | 2015-07-30 | 2 | -35/+50 |
* | vc4: Move program keys to the header file. | Eric Anholt | 2015-07-30 | 2 | -47/+49 |
* | vc4: Lower NIR inputs to scalar as well. | Eric Anholt | 2015-07-30 | 2 | -4/+44 |
* | vc4: Start adding a NIR-based output lowering pass. | Eric Anholt | 2015-07-30 | 4 | -7/+137 |
* | vc4: Mark our shaders as single-threaded. | Eric Anholt | 2015-07-30 | 2 | -0/+6 |
* | vc4: Avoid leaking indirect array access UBOs. | Eric Anholt | 2015-07-30 | 1 | -0/+2 |
* | vc4: Avoid overflowing various static tables. | Eric Anholt | 2015-07-30 | 4 | -4/+4 |
* | vc4: Fix return values from recent validation changes. | Eric Anholt | 2015-07-30 | 1 | -4/+4 |
* | docs: trivial cleanup of GL3.txt, remove redundant radeonsi entries. | Kai Wasserbäch | 2015-07-31 | 1 | -2/+2 |
* | st/mesa: don't draw instead of asserting in transform feedback | Dave Airlie | 2015-07-31 | 3 | -4/+7 |
* | mesa: remove now unused _mesa_get_uniform_location | Timothy Arceri | 2015-07-30 | 2 | -79/+0 |