meson: replace libmesa_util with idep_mesautil
[mesa.git] / src / gallium /
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Alyssa Rosenzweigpanfrost: Allocate polygon lists on-demand
2019-08-02 Boris Brezillonpanfrost: Handle the bo == NULL case in panfrost_bo_...
2019-08-02 Boris Brezillonpanfrost: Get rid of the skippable param in attach_vt_f...
2019-08-02 Boris Brezillonpanfrost: Don't emit a new FB desc when setting a new...
2019-08-02 Boris Brezillonpanfrost: Bail out early when doing a wallpaper blit
2019-08-02 Boris Brezillonpanfrost: Bail out early when new and current FB states...
2019-08-02 Boris Brezillonpanfrost: Delay FB descriptor allocation
2019-08-02 Boris Brezillonpanfrost: Remove job from ctx->jobs at submission time
2019-08-02 Boris Brezillonpanfrost: Make ctx->job useful
2019-08-02 Bas Nieuwenhuizenac/nir,radv: Optimize bounds check for 64 bit CAS.
2019-08-02 Roland Scheideggergallivm: fix issue with AtomicCmpXchg wrapper on llvm...
2019-08-02 Eric Engestromgallium: deduplicate os detection logic by using detect...
2019-08-02 Eric Engestromgallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER
2019-08-02 Eric Engestromscons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE
2019-08-02 Eric Engestromgallium: remove never-used PIPE_SUBSYSTEM_DRI
2019-08-02 Rob Clarkfreedreno/batch: fix dependency loop detection
2019-08-02 Rob Clarkfreedreno/a6xx: add missing flush/invalidates for blit
2019-08-02 Rob Clarkfreedreno/a6xx: skip tiles with no geometry
2019-08-02 Rob Clarkfreedreno/a6xx: VSC overflow detection/handling
2019-08-02 Rob Clarkfreedreno/a6xx: remove USE/IGNORE_VISIBILITY draw patching
2019-08-02 Rob Clarkfreedreno/a6xx: cleanup "blit_mem"
2019-08-02 Rob Clarkfreedreno: refresh tile debug
2019-08-02 Rob Clarkfreedreno/gmem: small cleanup
2019-08-02 Rob Clarkfreedreno/batch: always update last_fence
2019-08-02 Rob Clarkfreedreno: drop unused fd_fence_ref param
2019-08-02 Jonathan Marekfreedreno: a2xx: implement texture tiling
2019-08-02 Jonathan Marekfreedreno: a2xx: use nir_lower_alu_to_scalar instead...
2019-08-02 Jonathan Marekfreedreno: a2xx: fix HW binning for batches with >256K...
2019-08-02 Jonathan Marekfreedreno: a2xx: fix fneg/fabs/fsat opcodes
2019-08-02 Jonathan Marekfreedreno: a2xx: fix order of NIR opts
2019-08-02 Jonathan Marekfreedreno: a2xx: fix non-etc1 cubemaps
2019-08-02 Jonathan Marekfreedreno: a2xx: fix fast clear not being used for...
2019-08-02 Jonathan Marekfreedreno: align renderonly scanout buffers
2019-08-02 Timothy Arceriiris: bump compat profile support to 4.6
2019-08-02 Kenneth Graunkegallium: Implement GL_EXT_shader_samples_identical...
2019-08-01 Mark Janesiris/screen: use initialization routine for gen_device_info
2019-08-01 Mark Janesintel/common: provide common ioctl routine
2019-08-01 Alyssa Rosenzweigpanfrost: Remove unused argument
2019-08-01 Alyssa Rosenzweigpanfrost: Handle MESA_SHADER_COMPUTE in compile callback
2019-08-01 Alyssa Rosenzweigpanfrost: Use gl_shader_stage directly for compiles
2019-08-01 Alyssa Rosenzweigpanfrost: Emit "draw" info for compute jobs
2019-08-01 Alyssa Rosenzweigpanfrost: Feed compute shaders into the compiler
2019-08-01 Alyssa Rosenzweigpanfrost: Expose compute shaders as panfrost_shader_var...
2019-08-01 Alyssa Rosenzweigpanfrost: Remove shader state *base
2019-08-01 Alyssa Rosenzweigpanfrost: Remove CSO dependency from shader_compile
2019-08-01 Alyssa Rosenzweigpanfrost: Generalize UBO upload for other shader stages
2019-08-01 Alyssa Rosenzweigpanfrost: Guard vertex upload by ctx->vertex != NULL
2019-08-01 Alyssa Rosenzweigpanfrost: Generalize vertex shader upload
2019-08-01 Alyssa Rosenzweigpanfrost: Share gl_enables between VERTEX/COMPUTE
2019-08-01 Alyssa Rosenzweigpanfrost: Invoke compute shader according to grid info
2019-08-01 Alyssa Rosenzweigpanfrost: Explain and include compute FBD
2019-08-01 Alyssa Rosenzweigpanfrost: Unify-driven cleanup
2019-08-01 Alyssa Rosenzweigpanfrost: Unify ctx->vs and ctx->fs
2019-08-01 Alyssa Rosenzweigpanfrost: Flesh out launch_grid stub
2019-08-01 Alyssa Rosenzweigpanfrost: Cleanup via payload unification
2019-08-01 Alyssa Rosenzweigpanfrost: Unify payload_vertex/payload_tiler
2019-08-01 Alyssa Rosenzweigpanfrost: Only wallpaper if we drew something
2019-08-01 Alyssa Rosenzweigpanfrost: Adjust shader CAPs to expose dEQP compute
2019-08-01 Alyssa Rosenzweigpanfrost: Expose NIR as our PIPE_SHADER_CAP_SUPPORTED_IRS
2019-08-01 Alyssa Rosenzweigpanfrost: Copy freedreno's panfrost_get_compute_param
2019-08-01 Alyssa Rosenzweigpanfrost: Expose COMPUTE-related caps for GLES3.1
2019-08-01 Alyssa Rosenzweigpanfrost: Stub out launch_grid
2019-08-01 Alyssa Rosenzweigpanfrost: Stub out compute CSO
2019-08-01 Alyssa Rosenzweigpanfrost: Implement gl_FrontFacing
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in tess eval shaders
2019-08-01 Timothy Arceriiris: add support for gl_ClipVertex in geometry shaders
2019-08-01 Jason Ekstrandnir: Stop whacking gl_FrontFacing to a system value
2019-08-01 Alyssa Rosenzweigpanfrost: Implement panfrost_set_shader_buffers callback
2019-08-01 Alyssa Rosenzweiggallium/util: Add util_set_shader_buffers_mask helper
2019-08-01 Jonathan Marekkmsro: move entry points from etnaviv to kmsro
2019-08-01 Gert Wollnyvirgl: Enable depth_clamp by lowering if the host is...
2019-08-01 Gert Wollnygallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state...
2019-08-01 Gert WollnyRevert "softpipe: Don't draw when rasterizer_discard...
2019-07-31 Kenneth Graunkeiris: Skip emitting 3DSTATE_INDEX_BUFFER if possible
2019-07-31 Mike Blumenkrantzst/dri: simplify dri_get_egl_image by reusing dri2_form...
2019-07-31 Erico Nuneslima: enable lower_bitops in ppir
2019-07-31 Erico Nunesnir/algebraic: rename lower_bitshift to lower_bitops
2019-07-31 Erico Nuneslima/ppir: lower fdot in nir_opt_algebraic
2019-07-31 Erico Nuneslima/ppir: refactor texture code to simplify scheduler
2019-07-31 Erico Nuneslima/ppir: lower texture projection
2019-07-31 Kenneth GraunkeRevert "st/dri: simplify dri_get_egl_image by reusing...
2019-07-31 Alyssa Rosenzweigpanfrost: Add MALI_SAMP_NORM_COORDS flag
2019-07-31 Alyssa Rosenzweigpanfrost: Simplify filter_mode definition
2019-07-31 Mike Blumenkrantzst/dri: simplify dri_get_egl_image by reusing dri2_form...
2019-07-31 Mike Blumenkrantzgallium: add handling for YUV planar surfaces
2019-07-31 Mike Blumenkrantzgallium: add AYUV and XYUV formats
2019-07-31 Eric Engestromvirgl: make use of local variable
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromr600: replace MAYBE_UNUSED with specific #ifdef
2019-07-31 Eric Engestromgallium/aux: replace MAYBE_UNUSED with UNUSED
2019-07-31 Eric Engestromv3d: replace MAYBE_UNUSED with UNUSED
2019-07-31 Eric Engestromv3d: drop incorrect MAYBE_UNUSED
2019-07-31 Eric Engestromr600: move variable to proper scope
2019-07-31 Kenneth Graunkeiris: Skip repeated depth buffer disables.
2019-07-31 Marek Olšákradeonsi: release NIR in the right place to fix crashes
2019-07-31 Marek Olšákradeonsi: fix packing of key.mono.u.ps
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if for the prim discard...
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if for the wrapping if...
2019-07-31 Marek Olšákradeonsi: don't use lp_build_if for the wrapping if...
next