mesa.git
2019-02-21 Jason Ekstrandiris: Don't set constant read lengths at upload time
2019-02-21 Jason Ekstrandiris: Configure the L3$ on the compute context
2019-02-21 Kenneth Graunkeiris: properly pin stencil buffers
2019-02-21 Kenneth Graunkeiris: Fix TCS/TES slot unification
2019-02-21 Kenneth Graunkeiris: more todo notes
2019-02-21 Kenneth Graunkeiris: scissored and mirrored blits
2019-02-21 Kenneth Graunkeiris: more TODO
2019-02-21 Kenneth Graunkeiris: Fix independent alpha blending.
2019-02-21 Kenneth Graunkeiris: "Fix" transfer maps of buffers
2019-02-21 Kenneth Graunkeiris: Fix SourceAlphaBlendFactor
2019-02-21 Kenneth Graunkeiris: leave another TODO
2019-02-21 Kenneth Graunkeiris: only clip lower if there's something to clip...
2019-02-21 Kenneth Graunkeiris: fix sysval only binding tables
2019-02-21 Kenneth Graunkeiris: don't forget to upload CS consts
2019-02-21 Kenneth Graunkeiris: drop param stuffs
2019-02-21 Kenneth Graunkeiris: don't trip on param asserts
2019-02-21 Kenneth Graunkeiris: don't support pull constants.
2019-02-21 Kenneth Graunkeiris: regather info so we get CLIP_DIST slots, not...
2019-02-21 Kenneth Graunkeiris: enable push constants if we have sysvals but...
2019-02-21 Kenneth Graunkeiris: drop iris_setup_push_uniform_range
2019-02-21 Kenneth Graunkeiris: fix more uniform setup
2019-02-21 Kenneth Graunkeiris: fix num clip plane consts
2019-02-21 Kenneth Graunkeiris: actually upload clip planes.
2019-02-21 Kenneth Graunkeiris: bypass params and do it ourselves
2019-02-21 Kenneth Graunkeiris: dodge backend UCP lowering
2019-02-21 Kenneth Graunkeiris: fix system value remapping
2019-02-21 Kenneth Graunkeiris: hook up key stuff for clip plane lowering
2019-02-21 Kenneth Graunkeiris: lower user clip planes
2019-02-21 Kenneth Graunkeiris: only bother with params if there are any...
2019-02-21 Kenneth Graunkeiris: fill out params array with built-ins, like clip...
2019-02-21 Kenneth Graunkeiris: add param domain defines
2019-02-21 Kenneth Graunkeiris: drop unnecessary param[] setup from iris_setup_un...
2019-02-21 Kenneth Graunkeiris: Defer cbuf0 upload to draw time
2019-02-21 Kenneth Graunkeiris: Clone the NIR
2019-02-21 Kenneth Graunkeiris: Print the batch name when decoding
2019-02-21 Kenneth Graunkeiris: partial set_query_active_state
2019-02-21 Kenneth Graunkeiris: Fix multiple RTs with non-independent blending
2019-02-21 Kenneth Graunkeiris: Fix TextureBarrier
2019-02-21 Kenneth Graunkeiris: Fix MSAA smooth points
2019-02-21 Kenneth Graunkeiris: implement scratch space!
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
next