| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add pipe cap for scissored clears and pass scissor state to clear() ... | Mike Blumenkrantz | 2020-04-29 | 1 | -0/+1 |
* | nv50,nvc0: fix destination coordinates of blit | Ilia Mirkin | 2020-01-12 | 1 | -2/+14 |
* | util: Move gallium's PIPE_FORMAT utils to /util/format/ | Eric Anholt | 2019-11-14 | 1 | -1/+1 |
* | gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock | Marek Olšák | 2019-10-07 | 1 | -1/+1 |
* | nvc0: don't put text segment into bufctx | Ilia Mirkin | 2019-01-27 | 1 | -0/+4 |
* | nvc0: fix blitting red to srgb8_alpha | Ilia Mirkin | 2018-10-09 | 1 | -0/+4 |
* | nv50,nvc0: guard against zero-size blits | Ilia Mirkin | 2018-10-09 | 1 | -0/+7 |
* | nvc0: add support for programmable sample locations | Rhys Perry | 2018-06-14 | 1 | -0/+12 |
* | nv50,nvc0: fix clear buffer acceleration | Ilia Mirkin | 2018-02-22 | 1 | -16/+9 |
* | gallium/util: replace pipe_mutex_unlock() with mtx_unlock() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/util: replace pipe_mutex_lock() with mtx_lock() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/util: replace pipe_mutex_destroy() with mtx_destroy() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/util: replace pipe_mutex_init() with mtx_init() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/util: replace pipe_mutex with mtx_t | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | nvc0: use sched control codes for gm107 blitter shader | Samuel Pitoiset | 2017-01-12 | 1 | -6/+14 |
* | nvc0: update GM107 sched control codes format | Samuel Pitoiset | 2016-09-29 | 1 | -2/+2 |
* | nv50,nvc0: respect render condition enable flag when clearing rt/zs | Ilia Mirkin | 2016-09-03 | 1 | -4/+8 |
* | gallium: add render_condition_enable param to clear_render_target/depth_stencil | Marek Olšák | 2016-08-10 | 1 | -2/+4 |
* | nvc0: add support for GL_EXT_window_rectangles | Ilia Mirkin | 2016-06-18 | 1 | -4/+18 |
* | gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* | Marek Olšák | 2016-04-22 | 1 | -4/+4 |
* | nvc0: handle the case where there are no framebuffer attachments | Ilia Mirkin | 2016-04-09 | 1 | -0/+4 |
* | nvc0: make sure to disable fetches from previously-set VBOs when blitting | Ilia Mirkin | 2016-03-28 | 1 | -0/+2 |
* | nvc0: disable primitive restart and index bias during blits | Ilia Mirkin | 2016-03-28 | 1 | -0/+11 |
* | nvc0: fix blit triangle size to fully cover FB's > 8192x8192 | Ilia Mirkin | 2016-03-13 | 1 | -4/+4 |
* | nvc0: rework the validation path for 3D | Samuel Pitoiset | 2016-03-09 | 1 | -2/+2 |
* | nv50,nvc0: make sure to destroy the mutex used for blits | Samuel Pitoiset | 2016-03-08 | 1 | -0/+1 |
* | nvc0: rename 3d binding points to NVC0_BIND_3D_XXX | Samuel Pitoiset | 2016-02-22 | 1 | -8/+9 |
* | nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX | Samuel Pitoiset | 2016-02-22 | 1 | -15/+15 |
* | nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d | Samuel Pitoiset | 2016-02-22 | 1 | -7/+7 |
* | nvc0: switch nvc0_surface.c to updated g80_texture.xml.h | Ben Skeggs | 2016-02-16 | 1 | -7/+11 |
* | nvc0: switch nvc0_surface.c to updated g80_defs.xml.h | Ben Skeggs | 2016-02-16 | 1 | -7/+7 |
* | nv50,nvc0: remove unused parameter in nvXX_state_validate() | Samuel Pitoiset | 2016-02-11 | 1 | -2/+2 |
* | nv50,nvc0: fix buffer clearing to respect engine alignment requirements | Ilia Mirkin | 2016-01-30 | 1 | -34/+145 |
* | nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion | Ilia Mirkin | 2015-12-27 | 1 | -0/+2 |
* | nv50,nvc0: allow to create resources other than buffers | Samuel Pitoiset | 2015-12-01 | 1 | -0/+4 |
* | nv50,nvc0: disable render condition around clear_* functions | Ilia Mirkin | 2015-11-14 | 1 | -0/+12 |
* | nv50,nvc0: add ARB_clear_texture support | Ilia Mirkin | 2015-11-11 | 1 | -0/+5 |
* | nvc0: reintroduce BGRA4 format support | Ilia Mirkin | 2015-11-06 | 1 | -1/+1 |
* | nouveau: get rid of tabs | Ilia Mirkin | 2015-10-31 | 1 | -51/+51 |
* | nvc0: add ARB_copy_image support | Ilia Mirkin | 2015-10-28 | 1 | -6/+10 |
* | nv50,nvc0: disable depth bounds test on blit | Ilia Mirkin | 2015-08-23 | 1 | -0/+1 |
* | nv50,nvc0: take level into account when doing eng2d multi-layer blits | Ilia Mirkin | 2015-08-17 | 1 | -4/+10 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 1 | -1/+1 |
* | nouveau: use bool instead of boolean | Samuel Pitoiset | 2015-07-21 | 1 | -27/+27 |
* | nvc0: fix wrong use of BLIT_SRC_Y_INT for 2D texture copy | Samuel Pitoiset | 2015-07-08 | 1 | -1/+1 |
* | nvc0: turn sample counts off during blit | Ilia Mirkin | 2015-07-07 | 1 | -0/+7 |
* | nvc0: reset the instanced elements state when doing blit using 3d engine | Ilia Mirkin | 2015-05-09 | 1 | -0/+6 |
* | nvc0: bail out of 2d blits with non-A8_UNORM alpha formats | Ilia Mirkin | 2015-02-14 | 1 | -2/+5 |
* | nvc0: regenerate rnndb headers | Ilia Mirkin | 2015-01-05 | 1 | -11/+11 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2014-12-08 | 1 | -2/+1 |