radeonsi: remove some definitions and helpers from r600_pipe_common.h
[mesa.git] / src / gallium /
2017-11-29 Marek Olšákradeonsi: remove some definitions and helpers from...
2017-11-29 Marek Olšákradeonsi: don't use fast color clear for small surfaces
2017-11-29 Marek Olšákradeonsi: unify code setting dirty_level_mask for fast...
2017-11-29 Marek Olšákradeonsi: clean up si_do_fast_color_clear parameters
2017-11-29 Marek Olšákradeonsi: remove r600_common_context::clear_buffer
2017-11-29 Marek Olšákradeonsi: move r600_test_dma.c into si_test_dma.c
2017-11-29 Marek Olšákradeonsi: move si_pipe_clear_buffer into si_cp_dma.c
2017-11-29 Marek Olšákradeonsi: move all clear() code into si_clear.c
2017-11-29 Marek Olšákradeonsi: enable DCC with MSAA for VI
2017-11-29 Marek Olšákradeonsi: implement fast color clear for DCC with MSAA...
2017-11-29 Marek Olšákradeonsi: add a workaround for blending with DCC and...
2017-11-29 Marek Olšákradeonsi: clear PIPE_IMAGE_ACCESS_WRITE when it's inval...
2017-11-29 Marek Olšákac/surface: enable DCC computation for MSAA
2017-11-29 Marek Olšákradeonsi: fix layered DCC fast clear
2017-11-29 Dave Airlier600: lds load cleanups.
2017-11-29 Gert Wollnyr600_shader: only load from LDS what is really used
2017-11-29 Dave Airlier600/sb: handle jump after target to end of program...
2017-11-28 Dylan Bakermeson: build virgl driver
2017-11-28 Dylan Bakermeson: build svga driver on linux
2017-11-28 Dylan Bakermeson: build r600 driver
2017-11-28 Dylan Bakermeson: build r300 driver
2017-11-28 Dylan Bakermeson: build i915g driver
2017-11-28 Brian Paulsvga: move svga_is_format_supported() to svga_format.c
2017-11-28 Brian Paulsvga: s/unsigned/SVGA3dDevCapIndex/
2017-11-28 Eric Engestromvc4: check preprocessor token existence using #ifdef...
2017-11-28 Eric Engestromst/dri: replace hard-coded array size with ARRAY_SIZE()
2017-11-28 Nicolai Hähnleradeonsi/gfx9: simplify condition for on-chip ESGS
2017-11-28 Nicolai Hähnleradeonsi: clarify that si_shader_selector::esgs_itemsiz...
2017-11-28 Nicolai Hähnleradeonsi: use si_shader_context instead of lp_build_con...
2017-11-28 Nicolai Hähnleradeonsi: cleanup si_initialize_color_surface
2017-11-28 Nicolai Hähnleradeonsi: avoid attempting to create CMASK if the tilin...
2017-11-28 Nicolai Hähnleradeonsi: check that we don't leak fine.buf references
2017-11-28 Nicolai Hähnleamd/common: sid.h cleanups
2017-11-27 Marek Olšákac: change legacy_surf_level::slice_size to dword units
2017-11-27 Marek Olšákac: pack ac_surface better
2017-11-27 Marek Olšákradeonsi: always initialize max_forced_staging_uploads
2017-11-27 Marek Olšákradeonsi: remove an old hack for evergreen
2017-11-27 Marek Olšákradeonsi: set COMPUTE_RESOURCE_LIMITS.FORCE_SIMD_DIST...
2017-11-27 Dave Airlier600/eg: dump event type in dumps
2017-11-26 Tobias Klausmannnouveau/compiler: Allow to omit line numbers when print...
2017-11-26 Nicolai Hähnleradeonsi: try flushing unflushed fences in si_fence_fin...
2017-11-26 Ilia Mirkinnv50/ir: move LateAlgebraicOpt to the very end
2017-11-26 Ilia Mirkinnv50/ir: when merging immediates/consts, load directly
2017-11-26 Ilia Mirkinnv50/ir: add optimization for modulo by a non-power...
2017-11-26 Ilia Mirkinnv50/ir: optimize signed integer modulo by pow-of-2
2017-11-25 Ilia Mirkinfreedreno/a4xx: add ARB_framebuffer_no_attachments...
2017-11-25 Ilia Mirkinfreedreno/a4xx: add indirect draw support
2017-11-25 Ilia Mirkinfreedreno: regenerate pm4 header, adjust code for new...
2017-11-25 Ilia Mirkinfreedreno/a4xx: add stencil texturing support
2017-11-25 Ilia Mirkinfreedreno/ir3: add a pass to lower tg4 to txl, enable...
2017-11-25 Marek Olšákgallium/hud: add HUD sharing within a context share...
2017-11-25 Marek Olšákgallium/hud: update the HUD interface for multiple...
2017-11-25 Marek Olšákgallium/hud: prevent a crash if the recording context...
2017-11-25 Marek Olšákgallium/hud: separate code for record context init...
2017-11-25 Marek Olšákgallium/hud: separate code for draw context init/release
2017-11-25 Marek Olšákgallium/hud: don't use hud->pipe in hud_parse_env_var
2017-11-25 Marek Olšákgallium/hud: use cso_get_pipe_context
2017-11-25 Marek Olšákcso: add cso_get_pipe_context
2017-11-25 Marek Olšákgallium/hud: pass pipe_context explicitly to most functions
2017-11-25 Marek Olšákgallium/hud: split hud_draw into 3 separate functions
2017-11-25 Marek Olšákst/dri: remove dead code and incorrect comment around...
2017-11-25 Marek Olšákst/dri: clean up dri_unbind_context
2017-11-25 Marek Olšákradeonsi: expose all CB performance counters on Stoney
2017-11-25 Marek Olšákradeonsi: handle imported textures with DCC robustly
2017-11-25 Marek Olšákradeonsi: fix a typo in creating monolithic ES-GS
2017-11-25 Marek Olšákradeonsi: don't write undefined output channels to...
2017-11-25 Marek Olšákradeonsi: use ac.lds for shared memory
2017-11-25 Marek Olšákradeonsi: do 64-bit LDS loads recursively
2017-11-23 Wladimir J. van... etnaviv: Emit vertex buffers consecutively
2017-11-23 Roland Scheideggerr600: set DX10_CLAMP for compute shader too
2017-11-22 Gert Wollnyr600/shader: Fix all warnings issed with "-Wall -Wextra"
2017-11-22 Gert Wollnyr600: Emit EOP for more CF instruction types
2017-11-22 Eric Anholtbroadcom/vc5: Fix BASE_LEVEL handling with txl.
2017-11-22 Eric Anholtbroadcom/vc5: Fix array texture layer count setup.
2017-11-22 Eric Anholtbroadcom/vc5: Don't increment primitive queries while...
2017-11-22 Eric Anholtbroadcom/vc5: Fix incorrect padding of TF outputs.
2017-11-22 Eric Anholtbroadcom/vc5: Fix UIF surface size setup for ARB_fbo...
2017-11-22 Wladimir J. van... etnaviv: Put HALTI level in specs
2017-11-22 Wladimir J. van... etnaviv: Const-correctness etnaviv_emit.h
2017-11-22 Juan A. Suarez Romeromeson: add si_driinfo.h in libgallium_dri
2017-11-21 Roland Scheideggerllvmpipe: fix snorm blending
2017-11-20 Dave Airlier600: add cull distance support
2017-11-20 Dylan Bakermeson: Guard the gallium dri componenet
2017-11-20 Eric Anholtbroadcom/vc5: Align 1D texture miplevels to 64b.
2017-11-20 Eric Anholtbroadcom/vc5: Clamp min lod to the last level.
2017-11-20 Eric Anholtbroadcom/vc5: Increase simulator memory for tex-mipleve...
2017-11-20 Tim Rowleyswr/rast: Repair simd8 frontend code rot
2017-11-20 Tim Rowleyswr/rast: Implement AVX-512 GATHERPS in SIMD16 fetch...
2017-11-20 Tim Rowleyswr/rast: Simplify GATHER* jit builder api
2017-11-20 Tim Rowleyswr/rast: Add alignment to transpose targets
2017-11-20 Tim Rowleyswr/rast: Cache eventmanager
2017-11-20 Tim Rowleyswr/rast: Enable AVX-512 targets in the jitter
2017-11-20 Tim Rowleyswr/rast: Points with clipdistance can't go through...
2017-11-20 Tim Rowleyswr/rast: Code style change (NFC)
2017-11-20 Tim Rowleyswr/rast: Widen fetch shader to SIMD16
2017-11-20 Tim Rowleyswr/rast: Support flexible vertex layout for DS output
2017-11-20 Nicolai Hähnlegallium/u_threaded: avoid syncing in threaded_context_flush
2017-11-20 Nicolai Hähnleradeonsi: avoid syncing the driver thread in si_fence_f...
2017-11-20 Nicolai Hähnleradeonsi: recompute the relative timeout after waiting...
2017-11-20 Nicolai Hähnleddebug: fix the hang detection timeout calculation
next