v3d: Rename the driver files from "vc5" to "v3d".
[mesa.git] / src / gallium / drivers / r600 /
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.
2018-02-26 Gert Wollnyr600: Take ALU_EXTENDED into account when evaluating...
2018-02-17 Marek Olšákgallium: allow drivers to impose BO flags restrictions...
2018-02-14 Dave Airlier600: fix regression in gl_FragColor drawing
2018-02-14 Dave Airlier600: fix array spill if temp[0] is before all arrays
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-02-09 Timothy Arcerir600: always return PIPE_SHADER_IR_TGSI for PIPE_SHADER...
2018-02-09 Timothy Arcerir600: add PIPE_SHADER_IR_NATIVE to supported shaders...
2018-02-09 Gert Wollnyr600/sb: Check whether optimizations would result in...
2018-02-08 Glenn Kennardr600g: Implement spilling of temp arrays (v2)
2018-02-08 Dave Airlier600/sb: handle scratch mem reads on r600
2018-02-08 Glenn Kennardr600g/sb: Add dependency tracking for scratch ops
2018-02-08 Glenn Kennardr600g/sb: Support scratch ops
2018-02-08 Glenn Kennardr600g: Implement scratch buffer state management (v2)
2018-02-08 Glenn Kennardr600g: Add pending output function
2018-02-08 Glenn Kennardr600g: Support emitting scratch ops
2018-02-08 Dave Airlier600: fix texture gather swizzling.
2018-02-08 Dave Airlier600: implement tg4 integer workaround. (v2)
2018-02-08 Glenn Kennardr600: clean up initial shader register setup
2018-02-08 Roland Scheideggerr600: partly fix sampleMaskIn value
2018-02-08 Roland Scheideggerr600: clean up fragment shader input scan code
2018-02-08 Roland Scheideggerr600/cm: (trivial) code cleanup for emitting msaa state
2018-02-07 Dave Airlier600: fix rendering regression on r6/7 gpus
2018-02-06 Dave Airlier600: fixup sparse color exports.
2018-02-06 Dave Airlier600: work out target mask at framebuffer bind.
2018-02-06 Dave Airlier600: work out shader export mask at shader build time...
2018-02-06 Dave Airlier600: fix xfb stream check.
2018-02-06 Dave Airlier600/compute: add render cond support.
2018-02-06 Dave Airlier600: fix not-very indirect compute
2018-02-06 Dave Airlier600: overhaul buffer resource query.
2018-02-06 Dave Airlier600/eg: fix buffer sizing.
2018-02-06 Dave Airlier600/images: set offset for compute shaders with number...
2018-02-06 Dave Airlier600/compute: only mark buffer/image state dirty for...
2018-02-06 Dave Airlier600/atomic: fix ATOMCAS instruction.
2018-02-06 Dave Airlier600/sb/cayman: fix indirect ubo access on cayman
2018-02-06 Dave Airlier600/eg: use texture target to pick array size not...
2018-02-05 Vinson Leer600/fp64: Fix build.
2018-02-05 Dave Airlier600/fp64: fix integer->double conversion
2018-02-04 Dave Airlier600: fix resq for buffer images.
2018-02-04 Dave Airlier600/eg: fix cube map array buffer images.
2018-02-02 Dave Airlier600/eg: add crap indirect compute support.
2018-02-02 Roland Scheideggerr600: don't do stack workarounds for hemlock
2018-02-01 Dave Airlier600: initial attempt at gl_HelperInvocation (v3)
2018-02-01 Dave Airlier600/eg: make sure we allow vpm bit on other CF ops.
2018-02-01 Dave Airlier600/sb: just add some missing debug bits
2018-02-01 Dave Airlier600: fix buffer resinfo opcode translation.
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2018-01-30 Dave Airlier600/sb: insert the else clause when we might depart...
2018-01-28 Dave Airlier600: add ARB_query_buffer_object support
2018-01-28 Dave Airlier600/shader: refactor mul hi/lo instruction emission
2018-01-28 Dave Airlier600/eg: construct proper rat mask for image/buffers.
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-18 Dave Airlier600: enable ARB_enhanced_layouts
2018-01-18 Dave Airlier600/sb: add lds related peepholes.
2018-01-18 Dave Airlier600/sb: use different stacks for tracking lds and...
2018-01-18 Dave Airlier600/sb: schedule LDS ops in appropriate places.
2018-01-18 Dave Airlier600/sb: hit the scheduler with a big hammer to avoid...
2018-01-18 Dave Airlier600/sb: adding lds oq tracking to the scheduler
2018-01-18 Dave Airlier600/sb: add gcm support to avoid clause between lds...
2018-01-18 Dave Airlier600/sb: handle lds special dest registers.
2018-01-18 Dave Airlier600/sb: handle LDS operations in folding.
2018-01-18 Dave Airlier600/sb: add finalising for lds output queue special...
2018-01-18 Dave Airlier600/sb: add initial support for parsing lds operations.
2018-01-18 Dave Airlier600/sb: disable if conversion for hs
2018-01-18 Dave Airlier600/sb: lds ops have no dst register.
2018-01-18 Dave Airlier600/sb: introduce special register values for lds...
2018-01-18 Dave Airlier600/sb: update last_cf if alu is the last clause
2018-01-18 Dave Airlier600/sb: start adding GDS support
2018-01-18 Dave Airlier600/sb: add tess/compute initial state registers.
2018-01-18 Dave Airlier600/sb: fix a bug emitting ar load from a constant.
2018-01-18 Dave Airlier600/shader: only emit add instruction if param has...
2018-01-18 Dave Airlier600: emit 0 gds_op for tf write.
2018-01-18 Dave Airlier600: add support for ARB_shader_clock.
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2018-01-14 Gert Wollnyr600/shader: Initialize max_driver_temp_used correctly...
2018-01-10 Roland Scheideggerr600: don't emit tes samplers/views when tes isn't...
2018-01-10 Roland Scheideggerr600: increase number of UBOs to 15
2018-01-10 Roland Scheideggerr600: use GET_BUFFER_RESINFO vtx fetch on eg instead...
2018-01-10 Roland Scheideggerr600: increase number of ubos by one to 14
next