radeon/llvm: fix formatting
[mesa.git] / src / gallium / drivers / r600 /
2014-07-23 Tom Stellardr600g/compute: Fix warnings
2014-07-23 Glenn Kennardr600g: Use hardware sqrt instruction
2014-07-23 Bruno Jiménezr600g/compute: Remove unneeded code from compute_memory...
2014-07-23 Bruno Jiménezr600g/compute: Quick exit if there's nothing to add...
2014-07-23 Bruno Jiménezr600g/compute: Defrag the pool if it's necesary
2014-07-23 Bruno Jiménezr600g/compute: Add a function for defragmenting the...
2014-07-23 Bruno Jiménezr600g/compute: Add a function for moving items in the...
2014-07-21 Tom Stellardradeonsi/compute: Share COMPUTE_DBG macro with r600g
2014-07-17 Glenn Kennardr600g: Implement GL_ARB_texture_gather
2014-07-10 Ilia Mirkinr600g: remove unused base_vector_chan variable
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-03 Ilia Mirkinr600g: allow vs to write to gl_ViewportIndex
2014-07-02 Tom Stellardgallium: Add PIPE_SHADER_CAP_DOUBLES
2014-07-02 Ilia Mirkinr600g: allow viewport index/layer to be sent to ps
2014-07-01 Christoph Bumillergallium: add facilities for indirect drawing
2014-07-01 Ilia Mirkingallium: add a cap for max vertex streams
2014-06-24 Bruno Jiménezr600g/compute: Defer the creation of the temporary...
2014-06-24 Jan Veselyr600g/compute: Handle failures in compute_memory_pool_f...
2014-06-24 Jan Veselyr600g/compute: Fix possible endless loop in compute_mem...
2014-06-24 Jan Veselyr600: Fix use after free in compute_memory_promote_item.
2014-06-20 Bruno Jiménezr600g/compute: Use gallium util functions for double...
2014-06-20 Bruno Jiménezr600g/compute: Map only against intermediate buffers
2014-06-20 Bruno Jiménezr600g/compute: Implement compute_memory_demote_item
2014-06-20 Bruno Jiménezr600g/compute: Avoid problems when promoting items...
2014-06-20 Bruno Jiménezr600g/compute: Only move to the pool the buffers marked...
2014-06-20 Bruno Jiménezr600g/compute: divide the item list in two
2014-06-20 Bruno Jiménezr600g/compute: Add statuses to the compute_memory_items
2014-06-20 Bruno Jiménezr600g/compute: Add an util function to know if an item...
2014-06-20 Bruno Jiménezr600g/compute: Add an intermediate resource for OpenCL...
2014-06-18 Marek Olšákr600g: fix the max vertex shader input limit
2014-06-18 Grigori Goronzyutil/u_format: move utility function from r600g
2014-06-12 Bruno Jiménezr600g/compute: solve a bug introduced by 2e01b8b440c140...
2014-06-10 Bruno Jiménezr600g/compute: Use %u as the unsigned format
2014-06-10 Bruno Jiménezr600g/compute: align items correctly
2014-06-10 Bruno Jiménezr600g/compute: Cleanup of compute_memory_pool.h
2014-06-10 Bruno Jiménezr600g/compute: Tidy a bit compute_memory_finalize_pending
2014-06-10 Bruno Jiménezr600g/compute: Add more NULL checks
2014-06-10 Bruno Jiménezr600g/compute: Adding checks for NULL after CALLOC
2014-06-10 Bruno Jiménezr600g/compute: Fixing a typo and some indentation
2014-06-03 Marek Olšákr600g,radeonsi: don't use hardware MSAA resolve if...
2014-06-03 Marek Olšákr600g: BlitFramebuffer should follow render condition
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
next