r600g: check for PIPE_BIND_BLENDABLE in is_format_supported
[mesa.git] / src / gallium / drivers / r600 / evergreen_state.c
2014-06-02 Christoph Bumillerr600g: check for PIPE_BIND_BLENDABLE in is_format_supported
2014-05-10 Marek Olšákr600g: simplify framebuffer state size computation
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-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-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: 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-07 Marek Olšákr600g: fix blitting the last 2 mipmap levels for Evergreen
2014-03-04 Marek Olšákr600g: implement edge flags
2014-03-04 Marek Olšákr600g: port color buffer format conversion from radeonsi
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-11 Dave Airlier600g: add support for multiple viewports.
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: calculate correct cut value
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: initialise the geom shader loop registers.
2014-02-05 Vadim Girlinr600g: initial support for geometry shaders on evergree...
2014-02-05 Vadim Girlinr600g: defer shader variant selection and depending...
2014-01-13 Marek Olšákr600g: handle NULL colorbuffers correctly on Evergreen
2013-12-12 Andreas Hartmetzradeon: rearrange r600_texture and related code a bit.
2013-12-12 Marek Olšákr600g,radeonsi: share flags has_cp_dma and has_streamout
2013-12-12 Marek Olšákr600g: use common interfaces in buffer_transfer_unmap
2013-11-04 Marek Olšákr600g,radeonsi: properly expose texture buffer formats
2013-10-11 Grigori Goronzyr600g: fix crash in set_framebuffer_state
2013-09-29 Marek Olšákr600g,radeonsi: consolidate tiling_info initialization
2013-09-29 Marek Olšákr600g,radeonsi: share the async dma interface
2013-09-29 Marek Olšákr600g: get rid of r600_texture::is_rat
2013-09-29 Marek Olšákr600g,radeonsi: consolidate transfer, cmask, and fmask...
2013-09-20 Grigori Goronzyr600g: fast color clears for single-sample buffers
2013-09-20 Grigori Goronzyr600g: add support for separately allocated CMASKs
2013-08-30 Marek Olšákr600g: move streamout state to drivers/radeon
2013-07-11 Christoph Bumillerr600g: x/y coordinates must be divided by block dim...
2013-07-08 Alex Deucherr600g: adjust flush flags (v3)
2013-07-01 Grigori Goronzyr600g: implement fast color clears for MSAA on evergreen+
2013-06-28 Tom Stellardr600g/compute: Accept LDS size from the LLVM backend
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-15 Marek Olšákr600g: cleanup MSAA texture support checking
2013-05-15 Marek Olšákr600g: rewrite FMASK allocation, fix FMASK texturing...
2013-04-29 Jerome Glisser600g: force full cache for hyperz
2013-04-25 Tom Stellardr600g: Add evergreen_emit_cs_constant_buffers() v2
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-04-11 Dave Airlier600g: add get_sample_position support (v3)
2013-04-10 Fredrik Höglundr600g: Add support for GL_ARB_texture_buffer_range
2013-03-19 Alex Deucherr600g: don't emit SQ_DYN_GPR_RESOURCE_LIMIT_1 on cayman
2013-03-17 Alex Deucherr600g: properly set non_disp tiling mode for DMA (v2)
2013-03-17 Alex Deucherr600g: Use blitter rather than DMA for 128bpp on cayman...
2013-03-11 Marek Olšákr600g: atomize pixel shader
2013-03-11 Marek Olšákr600g: atomize vertex shader
2013-03-11 Marek Olšákr600g: inline r600_pipe_shader function
2013-03-01 Marek Olšákr600g: always map uninitialized buffer range as unsynch...
2013-03-01 Marek Olšákr600g: cleanup deprecated register tables
2013-03-01 Marek Olšákr600g: unify vgt states
2013-03-01 Marek Olšákr600g: flush and invalidate htile cache when appropriate
2013-03-01 Marek Olšákr600g: atomize streamout enabling
2013-02-28 Jerome Glisser600g: workaround hyperz lockup on evergreen
2013-02-21 Alex Deucherr600g: don't enable ReZ mode on evergreen
2013-02-20 Michel Dänzerr600g/Cayman: Fix blending using destination alpha...
2013-02-14 Marek Olšákr600g: add support for red-alpha render targets
2013-02-14 Marek Olšákr600g: properly implement S8Z24 depth-stencil format...
2013-02-12 Jerome Glisser600g: fix lockup when hyperz & alpha test are enabled...
2013-02-07 Jerome Glisser600g: fix slice tile max for compressed texture and...
2013-02-06 Marek Olšákr600g: use new RGBX formats
2013-01-31 Jerome Glisser600g: add cs memory usage accounting and limit it v3
2013-01-29 Jerome Glisser600g: use uint64_t instead of unsigned long for proper...
2013-01-28 Jerome Glisser600g: add async for staging buffer upload v2
2013-01-28 Jerome Glisser600g: add multi ring support with dma as first second...
2013-01-26 Marek Olšákr600g: don't use radeon_surface_level::npix_x/y/z
2013-01-11 Dave Airlier600g: fix warnings for htile va
2013-01-11 Dave Airlier600g: texture buffer object + glsl 1.40 enable support...
2013-01-08 Marek Olšákr600g: implement buffer copying using CP DMA for R7xx...
2013-01-07 Alex Deucherr600g: set the virtual address for the htile buffer
2012-12-20 Jerome Glisser600g: add htile support v16
2012-12-20 Jerome Glisser600g: rework flusing and synchronization pattern v7
2012-12-12 Marek Olšákr600g: suballocate memory for fetch shaders from a...
2012-11-09 Dave Airlier600g: add initial cube map array support (v2)
2012-11-06 Marek Olšákr600g: add in-place DB decompression and texturing...
2012-10-31 Marek Olšákr600g: use SQ_VTX_SEMANTIC_CLEAR to clear the semantic...
2012-10-30 Marek Olšákr600g: use better sample positions for 8x MSAA
2012-10-29 Marek Olšákr600g: implement texturing with 8x MSAA compressed...
2012-10-26 Alex Deucherr600g: split cayman common state out into a shared...
2012-10-26 Alex Deucherr600g: emit some additional regs on cayman
2012-10-26 Alex Deucherr600g: there are 16 const buffer size regs for each...
2012-10-26 Alex Deucherr600g: rework evergreen_init_common_regs()
2012-10-15 Andreas Bollr600g: drop useless switch statement
2012-10-15 Marek Olšákr600g: emit the border color only when it's needed
2012-10-15 Marek Olšákr600g: cleanup create_sampler_state functions
2012-10-12 Marek Olšákr600g: move shader structures into r600_shader.h
2012-10-09 Marek Olšákr600g: move DB_SHADER_CONTROL into db_misc_state
2012-10-09 Marek Olšákr600g: emit PS_PARTIAL_FLUSH at the beginning of CS
next