radeonsi: implement SAMPLEPOS fragment shader input
[mesa.git] / src / gallium / drivers / r600 /
2014-06-02 Marek Olšákradeon: add basic register setup for per-sample shading
2014-06-02 Marek Olšákradeon: split cayman_emit_msaa_state into 2 functions
2014-06-02 Christoph Bumillerr600g: use TGSI_PROPERTY to disable viewport and clipping
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-06-02 Christoph Bumillerr600g: remove assert on draw with count == 0
2014-06-02 Christoph Bumillerr600g: HW bug workaround for TGSI_OPCODE_BREAKC
2014-06-02 Christoph Bumillerr600g: implement TGSI_OPCODE_BREAKC
2014-06-02 Christoph Bumillerr600g: support all channels of TGSI_FILE_ADDRESS
2014-06-02 Christoph Bumillerr600g: check for PIPE_BIND_BLENDABLE in is_format_supported
2014-05-15 Emil Velikovgallium/radeon: link in libradeon.la at target level
2014-05-15 Emil Velikovgallium/radeon: build only a single common library...
2014-05-14 Michel Dänzerradeonsi: Fix anisotropic filtering state setup
2014-05-10 Marek Olšákr600g: simplify framebuffer state size computation
2014-05-08 Ilia Mirkingallium: add a cap for supporting 4-offset TG4 opcodes
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-24 Marek Olšákr600g: fix hang on RV740 by using DX_RASTERIZATION_KILL...
2014-04-24 Marek Olšákr600g: fix for an MSAA hang on RV770
2014-04-24 Marek Olšákr600g: fix for broken CULL_FRONT behavior on R6xx
2014-04-24 Marek Olšákr600g: fix buffer copying on R600-R700
2014-04-24 Marek Olšákr600g: fix flushing on RV670, RS780, RS880 again
2014-04-24 Marek Olšákr600g: fix edge flags and layered rendering on R600...
2014-04-18 Marek Olšákr600g,radeonsi: don't skip the context flush if a fence...
2014-04-17 Michel Dänzerr600g: Disable LLVM by default at runtime for graphics
2014-04-16 Marek Olšákr600g,radeonsi: share some of gfx flush code
2014-04-16 Marek Olšákr600g,radeonsi: share r600_flush_from_st
2014-04-16 Marek Olšákr600g: merge r600_flush with r600_context_flush
2014-04-16 Marek Olšákgallium/radeon: create and return a fence in the flush...
2014-04-16 Marek Olšákwinsys/radeon: fold cs_set_flush_callback into cs_create
2014-04-16 Marek Olšákr600g: remove redundant r600_flush_from_winsys
2014-04-11 Ilia Mirkingallium: add a way to query min/max texture gather...
2014-04-10 Marek Olšákwinsys/radeon: fix a race condition between winsys_crea...
2014-04-10 Michel Dänzerr600g: Don't leak bytecode on shader compile failure
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-03-20 Marek Olšákr600g: use more appropriate names for async DMA functions
2014-03-20 Marek Olšákr600g: deobfuscate async DMA code
2014-03-20 Marek Olšákr600g: don't flush the gfx IB explicitly before doing DMA
2014-03-20 Niels Ole Salscheiderradeon: Move r600_need_dma_space to common code
2014-03-14 Niels Ole Salscheiderradeon: Move DMA ring creation to common code
2014-03-12 Niels Ole Salscheiderr600g: compute memory pool size is given in dw
2014-03-11 Marek Olšákr600g,radeonsi: attempt to fix racy multi-context apps...
2014-03-11 Marek Olšákr600g,radeonsi: use a fallback in dma_copy instead...
2014-03-11 Marek Olšákr600g, radeonsi: fix primitives-generated query with...
2014-03-11 Marek Olšákr600g,radeonsi: fix MAX_TEXTURE_3D_LEVELS and MAX_TEXTU...
2014-03-11 Marek Olšákr600g: move fast color clear code to a common place
2014-03-11 Marek Olšákr600g,radeonsi: move CMASK register values from r600_su...
2014-03-11 Marek Olšákr600g: move cayman MSAA setup to a common place
2014-03-11 Marek Olšákr600g,radeonsi: set priorities for relocations
2014-03-09 Marek Olšákr600g: document why texture offset emulation is needed
2014-03-07 Tom Stellardradeon: Rename struct radeon_llvm_binary to radeon_shad...
2014-03-07 Marek Olšákr600g: fix blitting the last 2 mipmap levels for Evergreen
2014-03-07 Marek Olšákr600g: fix texelFetchOffset GLSL functions
2014-03-04 Marek Olšákr600g: implement edge flags
2014-03-04 Marek Olšákr600g: port color buffer format conversion from radeonsi
2014-02-28 Tom Stellardr600g/compute: PIPE_CAP_COMPUTE should be false for...
2014-02-25 Marek Olšákr600g,radeonsi: consolidate create_surface and surface_...
2014-02-25 Marek Olšákr600g: remove r600_resource.h
2014-02-25 Marek Olšákr600g: remove r600_surface::htile_enabled
2014-02-25 Marek Olšákr600g: use r600_surface::db_z_info
2014-02-25 Marek Olšákr600g,radeonsi: share r600_surface
2014-02-25 Marek Olšákr300g,r600g,radeonsi: add support for ARB_buffer_storage
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-24 Tom Stellardclover: Pass buffer offsets to the driver in set_global...
2014-02-24 Tom Stellardr600g: Use util_cpu_to_le32() instead of bswap32()...
2014-02-18 Michel Dänzerr600g,radeonsi: Consolidate logic for short-circuiting...
2014-02-14 Alex Deucherradeon: reverse DBG_NO_HYPERZ logic
2014-02-11 Dave Airlier600g: add support for multiple viewports.
2014-02-09 Grigori Goronzygallium: add geometry shader output limits
2014-02-06 Marek Olšákgallium/radeon: fix warnings
2014-02-06 Marek Olšákgallium: remove PIPE_USAGE_STATIC
2014-02-06 Marek Olšákr600g,radeonsi: set resource domains in one place (v2)
2014-02-06 Christian Königradeon/video: seperate common video functions
2014-02-05 Dave Airlier600g: add support for geom shaders to r600/r700 chipse...
2014-02-05 Dave Airlier600g: enable GLSL 3.30 on evergreen GPUs
2014-02-05 Dave Airlier600g: properly propogate clip dist write value
2014-02-05 Dave Airlier600g: calculate a better value for array_size (v2)
2014-02-05 Dave Airlier600g: fix CAYMAN geometry shader support
2014-02-05 Dave Airlier600g: fix up shader out misc stuff for copy shader
2014-02-05 Dave Airlier600g: port the layered surface rendering patch from...
2014-02-05 Dave Airlier600g: initial VS output layer support
2014-02-05 Dave Airlier600g: setup const texture buffers for geom shaders
2014-02-05 Dave Airlier600g: calculate correct cut value
2014-02-05 Dave Airlier600g: fix dynamic_input_array_index.shader_test
2014-02-05 Dave Airlier600g: add support for indirect geom ring writes
2014-02-05 Dave Airlier600g: write proper output prim type
2014-02-05 Dave Airlier600g: enable instance cnt register with new enough...
2014-02-05 Dave Airlier600g: add primitive input support for gs
2014-02-05 Dave Airlier600g: emit streamout from dma copy shader
2014-02-05 Dave Airlier600g/gs: fix cases where number of gs inputs != number...
2014-02-05 Dave Airlier600g: increase array base for exported parameters
2014-02-05 Dave Airlier600g: initialise the geom shader loop registers.
2014-02-05 Dave Airlier600g: emit NOPs at end of shaders in more cases
2014-02-05 Dave Airlier600g: don't enable SB for geom shaders
2014-02-05 Dave Airlier600g/sb: add MEM_RING support
2014-02-05 Dave Airlier600g: don't fail if we can't map VS->GS ring entries
2014-02-05 Vadim Girlinr600g: initial support for geometry shaders on evergree...
2014-02-05 Vadim Girlinr600g: add hw register definitions for GS block setup
2014-02-05 Vadim Girlinr600g: defer shader variant selection and depending...
2014-02-05 Dave Airlier600g/bc: add support for indexed memory writes.
2014-02-05 Vadim Girlinr600g: move barrier and end_of_program bits from output...
next