summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_surface.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-21nouveau: use pipe_shader_from_nirAlyssa Rosenzweig1-3/+2
2023-07-21nvc0: Keep nir directly in nvc0_programM Henning1-2/+2
2023-07-10gallium: use u_default_clear_texture where applicableItalo Nicola1-1/+1
2023-06-12nouveau: Delete the NV50_PROG_USE_TGSI env var.Emma Anholt1-1/+1
2023-05-13nvc0: Free blitter->vpM Henning1-0/+6
2023-05-13nv50,nvc0: Free nir from blitter fp shaderM Henning1-1/+1
2023-04-25gallium: Add pipe_shader_state_from_nirM Henning1-3/+2
2023-04-25nvc0: Use nir in nvc0_blitter_make_vpM Henning1-21/+45
2023-03-07mesa/st, nine, nouveau: Fix uninitialized pipe_sampler_view structsAntonio Gomes1-1/+1
2022-11-08util: Remove os/os_thread.h and replace #include "os/os_thread.h" with #inclu...Yonggang Luo1-1/+1
2022-08-30nvc0: make state handling race freeKarol Herbst1-2/+14
2022-08-30nouveau/fence: per context fenceKarol Herbst1-6/+6
2022-08-30nouveau: wrap nouveau_pushbuf_refnKarol Herbst1-3/+3
2022-08-30nouveau: wrap nouveau_pushbuf_validateKarol Herbst1-5/+5
2022-04-01util: Rename pipe_debug_message to util_debug_messageYonggang Luo1-1/+1
2021-03-22nv50,nvc0: remove explicit target argument from view creationIlia Mirkin1-2/+3
2021-02-08nv50,nvc0: add scissored clear supportIlia Mirkin1-0/+20
2021-01-11nv50,nvc0: serialize between before/after using a zeta surface as colorIlia Mirkin1-0/+15
2020-07-08nouveau/nvc0: silence maybe-uninitialized warningTimothy Arceri1-0/+1
2020-06-10nvc0: initial support for tu1xxBen Skeggs1-1/+16
2020-06-10nvc0: remove hardcoded blitter vertprogBen Skeggs1-73/+39
2020-04-29gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz1-0/+1
2020-01-12nv50,nvc0: fix destination coordinates of blitIlia Mirkin1-2/+14
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-10-07gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák1-1/+1
2019-01-27nvc0: don't put text segment into bufctxIlia Mirkin1-0/+4
2018-10-09nvc0: fix blitting red to srgb8_alphaIlia Mirkin1-0/+4
2018-10-09nv50,nvc0: guard against zero-size blitsIlia Mirkin1-0/+7
2018-06-14nvc0: add support for programmable sample locationsRhys Perry1-0/+12
2018-02-22nv50,nvc0: fix clear buffer accelerationIlia Mirkin1-16/+9
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-1/+1
2017-01-12nvc0: use sched control codes for gm107 blitter shaderSamuel Pitoiset1-6/+14
2016-09-29nvc0: update GM107 sched control codes formatSamuel Pitoiset1-2/+2
2016-09-03nv50,nvc0: respect render condition enable flag when clearing rt/zsIlia Mirkin1-4/+8
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-2/+4
2016-06-18nvc0: add support for GL_EXT_window_rectanglesIlia Mirkin1-4/+18
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-4/+4
2016-04-09nvc0: handle the case where there are no framebuffer attachmentsIlia Mirkin1-0/+4
2016-03-28nvc0: make sure to disable fetches from previously-set VBOs when blittingIlia Mirkin1-0/+2
2016-03-28nvc0: disable primitive restart and index bias during blitsIlia Mirkin1-0/+11
2016-03-13nvc0: fix blit triangle size to fully cover FB's > 8192x8192Ilia Mirkin1-4/+4
2016-03-09nvc0: rework the validation path for 3DSamuel Pitoiset1-2/+2
2016-03-08nv50,nvc0: make sure to destroy the mutex used for blitsSamuel Pitoiset1-0/+1
2016-02-22nvc0: rename 3d binding points to NVC0_BIND_3D_XXXSamuel Pitoiset1-8/+9
2016-02-22nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXXSamuel Pitoiset1-15/+15
2016-02-22nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3dSamuel Pitoiset1-7/+7