| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "radeonsi: constify a bunch of the perfcounter structs." | Marek Olšák | 2017-05-06 | 3 | -46/+52 |
* | Revert "radeonsi: fix build with GCC 4.8" | Marek Olšák | 2017-05-06 | 1 | -1/+1 |
* | freedreno/a3xx: fix hang w/ large render targets and small gmem | Rob Clark | 2017-05-06 | 3 | -0/+7 |
* | freedreno/ir3: add macro to declare variable length arrays | Rob Clark | 2017-05-06 | 1 | -18/+21 |
* | radeonsi: apply the tess+GS hang workaround to Polaris12 as well | Marek Olšák | 2017-05-05 | 1 | -1/+2 |
* | radeonsi: fix build with GCC 4.8 | Samuel Pitoiset | 2017-05-05 | 1 | -1/+1 |
* | winsys/amdgpu: fix Polaris12 (RX 550) breakage | Marek Olšák | 2017-05-05 | 1 | -0/+1 |
* | radeonsi/gfx9: allow the scratch buffer in HS and GS | Marek Olšák | 2017-05-05 | 1 | -10/+0 |
* | radeonsi: prevent race conditions when doing scratch patching | Marek Olšák | 2017-05-05 | 1 | -2/+30 |
* | radeonsi: separate scratch state patching code into its own function | Marek Olšák | 2017-05-05 | 1 | -46/+55 |
* | radeonsi/gfx9: also apply scratch relocations to the 1st shader of merged sha... | Marek Olšák | 2017-05-05 | 1 | -0/+3 |
* | radeonsi/gfx9: set correct LLVM calling conventions for merged shaders | Marek Olšák | 2017-05-05 | 2 | -2/+18 |
* | radeonsi: remove unused parameters from si_shader_apply_scratch_relocs | Marek Olšák | 2017-05-05 | 4 | -10/+6 |
* | radeonsi: inline si_llvm_shader_type into si_llvm_create_func | Marek Olšák | 2017-05-05 | 3 | -33/+22 |
* | radeonsi: don't use util_memcpy_cpu_to_le32 for shader uploads | Marek Olšák | 2017-05-05 | 1 | -7/+8 |
* | radeonsi: make si_compile_llvm static | Marek Olšák | 2017-05-05 | 2 | -16/+8 |
* | radeonsi: fold surrounding code into si_llvm_finalize_module | Marek Olšák | 2017-05-05 | 3 | -21/+12 |
* | radeonsi: don't call eliminate_const_vs_outputs in shaders without VS exports | Marek Olšák | 2017-05-05 | 1 | -4/+4 |
* | radeonsi: drop support for LLVM 3.8 | Marek Olšák | 2017-05-05 | 5 | -83/+26 |
* | radeonsi: stop using v16i8 | Marek Olšák | 2017-05-05 | 3 | -12/+8 |
* | radeonsi/gfx9: make some PA & DB registers match the closed Vulkan driver | Marek Olšák | 2017-05-05 | 1 | -3/+18 |
* | freedreno/a5xx: compute shader support | Rob Clark | 2017-05-04 | 9 | -5/+264 |
* | freedreno: core compute state support | Rob Clark | 2017-05-04 | 7 | -6/+216 |
* | freedreno/ir3: compute shader support | Rob Clark | 2017-05-04 | 4 | -19/+154 |
* | freedreno/a5xx: SSBO support | Rob Clark | 2017-05-04 | 3 | -7/+114 |
* | freedreno/ir3: SSBO/atomic support | Rob Clark | 2017-05-04 | 6 | -13/+309 |
* | freedreno: core SSBO support | Rob Clark | 2017-05-04 | 5 | -0/+73 |
* | freedreno/ir3: resync instr-a3xx.h/disasm-a3xx.c | Rob Clark | 2017-05-04 | 7 | -20/+161 |
* | targets/libgl-xlib: remove unneeded GLX_SHARED_GLAPI define | Emil Velikov | 2017-05-04 | 1 | -2/+0 |
* | gallium/dri: remove unneeded HAVE_SHARED_GLAPI guard | Emil Velikov | 2017-05-04 | 1 | -5/+1 |
* | gallium/dri: always link against shared glapi | Emil Velikov | 2017-05-04 | 1 | -3/+3 |
* | radeonsi: constify a bunch of the perfcounter structs. | Dave Airlie | 2017-05-04 | 3 | -52/+46 |
* | radeonsi/gfx9: fix gl_ViewportIndex | Marek Olšák | 2017-05-03 | 2 | -8/+40 |
* | radeonsi/gfx9: set VGT_REUSE_OFF = 0 | Marek Olšák | 2017-05-03 | 1 | -3/+7 |
* | etnaviv: add L8A8_UNORM texture format | Christian Gmeiner | 2017-05-03 | 1 | -0/+2 |
* | ac: rename ac_eliminate_const_vs_outputs -> ac_optimize_vs_outputs | Marek Olšák | 2017-05-03 | 1 | -5/+5 |
* | vc4: Use runtime CPU detection for whether NEON is available. | Eric Anholt | 2017-05-02 | 2 | -14/+16 |
* | vc4: Use a wrapper file to set VC4_BUILD_NEON instead of CFLAGS. | Eric Anholt | 2017-05-02 | 4 | -8/+31 |
* | gallium: Enable ARM NEON CPU detection. | Eric Anholt | 2017-05-02 | 3 | -0/+46 |
* | renderonly: use drmIoctl | Philipp Zabel | 2017-05-02 | 1 | -4/+3 |
* | renderonly: drop resources on destroy | Philipp Zabel | 2017-05-02 | 3 | -3/+13 |
* | renderonly: close transfer prime_fd | Philipp Zabel | 2017-05-02 | 1 | -0/+2 |
* | vc4: Only build the NEON code on arm32. | Eric Anholt | 2017-05-01 | 1 | -2/+2 |
* | gm107/ir: add a missing assertion in emitISCADD() | Samuel Pitoiset | 2017-05-01 | 1 | -0/+2 |
* | gallium/targets: fix bool setting on BE architectures | Ilia Mirkin | 2017-04-29 | 8 | -11/+11 |
* | st/wgl: whitespace, formatting fixes in stw_pixelformat.c | Brian Paul | 2017-04-28 | 1 | -72/+62 |
* | st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visuals | Charmaine Lee | 2017-04-28 | 1 | -2/+2 |
* | st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB() | Brian Paul | 2017-04-28 | 1 | -1/+1 |
* | st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.c | Brian Paul | 2017-04-28 | 1 | -59/+52 |
* | svga: implement sRGB rendering for imported surfaces | Neha Bhende | 2017-04-28 | 1 | -2/+9 |