util/vma: Add a function to allocate a particular address range
[mesa.git] / src /
2019-12-05 Jason Ekstrandutil/vma: Add a function to allocate a particular addre...
2019-12-05 Jason Ekstrandutil/vma: Factor out the hole splitting part of util_vm...
2019-12-05 Jason Ekstrandanv: Add an explicit_address parameter to anv_device_al...
2019-12-05 Jason Ekstrandanv: Stop advertising two heaps just for the VF cache WA
2019-12-05 Jason Ekstrandanv: Set up VMA heaps independently from memory heaps
2019-12-05 Jason Ekstrandanv: Stop tracking VMA allocations
2019-12-05 Jason Ekstrandanv: Disallow allocating above heap sizes
2019-12-05 Jason Ekstrandutil/atomic: Add a _return variant of p_atomic_add
2019-12-05 Jason Ekstrandanv: Don't leak when set_tiling fails
2019-12-05 Jason Ekstrandanv: Use PIPE_CONTROL flushes to implement the gen8...
2019-12-05 Jason Ekstrandanv: Apply cache flushes after setting index/draw VBs
2019-12-05 Jason Ekstrandanv: Always invalidate the VF cache in BeginCommandBuffer
2019-12-05 Jason Ekstrandblorp: Pass the VB size to the VF cache workaround
2019-12-05 Jason Ekstrandanv: Add a has_softpin boolean
2019-12-05 Jason Ekstrandanv: Drop bo_flags from anv_bo_pool
2019-12-05 Michel Dänzerglsl/tests: Use splitlines() instead of strip()
2019-12-05 Mauro Rossiandroid: radeonsi: fix build after vl refactoring (v2)
2019-12-05 Tapani Pälliintel/compiler: force simd8 when dual src blending...
2019-12-05 Tapani Pälliintel/compiler: add newline to limit_dispatch_width...
2019-12-05 Eric Anholtturnip: Add support for compute shaders.
2019-12-05 Eric Anholtturnip: Move pipeline BO list adding to BindPipeline.
2019-12-05 Eric Anholtturnip: Sanity check that we're adding valid BOs to...
2019-12-05 Eric Anholtturnip: Add a helper function for getting tu_buffer...
2019-12-05 Eric Anholtturnip: Refactor the graphics pipeline create implement...
2019-12-05 Eric Anholtturnip: Add basic SSBO support.
2019-12-05 Eric Anholtturnip: Reuse tu6_stage2opcode() more.
2019-12-05 Eric Anholtturnip: Drop redefinition of VALIDREG now that it's...
2019-12-05 Eric Anholtturnip: Fix unused variable warnings.
2019-12-05 Timothy Arceriglsl: make use of active_shader_mask when building...
2019-12-05 Timothy Arceriglsl: don't set uniform block as used when its not
2019-12-05 Timothy Arceriglsl: move calculate_array_size_and_stride() to link_un...
2019-12-04 Ian Romanickanv: Fix error message format string
2019-12-04 Ian Romanickmesa: Silence unused parameter warning
2019-12-04 Ian Romanickmesa: Silence 'left shift of negative value' warning...
2019-12-04 Ian Romanickintel/compiler: Fix 'comparison is always true' warning
2019-12-04 Jonathan Marekturnip: allow writes to draw_cs outside of render pass
2019-12-04 Rob Clarknir/lower_clip: Fix incorrect driver loc for clipdist...
2019-12-04 Rob Clarkfreedreno/ir3: fix neverball assert in case of unused...
2019-12-04 Rob Clarkfreedreno/ir3: remove store_output lowered to store_sha...
2019-12-04 Rafael Antognolliiris: Add restriction to 3DSTATE_CONSTANT_ packets.
2019-12-04 Rafael Antognollianv: Use 3DSTATE_CONSTANT_ALL when possible.
2019-12-04 Rafael Antognollianv: Move code for emitting push constants into its...
2019-12-04 Rafael Antognollianv: Add get_push_range_address() helper.
2019-12-04 Rafael Antognollianv: Move gen8+ push constant packet workaround.
2019-12-04 Rafael Antognolliiris: Use 3DSTATE_CONSTANT_ALL when possible.
2019-12-04 Rafael Antognolliiris: Rework push constants emitting code.
2019-12-04 Rafael Antognolliintel/blorp: Use 3DSTATE_CONSTANT_ALL to setup push...
2019-12-04 Rafael Antognolliintel/aubinator: Decode 3DSTATE_CONSTANT_ALL.
2019-12-04 Rafael Antognolliintel/genxml: Add 3DSTATE_CONSTANT_ALL packet.
2019-12-04 Jonathan Marekturnip: MSAA resolve directly from GMEM
2019-12-04 Jonathan Marekturnip: don't set unused BLIT_DST_INFO bits for GMEM...
2019-12-04 Jonathan Marekturnip: implement CmdClearAttachments
2019-12-04 Jonathan Marekturnip: don't skip unused attachments when setting...
2019-12-04 Vasily Khoruzhicklima: enable tiling
2019-12-04 Tapani Pälliglsl: additional interface redeclaration check for...
2019-12-04 Rhys Perrynir/load_store_vectorize: fix combining stores with...
2019-12-04 Timur Kristófaco/wave32: Fix reductions.
2019-12-04 Timur Kristófaco/wave32: Allow setting the subgroup ballot size...
2019-12-04 Timur Kristófaco/wave32: Use wave_size for barrier intrinsic.
2019-12-04 Timur Kristófaco/wave32: Fix load_local_invocation_index to support...
2019-12-04 Timur Kristófaco/wave32: Use lane mask regclass for exec/vcc.
2019-12-04 Timur Kristófaco/wave32: Add wave size specific opcodes to aco_builder.
2019-12-04 Timur Kristófaco/wave32: Introduce emit_mbcnt which takes wave size...
2019-12-04 Timur Kristófaco/wave32: Replace hardcoded numbers in spiller with...
2019-12-04 Timur Kristófaco/wave32: Change uniform bool optimization to work...
2019-12-04 Timur Kristófaco: Optimize load_subgroup_id to one bit field extract...
2019-12-04 Timur Kristófaco: Remove lower_linear_bool_phi, it is not needed...
2019-12-04 Timur Kristófaco: Remove superfluous argument from emit_boolean_logic.
2019-12-04 Timur Kristófaco: Fix operand of s_bcnt1_i32_b64 in emit_boolean_reduce.
2019-12-04 Lionel Landwerlinintel/perf: fix improper pointer access
2019-12-04 Lionel Landwerlinintel/perf: simplify the processing of OA reports
2019-12-04 Lionel Landwerlinintel/perf: take into account that reports read can...
2019-12-04 Lionel Landwerlinintel/perf: set read buffer len to 0 to identify empty...
2019-12-04 Lionel Landwerlinintel/perf: fix invalid hw_id in query results
2019-12-04 Pierre-Eric Pellou... radeonsi: display cs blit count for AMD_DEBUG=testdma
2019-12-04 Pierre-Eric Pellou... radeonsi: implement sdma for GFX9
2019-12-04 Samuel Pitoisetradv/gfx10: fix the vertex order for triangle strips...
2019-12-04 Samuel Pitoisetradv: simplify a check in radv_fixup_vertex_input_fetches()
2019-12-04 Samuel Pitoisetradv: remove dead shader input/output variables
2019-12-04 Jason Ekstrandiris: Stop setting up fake params
2019-12-04 Dave Airliegallium/scons: fix graw-xlib build on OSX.
2019-12-04 Dave Airliellvmpipe: enable texcoord semantics
2019-12-03 Jason Ekstrandanv: Respect the always_flush_cache driconf option
2019-12-03 Krzysztof Raszkowskigallium/swr: Fix crash when use GL_TDFX_texture_compres...
2019-12-03 Jason Ekstrandanv: Set up SBE_SWIZ properly for gl_Viewport
2019-12-03 Samuel Pitoisetac/llvm: fix atomic var operations if source isn't...
2019-12-03 Dave Airliegallivm/llvmpipe: add support for front facing in sysval.
2019-12-03 Dave Airliellvmpipe/images: handle undefined atomic without crashing
2019-12-03 Alyssa Rosenzweigpanfrost: Remove blend shader hack
2019-12-03 Tomeu Vizosopanfrost: White list the Mali T720
2019-12-03 Alyssa Rosenzweigpan/midgard: Splatter on fragment out
2019-12-03 Tomeu Vizosopanfrost: Simplify shader patching
2019-12-03 Alyssa Rosenzweigpanfrost: Simplify draw_flags
2019-12-03 Alyssa Rosenzweigpanfrost: Implement pan_tiler for non-hierarchy GPUs
2019-12-03 Alyssa Rosenzweigpanfrost: Add information about T720 tiling
2019-12-03 Tomeu Vizosopanfrost: Add quirks system to cmdstream
2019-12-03 Ian Romanicknir/algebraic: Rearrange bcsel sequences generated...
2019-12-03 Ian Romanicknir/algebraic: Simplify some Inf and NaN avoidance...
2019-12-03 Ian Romanickintel/compiler: Increase nir_opt_peephole_select threshold
2019-12-03 Ian Romanicknir/opt_peephole_select: Don't count some unary operations
next