winsys/amdgpu: add slab entry structures to amdgpu_winsys_bo
[mesa.git] / src / gallium / drivers /
2016-09-27 Nicolai Hähnlegallium/radeon: add RADEON_FLAG_HANDLE
2016-09-27 Nicolai Hähnlegallium/radeon: add RADEON_USAGE_SYNCHRONIZED
2016-09-26 Samuel Pitoisetnv50/ir: fix comments about instructions info
2016-09-26 Samuel Pitoisetnvc0: allow to force compiling programs in debug build
2016-09-26 Samuel Pitoisetnv50/ir: drop unused NVISA_XXX_CHIPSET constants
2016-09-26 Glenn Kennardr600g: Add support for PK2H/UP2H
2016-09-24 Brian Paulsvga: set PIPE_BIND_DEPTH_STENCIL flag for new resource...
2016-09-24 Brian Paulsvga: don't special case caps for SVGA3D_R32_FLOAT
2016-09-24 Brian Paulsvga: use new adjust_z_layer() helper in svga_pipe_blit.c
2016-09-24 Brian Paulsvga: simplify/improve the format compatibility check...
2016-09-24 Brian Paulsvga: add const qualifier on svga_translate_format()
2016-09-24 Brian Paulsvga: eliminate unneeded gotos in svga_validate_surface...
2016-09-24 Neha Bhendesvga: disable srgb format related code from svga_blit()
2016-09-22 Eric Anholtnir: Allow opt_peephole_sel to be more aggressive in...
2016-09-21 Brian Paulsvga: minor simplification in svga_validate_surface_view()
2016-09-21 Brian Paulsvga: remove disable_shader debug variable
2016-09-21 Dave Airlieradeonsi: prepare 64-bit integer support. (v2)
2016-09-20 Leo Liuradeon/vce: add firmware support for version 52.8.3
2016-09-20 Tim Rowleyswr: [rasterizer core] Better thread destruction
2016-09-20 Tim Rowleyswr: [rasterizer jitter] Fix missing end-of-file newline
2016-09-20 Tim Rowleyswr: [rasterizer core] Add macros for mapping ArchRast...
2016-09-19 Samuel Pitoisetnvc0: get rid of nvc0_stage_sampler_states_bind_range()
2016-09-19 Samuel Pitoisetnvc0: get rid of nvc0_stage_set_sampler_views_range()
2016-09-18 Samuel Pitoisetnv50/ir: optimize SUB(a, b) to MOV(a - b)
2016-09-18 Samuel Pitoisetgk110/ir: fix wrong emission of OP_NOT
2016-09-18 Martina Kollarovar600g/sb: fix struct/class declaration conflicts
2016-09-17 Charmaine Leesvga: relax restriction of compressed formats for textu...
2016-09-17 Brian Paulsvga: skip query flush if we already have the query...
2016-09-17 Brian Paulsvga: remove unneeded svga_context_flush() in svga_end_...
2016-09-17 Charmaine Leesvga: use upload buffer for upload texture.
2016-09-17 Charmaine Leesvga: refactor svga_texture_transfer_map/unmap functions
2016-09-17 Charmaine Leesvga: add SVGA3d_vgpu10_TransferFromBuffer()
2016-09-17 Charmaine Leesvga: single sample surface can be created as non-multi...
2016-09-17 Charmaine Leesvga: fix memory leak with sampler state
2016-09-17 Brian Paulsvga: fix prim type check/assignment in translate_indices()
2016-09-17 Charmaine Leesvga: use SVGA3D_QUERYTYPE_MAX for svga query type...
2016-09-17 Charmaine Leesvga: split the num-resources-mapped hud to textures...
2016-09-17 Charmaine Leesvga: change svga hud defines to enums
2016-09-17 Brian Paulsvga: implement an index buffer translation cache
2016-09-17 Brian Paulsvga: try to emit fewer buffer rebind commands
2016-09-17 Brian Paulsvga: reduce unmapping/remapping of the default constan...
2016-09-17 Brian Paulsvga: optimize memcpy() in svga_buffer_update_hw()
2016-09-17 Neha Bhendesvga: Use comparison between svga texture types to...
2016-09-17 Neha Bhendesvga: Add function svga_resource_type()
2016-09-17 Samuel Pitoisetnvc0/ir: fix subops for IMAD
2016-09-17 Samuel Pitoisetnvc0/ir: fix comments about instructions info
2016-09-16 Tom Stellardradeonsi/compute: Use the HSA abi for non-TGSI compute...
2016-09-16 Tom Stellardradeonsi/compute: Add some more debug printfs
2016-09-15 Jason Ekstrandnir: Add a flag to lower_io to force "sample" interpolation
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_phis_to_scalar.
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_alu_to_scalar.
2016-09-14 Marek Olšákradeonsi: reload PS inputs with direct indexing at...
2016-09-14 Marek Olšákradeonsi: get rid of constant buffer preloading
2016-09-14 Marek Olšákradeonsi: get rid of img/buf/sampler descriptor preload...
2016-09-14 Marek Olšákradeonsi: rename get_sampler_desc -> load_sampler_desc
2016-09-14 Marek Olšákradeonsi: cosmetic changes in si_shader.c
2016-09-14 Marek Olšákradeonsi: load streamout buffer descriptors before...
2016-09-14 Eric Anholtvc4: Implement job shuffling
2016-09-14 Eric Anholtvc4: Handle resolve skipping at job submit time.
2016-09-14 Eric Anholtvc4: Move the render job state into a separate structure.
2016-09-14 Eric Anholtvc4: Always unref the current job surfaces at job reset...
2016-09-14 Eric Anholtvc4: Move job-submit skip cases to vc4_job_submit().
2016-09-14 Eric Anholtvc4: Move bin CL trailer to job_submit() time.
2016-09-14 Eric Anholtvc4: Simplify the DISCARD_RANGE handling
2016-09-14 Eric Anholtvc4: Fix incorrect clearing of Z/stencil when cleared...
2016-09-13 Marek Olšákradeonsi: fix FP64 UBO loads with indirect uniform...
2016-09-13 Marek Olšákradeonsi: clean up CP DMA emit code
2016-09-13 Marek Olšákradeonsi: print the IB and buffer list in VM fault...
2016-09-13 Marek Olšákradeonsi: add sampler view BOs to the BO list last
2016-09-13 Marek Olšákradeonsi: export SampleMask from pixel shaders at full...
2016-09-13 Marek Olšákgallium/radeon: set new r600_resource fields correctly...
2016-09-13 Marek Olšákddebug: dump shader buffers and images
2016-09-13 Marek Olšákddebug: fix a crash in resource_get_handle
2016-09-13 Jan Veselyradeon: Don't check DCC on pipe buffers
2016-09-13 Mauro Rossiandroid: add support for libmesa_amdgpu_addrlib
2016-09-12 Marek Olšákradeonsi: don't preload constants at the beginning...
2016-09-12 Nicolai Hähnlewinsys/amdgpu: remove amdgpu_cs_lookup_buffer
2016-09-12 Nicolai Hähnlegallium/radeon: page alignment for buffers is unnecessary
2016-09-11 Ilia Mirkinfreedreno/a3xx: disable filtering for texture buffers...
2016-09-10 Ilia Mirkingm107/ir: allow indirect inputs to be loaded by frag...
2016-09-10 Ilia Mirkingm107/ir: AL2P writes to a predicate register
2016-09-09 Marek Olšákradeonsi: flush TC L2 before using a compute indirect...
2016-09-09 Marek Olšákradeonsi: fix the VGT performance tweak for small instances
2016-09-09 Marek Olšákradeonsi: remove the cache_flush atom
2016-09-09 Max Staudtr300g: Set R300_VAP_CNTL on RSxxx to avoid triangle...
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-09-08 Marek Olšákradeonsi: unify si_set_optimal_micro_tile_mode call...
2016-09-08 Marek Olšákradeonsi: fix texture reinterpretation after DCC fast...
2016-09-08 Marek Olšákradeonsi: enable DCC fast clear for 128-bit formats
2016-09-08 Marek Olšákradeonsi: clamp integer clear color values for DCC...
2016-09-08 Marek OlšákRevert "radeonsi: enable SDMA on CIK"
2016-09-08 Tim Rowleyswr: fixes for format mapping and texture sizing
2016-09-07 Rob Clarkfreedreno: reject imports with bogus pitch
2016-09-07 Marek Olšákradeonsi: skip redundant INDEX_TYPE writes
2016-09-07 Marek Olšákradeonsi: add more unlikely() uses into si_draw_vbo
2016-09-07 Marek Olšákradeonsi: skip draws with instance_count == 0
2016-09-06 Marek Olšákgallium: switch drivers to the slab allocator in src...
2016-09-06 Dave Airlieradeon: move radeon_family/chip_class defintions to...
2016-09-06 Dave Airlieradeonsi: move sid.h/r600d_common.h to a common place.
2016-09-05 Marek Olšákgallium/radeon: remove VPORT_ZMIN/ZMAX from init config...
next