iris: tidy more warnings
[mesa.git] / src / gallium /
2019-02-21 Kenneth Graunkeiris: tidy more warnings
2019-02-21 Kenneth Graunkeiris: Enable msaa_map transfer helpers
2019-02-21 Kenneth Graunkeiris: Actually create/destroy HW contexts
2019-02-21 Kenneth Graunkeiris: Don't leak the compute batch
2019-02-21 Kenneth Graunkeiris: cross batch flushing
2019-02-21 Kenneth Graunkeiris: Cross-link iris_batches so they can potentially...
2019-02-21 Dave Airlieiris: fix crash in sparse vertex array
2019-02-21 Kenneth Graunkeiris: Use at least 1x1 size for null FB surface state.
2019-02-21 Kenneth Graunkeiris: Drop B5G5R5X1 support
2019-02-21 Kenneth Graunkeiris: Enable A8/A16_UNORM in an inefficient manner
2019-02-21 Kenneth Graunkeiris: Enable ARB_shader_stencil_export
2019-02-21 Kenneth Graunkeiris: Disable a PIPE_CONTROL workaround on Icelake
2019-02-21 Kenneth Graunkeiris: Flag constants dirty on program changes
2019-02-21 Kenneth Graunkeiris: allow binding a null vertex buffer
2019-02-21 Kenneth Graunkeiris: fix overhead regression from "don't stomp each...
2019-02-21 Kenneth Graunkeiris: delete dead code
2019-02-21 Kenneth Graunkeiris: Fix refcounting of grid surface
2019-02-21 Jason Ekstrandiris/compute: Zero out the last grid size on indirect...
2019-02-21 Jason Ekstrandiris/compute: Don't increment the grid size offset
2019-02-21 Kenneth Graunkeiris: SO_DECL_LIST fix
2019-02-21 Kenneth Graunkeiris: Fall back to 1x1x1 null surface if no framebuffer...
2019-02-21 Kenneth Graunkeiris: Fix off by one in scissoring, empty scissors...
2019-02-21 Kenneth Graunkeiris: Move snapshots_landed to the front.
2019-02-21 Kenneth Graunkeiris: Clamp UBO and SSBO access to the actual BO size...
2019-02-21 Kenneth Graunkeiris: Fix texture buffer / image buffer sizes.
2019-02-21 Kenneth Graunkeiris: fix SF_CLIP_VIEWPORT array indexing with multiple VPs
2019-02-21 Kenneth Graunkeiris: flag CC_VIEWPORT when changing num viewports
2019-02-21 Kenneth Graunkeiris: fix UBOs with bindings that have an offset
2019-02-21 Kenneth Graunkeiris: try and avoid pointless compute submissions
2019-02-21 Kenneth Graunkeiris: fix SBA flushing by refactoring code
2019-02-21 Kenneth Graunkeiris: do PIPELINE_SELECT for render engine, add flushes...
2019-02-21 Kenneth Graunkeiris: hack to avoid memorybarriers out the wazoo
2019-02-21 Kenneth Graunkeiris: don't let render/compute contexts stomp each...
2019-02-21 Kenneth Graunkeiris: better dirty checking
2019-02-21 Kenneth Graunkeiris: rewrite grid surface handling
2019-02-21 Kenneth Graunkeiris: XXX for compute state tracking :/
2019-02-21 Kenneth Graunkeiris: fix whitespace
2019-02-21 Kenneth Graunkeiris: bail if SLM is needed
2019-02-21 Kenneth Graunkeiris: leave XXX about unnecessary binding table uploads
2019-02-21 Kenneth Graunkeiris: drop unnecessary #ifdefs
2019-02-21 Kenneth Graunkeiris: drop XXX that Jordan handled
2019-02-21 Jordan Justeniris/compute: Support indirect compute dispatch
2019-02-21 Jordan Justeniris/compute: Push subgroup-id
2019-02-21 Jordan Justeniris/compute: Flush compute batch on memory-barriers
2019-02-21 Jordan Justeniris/compute: Provide binding table entry for gl_NumWor...
2019-02-21 Jordan Justeniris/compute: Wait on compute batch when mapping
2019-02-21 Jordan Justeniris/program: Don't try to push ubo ranges for compute
2019-02-21 Jordan Justeniris/compute: Get group counts from grid->grid
2019-02-21 Jordan Justeniris/compute: Flush compute batches
2019-02-21 Jordan Justeniris/compute: Add MEDIA_STATE_FLUSH following WALKER
2019-02-21 Jordan Justeniris: Add iris_restore_compute_saved_bos
2019-02-21 Jordan Justeniris: Add IRIS_DIRTY_CONSTANTS_CS
2019-02-21 Jordan Justeniris/compute: Set mask bits on PIPELINE_SELECT
2019-02-21 Kenneth Graunkeiris: little bits of compute basics
2019-02-21 Kenneth Graunkeiris: drop XXX's about swizzling
2019-02-21 Kenneth Graunkeiris: drop dead format //'s
2019-02-21 Kenneth Graunkeiris: yes
2019-02-21 Kenneth Graunkeiris: initial compute caps
2019-02-21 Kenneth Graunkeiris: Enable fb fetch
2019-02-21 Kenneth Graunkeiris: advertise GL_ARB_shader_texture_image_samples
2019-02-21 Jordan Justeniris: Set num_uniforms in bytes
2019-02-21 Kenneth Graunkeiris: move images next to textures in binding table
2019-02-21 Kenneth Graunkeiris: null for non-existent cbufs
2019-02-21 Kenneth Graunkeiris: actually set image access
2019-02-21 Jason Ekstrandiris: Don't lower image formats for write-only images
2019-02-21 Kenneth Graunkeiris: set image access correctly
2019-02-21 Kenneth Graunkeiris: bother with BTIs
2019-02-21 Kenneth Graunkeiris: implement set_shader_images hook
2019-02-21 Kenneth Graunkeiris: lower storage image derefs
2019-02-21 Kenneth Graunkeiris: set the binding table size
2019-02-21 Kenneth Graunkeiris: X32_S8X24 :/
2019-02-21 Kenneth Graunkeiris: enable I/L formats
2019-02-21 Kenneth Graunkeiris: Use R/RG instead of I/L/A when sampling
2019-02-21 Kenneth Graunkeiris: rework format translation apis
2019-02-21 Kenneth Graunkeiris: Allow PIPE_CONTROL with Stall at Scoreboard and...
2019-02-21 Kenneth Graunkeiris: add gen11 to genX_call
2019-02-21 Kenneth Graunkeiris: inline stage_from_pipe to avoid unused warnings
2019-02-21 Kenneth Graunkeiris: pipe to scs -> iris_pipe.h
2019-02-21 Kenneth Graunkeiris: force persample interp cap
2019-02-21 Kenneth Graunkeiris: stencil texturing
2019-02-21 Kenneth Graunkeiris: fix Z32_S8 depth sampling
2019-02-21 Kenneth Graunkeiris: don't mark contains_draw = false when chaining...
2019-02-21 Kenneth Graunkeiris: vma_free bo->size, not bo_size
2019-02-21 Kenneth Graunkeiris: drop a bunch of pipe_sampler_state stuff we don...
2019-02-21 Kenneth Graunkeiris: just mark snapshots_landed from the CPU
2019-02-21 Kenneth Graunkeiris: Enable ARB_shader_vote
2019-02-21 Kenneth Graunkeiris: magic number 36 -> #define
2019-02-21 Kenneth Graunkeiris: better query file comment
2019-02-21 Kenneth Graunkeiris: early return properly
2019-02-21 Kenneth Graunkeiris: 36-bit overflow fixes
2019-02-21 Kenneth Graunkeiris: Need to | 1 when asking for timestamps
2019-02-21 Kenneth Graunkeiris: glGet timestamps, more correct timestamps
2019-02-21 Kenneth Graunkeiris: ...and SO prims emitted queries
2019-02-21 Kenneth Graunkeiris: timestamps
2019-02-21 Kenneth Graunkeiris: drop explicit pinning
2019-02-21 Kenneth Graunkeiris: primitives generated query support
2019-02-21 Kenneth Graunkeiris: pipeline stats
2019-02-21 Kenneth Graunkeiris: play chicken with timer queries for now
2019-02-21 Kenneth Graunkeiris: gpr0 to bool
2019-02-21 Kenneth Graunkeiris: fix random failures via CS stall...but why?
next