panfrost/decode: Hit MRT blend shader enable bits
[mesa.git] / src / gallium / drivers / r600 /
2019-05-01 Dave Airlier600: reset tex array override even when no view bound
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-24 Marek Olšákgallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for...
2019-04-24 Marek Olšákgallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FR...
2019-04-23 Marek Olšákac: add radeon_info::marketing_name, replacing the...
2019-04-15 Dylan BakerDelete autotools
2019-04-04 Marek Olšákgallium: add writable_bitmask parameter into set_shader...
2019-04-04 Eric Engestromsimplify LLVM version string printing
2019-03-20 Kenneth Graunkegallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXT...
2019-03-08 Eric Engestromr600: cast pointer to expected type
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-01-30 Marek Olšákr600: add -Wstrict-overflow=0 to meson to silence the...
2018-12-19 Nicolai Hähnler600: remove redundant semicolon
2018-11-29 Marek Olšákwinsys/amdgpu,radeon: pass vm_alignment to buffer_from_...
2018-11-28 Dave Airlier600: make suballocator 256-bytes align
2018-11-28 Nicolai Hähnlewinsys/amdgpu: explicitly declare whether buffer_map...
2018-11-21 Gert Wollnyr600: clean up the GS ring buffers when the context...
2018-11-19 Gert Wollnyr600: Only set context streamout strides info from...
2018-11-09 Marek Olšákradeonsi: stop command submission with PIPE_CONTEXT_LOS...
2018-11-06 Gert Wollnyr600: Add support for EXT_texture_sRGB_R8
2018-11-05 Vinson Leer600/sb: Fix constant logical operand in assert.
2018-10-31 Emil Velikovconfigure: allow building with python3
2018-10-30 Marek Olšákgallium: rework PIPE_HANDLE_USAGE_* flags
2018-10-26 David McFarlandutil: Change remaining uint32 cache ids to sha1
2018-10-17 Neil RobertsFix setting indent-tabs-mode in the Emacs .dir-locals...
2018-10-12 Vinson Leer600/sb: Fix constant-logical-operand warning.
2018-10-02 Timothy Arcerir600: use build-id when available for disk cache
2018-09-15 Gert Wollnyr600/sb: use safe math optimizations when TGSI contains...
2018-09-10 Marek Olšákr600: fix HTILE for NPOT textures with mipmapping
2018-09-07 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
2018-09-07 Marek Olšákgallium: enable GL_AMD_depth_clamp_separate on r600...
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-09-06 Marek Olšákgallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITS
2018-09-05 Erik Faye-Lundgallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER...
2018-09-05 Erik Faye-Lundgallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERS
2018-09-04 Eric Anholtgallium: Add a helper for implementing PIPE_CAP_* defau...
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-24 Emil VelikovRevert "configure: allow building with python3"
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_GS_INVOCATIONS
2018-08-23 Emil Velikovconfigure: allow building with python3
2018-08-21 Dave Airlier600/eg: rework atomic counter emission with flushes
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-08-01 Mathieu Bridonpython: Use the unicode_escape codec
2018-07-31 Marek Olšákradeonsi: use storage_samples instead of color_samples...
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-30 Dave Airlier600: reduce num compute threads to 1024.
2018-07-25 Gert Wollnyr600: Scale integer valued texture border colors to...
2018-07-23 Dave Airlier600: enable tess_input_info for TES
2018-07-20 Gert Wollnyr600: Correct evaluation of cube array index and face
2018-07-20 Gert Wollnyr600: correct texture offset for array index lookup
2018-07-20 Gert Wollnyr600: Delay emission of texture gradients and lookup...
2018-07-18 Marek Olšákr600: silence the signed overflow warning like radeonsi
2018-07-17 Marek Olšákr600: fix warnings when unref'ing pool->bo
2018-07-17 Konstantin Kharlamovr600g: some -Wsign-compare fixes
2018-07-17 Konstantin Kharlamovr600g: constify some variables
2018-07-17 Konstantin Kharlamovr600g: do not use "fast-clear" for small textures (v3)
2018-07-16 Marek Olšákr600: fix build after the removal of RADEON_PRIO_*...
2018-07-16 Marek Olšákradeonsi: merge DCC/CMASK/HTILE priority flags
2018-07-13 Gert Wollnyr600: Add spill output to group only if register or...
2018-07-09 Erik Faye-Lundr600: report incorrect max-vertex-attrib for GL 4.4
2018-07-09 Roland Scheideggerr600/sb: fix crash in fold_alu_op3
2018-07-06 Mathieu Bridonpython: Use the print function
2018-07-05 Gert Wollnyr600: compare structure elements instead of doing a...
2018-07-05 Gert Wollnyr600: Add R4G4B4A4 and A1B5G5R5 to supported vertex...
2018-07-05 Gert Wollnyr600: force LOD range to be only one value when mip...
2018-07-04 Dave Airlier600/sb: cleanup if_conversion iterator to be legal C++
2018-06-29 Marek Olšákgallium/util: remove dummy function util_format_is_supp...
2018-06-25 Gert Wollnyr600/sb: give the scheduler more margin to find valid...
2018-06-25 Gert Wollnyr600/sb: fix rotated register in while loop
2018-06-21 Roland Scheideggerr600: fix copy/paste bug for sampleMaskIn workaround
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-05-30 Marek Olšákgallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
2018-05-28 Gert Wollnyr600: Fix SSG when not all components are written
2018-05-28 Gert Wollnyr600: Correct IDIV if DST and SRC use the same temporary
2018-05-19 Aaron Watryr600/compute: Mark several functions as static
2018-05-19 Aaron Watryr600/compute: Remove unused compute_memory_pool functions
2018-05-15 Jan Veselyeg/compute: Use reference counting to handle compute...
2018-05-10 Marek Olšákac/surface: add EQAA support
2018-05-10 Dave Airlier600: fix constant buffer bounds.
2018-05-08 Jan Veselyeg/compute: Drop reference to kernel_param bo in destructor
2018-05-08 Jan Veselyr600: Cleanup constant buffers on context destruction
2018-05-07 Jan Veselyeg/compute: Drop reference on code_bo in destructor.
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-04-02 Marek Olšákac/gpu_info: rename has_virtual_memory -> r600_has_virt...
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-16 Marek Olšákr600: consolidate PIPE_BIND_SHARED/SCANOUT handling
2018-03-14 Roland Scheideggerr600: fix abs for op3 sources
2018-03-12 Dave Airlier600: implement callstack workaround for evergreen.
2018-03-05 Roland Scheideggerr600: fix color export mask
2018-03-02 Dave Airlier600/cayman: fix fragcood loading recip generation.
2018-02-28 Dave Airlier600/shader: when using images always load thread id...
2018-02-28 Dave Airlier600: fix whitespace in recent 1d texture commit.
2018-02-28 Dave Airlier600: partly revert disabling tiling for 1d texture.
2018-02-26 Dave Airlier600: fix tgsi clock last setting
2018-02-26 Dave Airlier600: add time lo/hi debugging output.
next