ddebug: dump shader buffers and images
[mesa.git] / src / gallium /
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 Andy Furnissvl/util: Fix YV12/I420 convert to NV12 U/V reversal
2016-09-13 Mauro Rossiandroid: add support for libmesa_amdgpu_addrlib
2016-09-12 Julien Isorcest/va: also honors interlaced preference when providing...
2016-09-12 Samuel Pitoisettgsi: document semantics for compute shaders
2016-09-12 Marek Olšákradeonsi: don't preload constants at the beginning...
2016-09-12 Boyuan Zhangst/va: enable vbr rate control for vaapi encode
2016-09-12 Leo Liuvl/rbsp: match initial escaped bits with valid in the...
2016-09-12 Nicolai Hähnlewinsys/radeon: rename nrelocs, crelocs to max_relocs...
2016-09-12 Nicolai Hähnlewinsys/radeon: don't pre-allocate the relocations array
2016-09-12 Nicolai Hähnlewinsys/radeon: remove unused radeon_cs_context::priorit...
2016-09-12 Nicolai Hähnlewinsys/amdgpu: remove amdgpu_cs_lookup_buffer
2016-09-12 Nicolai Hähnlewinsys/amdgpu: remove unused field domains from amdgpu_...
2016-09-12 Nicolai Hähnlewinsys/amdgpu: remove initial buffer list allocation
2016-09-12 Nicolai Hähnlewinsys/amdgpu: extract adding a new buffer list entry...
2016-09-12 Nicolai Hähnlewinsys/amdgpu: use only one fence per BO
2016-09-12 Nicolai Hähnlewinsys/amdgpu: add do_winsys_deinit function
2016-09-12 Nicolai Hähnlewinsys/amdgpu: clean up error paths in amdgpu_winsys_create
2016-09-12 Nicolai Hähnlegallium/radeon: page alignment for buffers is unnecessary
2016-09-12 Nicolai Hähnlegallium/radeon/winsyses: remove #includes of pb_bufmgr.h
2016-09-11 Ilia Mirkinfreedreno/a3xx: disable filtering for texture buffers...
2016-09-10 Niels Ole Salscheiderst/clover: Define __OPENCL_VERSION__ on the device...
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 Marek Olšákwinsys/amdgpu: replace OUT_CS with radeon_emit
2016-09-09 Marek Olšákwinsys/radeon: replace OUT_CS with radeon_emit
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 Clarkgbm: wire up fence extension
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-07 Marek Olšákgallium/radeon/winsyses: fix counting mapped memory
2016-09-06 Leo Liust/omx/dec: enable hevc omx decode support
2016-09-06 Leo Liust/omx/dec/h265: get the reference list for uvd
2016-09-06 Leo Liust/omx/dec/h265: add short term reference picture sets
2016-09-06 Leo Liust/omx/dec/h265: add slice header
2016-09-06 Leo Liust/omx/dec/h265: add picture parameter sets
2016-09-06 Leo Liust/omx/dec/h265: add sequence parameter sets
2016-09-06 Leo Liust/omx/dec: add initial omx hevc support
2016-09-06 Leo Liust/omx/dec: set dst rect to match src size
2016-09-06 Marek Olšákgallium: switch drivers to the slab allocator in src...
2016-09-06 Dave Airlieamd/addrlib: move addrlib from amdgpu winsys to common...
2016-09-06 Dave Airliegallium/util: move endian detect into a separate file
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...
2016-09-05 Marek Olšákgallium/radeon: set VPORT_ZMIN/MAX registers correctly
2016-09-05 Marek Olšákgallium/radeon: unify viewport emission code
2016-09-05 Marek Olšákradeonsi: also do VS_PARTIAL_FLUSH before updating...
2016-09-05 Marek Olšákradeonsi: fix variable naming in si_emit_cache_flush
2016-09-05 Marek Olšákradeonsi: don't emit CS_PARTIAL_FLUSH if compute is...
2016-09-05 Marek Olšákradeonsi: add HUD queries for counting VS/PS/CS partial...
2016-09-05 Marek Olšákgallium/radeon: rename the num-cs-flushes query to...
2016-09-05 Marek Olšákradeonsi: fix a badly implemented GS bug workaround
2016-09-05 Marek Olšákradeonsi: fix texture format reinterpretation with DCC
2016-09-05 Marek Olšákradeonsi: fix Gather4 with integer formats
2016-09-05 Marek Olšákradeonsi: fix a crash in imageSize for cubemap arrays
2016-09-05 Marek Olšákradeonsi: fix gl_PatchVerticesIn for tessellation evalu...
2016-09-05 Marek Olšákradeonsi: fix cubemaps viewed as 2D
2016-09-05 Marek Olšákradeonsi: always use the same function signature for...
2016-09-05 Marek Olšákradeonsi: return correct eviction stats for NVX_gpu_mem...
2016-09-05 Marek Olšákgallium/radeon: also eliminate DCC fast clear in resour...
2016-09-05 Marek Olšákgallium/radeon: use the current ctx for CMASK eliminati...
2016-09-05 Marek Olšákgallium/radeon: use the current ctx for DCC decompressi...
2016-09-05 Marek Olšákgallium/radeon: derive buffer placement and flags only...
2016-09-05 Marek Olšákradeonsi: set more sampler settings
2016-09-05 Marek Olšáknoop: implement resource_get_handle
2016-09-05 Marek Olšáknoop: set missing functions
2016-09-05 Marek Olšáknoop: simplify some functions
2016-09-04 Ilia Mirkingk110/ir: fix quadop dall emission
2016-09-03 Ilia Mirkina3xx: use window scissor to simulate viewport xy clip
2016-09-03 Ilia Mirkina3xx: make use of software clipping when hw can't handle it
2016-09-03 Ilia Mirkina3xx: make sure to actually clamp depth as requested
2016-09-03 Karol Herbstnvc0/ir: allow min/max instructions to be dual-issued...
2016-09-03 Ilia Mirkinnv50,nvc0: respect render condition enable flag when...
2016-09-03 Karol Herbstnvc0/ir: don't dual-issue ops that depend or interfere...
2016-09-01 Samuel Pitoisetnvc0: reduce the initial code segment size to 512KB
2016-09-01 Samuel Pitoisetnvc0: allow to resize the code segment dynamically
2016-09-01 Samuel Pitoisetnvc0: add a new bin for the code segment
2016-09-01 Samuel Pitoisetnvc0: add nvc0_screen_resize_text_area() helper
2016-09-01 Samuel Pitoisetnvc0: re-upload currently bound shaders after code...
2016-09-01 Samuel Pitoisetnvc0: refactor the program upload process
2016-09-01 Thomas Hellstromgallium/postprocess: Fix resource freeing
2016-09-01 Eric EngestromIntroduce .editorconfig
2016-09-01 Eric Anholtvc4: Add missing break statement.
2016-08-31 Brian Paulgallium/docs: clarify render_condition_enabled paramete...
2016-08-31 Samuel Pitoisetnvc0: remove an attempt at uploading all IMMD into...
next