| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/hud: move struct hud_context to hud_private.h | Marek Olšák | 2017-06-26 | 2 | -46/+48 |
* | gallium/hud: rename API-thread-busy to main-thread-busy | Marek Olšák | 2017-06-26 | 3 | -5/+5 |
* | util: move pipe_thread_is_self from gallium to src/util | Marek Olšák | 2017-06-26 | 2 | -12/+1 |
* | nv50/ir: Properly fold constants in SPLIT operation | Pierre Moreau | 2017-06-25 | 1 | -3/+4 |
* | radeonsi/gfx9: don't overallocate shader binaries | Marek Olšák | 2017-06-24 | 1 | -6/+0 |
* | st/dri2: implement image offset query | Lucas Stach | 2017-06-24 | 1 | -0/+6 |
* | llvmpipe: initialize default fb correctly in setup | Roland Scheidegger | 2017-06-24 | 1 | -0/+4 |
* | radeonsi: unreference vertex buffers when destroying the context | Marek Olšák | 2017-06-23 | 1 | -0/+2 |
* | radeonsi: implement the workaround for Rocket League - postponed TGSI kill | Marek Olšák | 2017-06-23 | 5 | -0/+37 |
* | gallium/radeon: pass create_screen flags to r600_common_screen_init | Marek Olšák | 2017-06-23 | 16 | -26/+34 |
* | st/dri: add a drirc workaround for Rocket League | Marek Olšák | 2017-06-23 | 2 | -0/+11 |
* | st/dri: get drirc options before creating pipe_screen | Marek Olšák | 2017-06-23 | 4 | -20/+38 |
* | gallium: allow passing 'unsigned flags' to create_screen() | Marek Olšák | 2017-06-23 | 25 | -64/+65 |
* | llvmpipe:fix using 32bit rasterization mistakenly, causing overflows | Roland Scheidegger | 2017-06-23 | 4 | -31/+43 |
* | llvmpipe: fill in debug vertex info for tri rasterization | Roland Scheidegger | 2017-06-23 | 1 | -1/+1 |
* | Revert "radeonsi: don't emit partial flushes at the end of IBs (v2)" | Marek Olšák | 2017-06-23 | 1 | -9/+5 |
* | svga: minor whitespace fixes in svga_pipe_vertex.c | Brian Paul | 2017-06-22 | 1 | -6/+10 |
* | svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL) | Brian Paul | 2017-06-22 | 1 | -0/+2 |
* | svga: fix pre-mature flushing of the command buffer | Charmaine Lee | 2017-06-22 | 5 | -5/+24 |
* | swr: invalidate attachment on transition change | George Kyriazis | 2017-06-22 | 3 | -0/+28 |
* | radeonsi/gfx9: enable DCC fast clear | Marek Olšák | 2017-06-22 | 1 | -4/+0 |
* | radeonsi/gfx9: don't ever flush the TC metadata cache | Marek Olšák | 2017-06-22 | 1 | -10/+3 |
* | radeonsi/gfx9: use TC L2 for fast color clear with CP DMA | Marek Olšák | 2017-06-22 | 1 | -2/+5 |
* | radeonsi: fix DCC fast clear for luminance and alpha formats | Marek Olšák | 2017-06-22 | 1 | -1/+10 |
* | radeonsi: don't emit partial flushes at the end of IBs (v2) | Marek Olšák | 2017-06-22 | 1 | -5/+9 |
* | change va max_entrypoints | Chandu Babu N | 2017-06-22 | 2 | -1/+3 |
* | st/va: Fix leak in VAAPI subpictures | Chandu Babu N | 2017-06-22 | 1 | -0/+1 |
* | radeonsi: use the correct LLVMTargetMachineRef in si_build_shader_variant | Nicolai Hähnle | 2017-06-22 | 1 | -6/+22 |
* | radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fence | Marek Olšák | 2017-06-22 | 3 | -8/+28 |
* | radeonsi/gfx9: enable the constant engine | Marek Olšák | 2017-06-22 | 1 | -4/+1 |
* | radeonsi/gfx9: indirect buffers and all CP packets use TC L2 | Marek Olšák | 2017-06-22 | 4 | -13/+21 |
* | radeonsi: flush CB after MSAA only when transitioning from CB to textures | Marek Olšák | 2017-06-22 | 2 | -14/+60 |
* | radeonsi: unify CB_RESOLVE blitter invocation code | Marek Olšák | 2017-06-22 | 1 | -17/+18 |
* | radeonsi: flush DB caches only when transitioning from DB to texturing | Marek Olšák | 2017-06-22 | 5 | -25/+56 |
* | radeonsi: add separate HUD counters for CB and DB cache flushes | Marek Olšák | 2017-06-22 | 4 | -10/+20 |
* | cso: inline a few frequently-used functions | Marek Olšák | 2017-06-22 | 2 | -31/+26 |
* | cso: don't return errors from sampler functions | Marek Olšák | 2017-06-22 | 2 | -18/+8 |
* | cso: don't track the number of sampler states bound | Marek Olšák | 2017-06-22 | 1 | -36/+23 |
* | egl: turn one more boolean `int` into a `bool` | Eric Engestrom | 2017-06-21 | 2 | -4/+4 |
* | etnaviv: fix blend color for RB swapped rendertargets | Lucas Stach | 2017-06-21 | 4 | -14/+45 |
* | st/xvmc: deal with drivers wanting different texture formats | Ilia Mirkin | 2017-06-20 | 1 | -36/+115 |
* | nvc0: fix transfer of larger rectangles with DmaCopy on gk104 and up | Ben Skeggs | 2017-06-20 | 1 | -9/+32 |
* | nvc0: copy engine surface params are only relevant for tiled surfaces | Ben Skeggs | 2017-06-20 | 1 | -18/+19 |
* | swr: Include definition of missing function | George Kyriazis | 2017-06-20 | 1 | -0/+1 |
* | vc4: Clean up release build warnings using MAYBE_UNUSED. | Eric Anholt | 2017-06-20 | 2 | -6/+5 |
* | vc4: Allow VBOs to be mapped during execution. | Eric Anholt | 2017-06-20 | 1 | -1/+1 |
* | gallium/vbuf: avoid segfault when we get invalid glDrawRangeElements() | Brian Paul | 2017-06-20 | 1 | -1/+15 |
* | gallium/vbuf: add some const qualifiers | Brian Paul | 2017-06-20 | 1 | -12/+13 |
* | translate: whitespace fixes in translate_generic.c | Brian Paul | 2017-06-20 | 1 | -199/+206 |
* | softpipe: remove unused softpipe_context::line_stipple_counter | Brian Paul | 2017-06-20 | 1 | -2/+0 |