r600g: use TGSI_PROPERTY to disable viewport and clipping
[mesa.git] / src / gallium / drivers / r600 / r600_pipe.h
2014-06-02 Christoph Bumillerr600g: use TGSI_PROPERTY to disable viewport and clipping
2014-05-14 Michel Dänzerradeonsi: Fix anisotropic filtering state setup
2014-04-24 Marek Olšákr600g: fix for broken CULL_FRONT behavior on R6xx
2014-04-17 Michel Dänzerr600g: Disable LLVM by default at runtime for graphics
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-03-20 Marek Olšákr600g: use more appropriate names for async DMA functions
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-11 Marek Olšákr600g, radeonsi: fix primitives-generated query with...
2014-03-07 Marek Olšákr600g: fix blitting the last 2 mipmap levels for Evergreen
2014-03-04 Marek Olšákr600g: port color buffer format conversion from radeonsi
2014-02-25 Marek Olšákr600g: remove r600_resource.h
2014-02-18 Michel Dänzerr600g,radeonsi: Consolidate logic for short-circuiting...
2014-02-11 Dave Airlier600g: add support for multiple viewports.
2014-02-05 Dave Airlier600g: add support for geom shaders to r600/r700 chipse...
2014-02-05 Vadim Girlinr600g: initial support for geometry shaders on evergree...
2014-01-28 Marek Olšákr600g,radeonsi: consolidate get_compute_param
2014-01-28 Marek Olšákr600g,radeonsi: consolidate variables for CS tracing
2014-01-28 Marek Olšákr600g,radeonsi: consolidate the contents of r600_resource.c
2014-01-28 Marek Olšákr600g: move queries to drivers/radeon
2014-01-27 Tom Stellardr600g/compute: Emit DEALLOC_STATE on cayman after dispa...
2013-12-12 Marek Olšákr600g,radeonsi: consolidate buffer code, add handling...
2013-12-12 Marek Olšákr600g,radeonsi: add common interface for buffer invalid...
2013-12-12 Marek Olšákr600g,radeonsi: consolidate some debug flags
2013-12-12 Marek Olšákr600g: refactor out code for buffer invalidation
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-21 Tom Stellardr600g/compute: Add a work-around for flushing issues...
2013-11-04 Marek Olšákr600g: properly unbind a DSA state being deleted in...
2013-10-25 Marek Olšákr600g,radeonsi: use fences provided by the winsys
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-06 Marek OlšákRevert "r600g: only flush the caches that need to be...
2013-09-29 Marek Olšákr600g,radeonsi: share r600_texture.c
2013-09-29 Marek Olšákr600g: move the low-level buffer functions for multiple...
2013-09-29 Marek Olšákr600g,radeonsi: consolidate tiling_info initialization
2013-09-29 Marek Olšákr600g: move aux_context and r600_screen_clear_buffer...
2013-09-29 Marek Olšákr600g: move some debug options to drivers/radeon
2013-09-29 Marek Olšákr600g,radeonsi: share the async dma interface
2013-09-29 Marek Olšákr600g,radeonsi: remove unused code
2013-09-29 Marek Olšákr600g: move r600g-specific functions out of r600_texture.c
2013-09-20 Grigori Goronzyr600g: fast color clears for single-sample buffers
2013-09-12 Christian Königradeon/uvd: move more logic into the common files
2013-08-30 Marek Olšákr600g: move streamout state to drivers/radeon
2013-08-30 Marek Olšákr600g,radeonsi: remove unused variables
2013-08-30 Vadim Girlinr600g: enable SB backend by default
2013-08-19 Christian Königvl: add entrypoint to get_video_param
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-08-19 Christian Königvl: use a template for create_video_decoder
2013-07-11 Vadim Girlinr600g/sb: improve math optimizations v2
2013-07-08 Marek Olšákr600g: improve the mechanism for recognizing an empty CS
2013-07-08 Marek Olšákr600g: only flush the caches that need to be flushed...
2013-07-08 Marek Olšákr600g: split INVAL_READ_CACHES into vertex, tex, and...
2013-07-08 Alex Deucherr600g: adjust flush flags (v3)
2013-07-08 Marek Olšákr600g: fix texture offset computation for mapped MSAA...
2013-06-28 Tom Stellardr600g/compute: Move compute_shader_create() function...
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-05-15 Marek Olšákr600g: cleanup MSAA texture support checking
2013-05-03 Vadim Girlinr600g: use old shader disassembler by default
2013-04-30 Vadim Girlinr600g/sb: use source bytecode in case of optimization...
2013-04-30 Vadim Girlinr600g: plug in optimizing backend
2013-04-26 Christian Königr600/uvd: stop advertising MPEG4 on UVD 2.x chips v2
2013-04-25 Jerome Glissewinsys/radeon: consolidate tracing into winsys v2
2013-04-25 Tom Stellardr600g: Add evergreen_emit_cs_constant_buffers() v2
2013-04-24 Alex Deucherr600g: use CP DMA for buffer clears on evergreen+
2013-04-23 Marek Olšákr600g: initialize CMASK and HTILE with the GPU using...
2013-04-16 Marek Olšákr600g: implement pipeline statistics query
2013-04-16 Marek Olšákr600g: add a debug flag for printing virtual addresses...
2013-04-16 Marek Olšákr600g: add a query returning the amount of time spent...
2013-04-11 Christian Königradeon/uvd: add UVD implementation v5
2013-04-05 Tom Stellardgallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers...
2013-03-26 Marek Olšákr600g: add a driver query returning the amount of reque...
2013-03-26 Marek Olšákr600g: add a driver query returning the number of draw_...
2013-03-11 Marek Olšákr600g: add debug options disabling various copy-buffer...
2013-03-11 Marek Olšákr600g: remove r600.h, move the stuff elsewhere (mostly...
2013-03-11 Marek Olšákr600g: remove r600_hw_context_priv.h, move the stuff...
2013-03-11 Marek Olšákr600g: remove deprecated state management code
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-11 Marek Olšákr600g: use a single env var R600_DEBUG, disable bytecod...
2013-03-11 Marek Olšákr600g: cleanup #include recursion between r600_pipe...
2013-03-01 Marek Olšákr600g: don't require dword alignment with CP DMA for...
2013-03-01 Marek Olšákr600g: unify vgt states
2013-03-01 Marek Olšákr600g: atomize streamout enabling
2013-02-28 Jerome Glisser600g: workaround hyperz lockup on evergreen
2013-02-26 Marek Olšákgallium/util: add helper util_max_layer from r600g
2013-02-01 Vadim Girlinr600g: use tables with ISA info v3
2013-01-31 Jerome Glisser600g: add cs memory usage accounting and limit it v3
2013-01-28 Jerome Glisser600g: real fix for non 3.8 kernel
2013-01-28 Jerome Glisser600g: fix segfault with old kernel
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-11 Dave Airlier600g: texture buffer object + glsl 1.40 enable support...
2013-01-11 Dave Airlier600g: uniform buffer object support
2013-01-08 Marek Olšákr600g: implement buffer copying using CP DMA for R7xx...
2013-01-07 Jerome Glisser600g/radeon/winsys: indentation cleanup
2012-12-21 Marek Olšákr600g: don't suspend TIME_ELAPSED queries during flushing
2012-12-20 Jerome Glisser600g: add cs tracing infrastructure for lockup pin...
2012-12-20 Jerome Glisser600g: add htile support v16
next