clover: Define helper classes for the new object model.
[mesa.git] / src / gallium / drivers / r600 /
2013-10-20 Vinson Leer600g/sb: Initialize shader::dce_flags.
2013-10-17 Vadim Girlinr600g/sb: fix issue with DCE between GVN and GCM (v2)
2013-10-16 Tom Stellardr600g/compute Improve debugging output
2013-10-13 Grigori Goronzyradeon/uvd: use PIPE_BIND_LINEAR for video surfaces
2013-10-13 Vadim Girlinr600g: fix tgsi_op2_s with trans-only instructions
2013-10-11 Grigori Goronzyr600g: fix crash in set_framebuffer_state
2013-10-08 Marek Olšákgallium/radeon: don't export any private symbols
2013-10-06 Marek OlšákRevert "r600g: only flush the caches that need to be...
2013-10-04 Grigori Goronzyr600g: texture offsets for non-TXF instructions
2013-10-04 Marek Olšákr600g: remove an assertion causing a crash at context...
2013-10-03 Brian Paulradeon: don't use old bind_vertex/fragment_sampler_stat...
2013-10-03 Brian Paulradeon: implement pipe_context::bind_sampler_states()
2013-10-03 Marek Olšákr600g,radeonsi: create aux_context last
2013-10-02 Vincent Lejeuner600/llvm: Adds support for MSAA
2013-10-02 Vincent Lejeuner600g/llvm: Undef z and w component of 2D TXP inst
2013-10-02 Vincent Lejeuner600g/llvm: fix txq for texture buffer
2013-10-01 Emil Velikovr600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM
2013-09-30 Vinson Leer600g/sb: Move variable dereference after null check.
2013-09-30 Marek Olšákr600g,radeonsi: workaround for late shared screen initi...
2013-09-29 Laurent Carlierr600g: Fix build failure introduced with r600_texture...
2013-09-29 Marek Olšákradeon: make texture logging more useful
2013-09-29 Marek Olšákr600g,radeonsi: share r600_texture.c
2013-09-29 Marek Olšákr600g: remove compute_global_transfer_* calls from...
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šákradeonsi: move debug options to R600_DEBUG
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-29 Marek Olšákr600g,radeonsi: consolidate r600_texture structures
2013-09-29 Marek Olšákr600g: get rid of r600_texture::is_rat
2013-09-29 Marek Olšákr600g: get rid of r600_texture::array_mode
2013-09-29 Marek Olšákr600g,radeonsi: consolidate transfer, cmask, and fmask...
2013-09-29 Marek Olšákradeon drivers: handle PIPE_CAP_MAX_VIEWPORTS
2013-09-25 Marek Olšákr600g: fix texture buffer object cache flushing
2013-09-25 Marek Olšákr600g: fix constant buffer cache flushing
2013-09-25 Christian Königradeon/winsys: keep screen pointer in winsys v2
2013-09-20 Grigori Goronzyr600g: fast color clears for single-sample buffers
2013-09-20 Grigori Goronzyr600g: add support for separately allocated CMASKs
2013-09-20 Marek Olšákgallium: add flush_resource context function
2013-09-12 Christian Königradeon/uvd: move more logic into the common files
2013-09-06 Alex Deucherr600g: remove DMA padding
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-09-06 Tom Stellardr600g/compute: Fix bug in compute memory pool
2013-09-06 Tom Stellardr600g/compute: Don't flush the cs in pipe_context:...
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-30 Vadim Girlinr600g: fix color exports when we have no CBs
2013-08-25 Henri Verbeetr600g: Implement the new float comparison instructions...
2013-08-20 Vinson Leer600g/sb: Move memsets of member structs to within...
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: rename enum pipe_video_codec to pipe_video_format
2013-08-19 Christian Königvl: use a template for create_video_decoder
2013-08-16 Marek Olšákradeonsi: port texture improvements from r600g
2013-08-14 Roland Scheideggerr600/radeonsi: implement new float comparison instructions
2013-08-14 Rico Schüllervl: Add support for max level query v2
2013-08-13 Vadim Girlinr600g/sb: use MULADD workaround on R7xx for MULADD_IEEE
2013-08-04 Vinson Leer600g/sb: Dump correct value for CND.
2013-08-02 Christoph Bumillerr600g: honour semantic index in fragment color exports
2013-07-30 Jonathan Charestr600g/compute: Added missing address space checking...
2013-07-22 Tom Stellardgallium: Add PIPE_CAP_ENDIANNESS
2013-07-18 Marek Olšákr600g: use WAIT_3D_IDLE before using CP DMA
2013-07-17 Vadim Girlinr600g/sb: improve alu packing on cayman
2013-07-17 Vadim Girlinr600g/sb: fix handling of new multislot instructions...
2013-07-17 Vadim Girlinr600g/sb: fix debug dump code in scheduler
2013-07-17 Vadim Girlinr600g/sb: fix initial register allocation
2013-07-17 Vadim Girlinr600g/sb: move chip & class name functions to sb_context
2013-07-17 Vadim Girlinr600g/sb: fix handling of PS in source bytecode on...
2013-07-17 Vinson Leer600g/sb: Initialize ra_checker member variables.
2013-07-13 Vinson Leer600g/sb: Initialize ra_constraint::cost.
2013-07-12 Alex Deucherr600g: don't use the CB/DB CP COHER logic on r6xx
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-12 Christian Königradeon/uvd: fall back to shader based decoding for...
2013-07-11 Christoph Bumillerr600g: x/y coordinates must be divided by block dim...
2013-07-11 Chih-Wei Huangr600g/sb: Fix Android build v2
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: explicitly flush caches for streamout-based...
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: don't call buffer_wait in buffer_mmap_sync_with_...
2013-07-08 Marek Olšákr600g: don't read back the MSAA depth buffer if the...
2013-07-08 Marek Olšákr600g: don't flush the context in texture_transfer_map
2013-07-08 Marek Olšákr600g: fix texture offset computation for mapped MSAA...
2013-07-08 Marek Olšákr600g: fix color resolve for RGBX8 and RGBX16 integer...
2013-07-08 Marek Olšákr600g: enable fast MSAA color clear for array/3D/cube...
2013-07-08 Marek Olšákr600g: implement fast MSAA color clear for integer...
2013-07-08 Christian Königr600/uvd: fix check for UVD 2.x
2013-07-02 Marek Olšákmesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimit...
2013-07-01 Grigori Goronzyr600g: implement fast color clears for MSAA on evergreen+
2013-07-01 Marek Olšákr600g/compute: disable unused colorbuffer slots
2013-06-28 Tom Stellardr600g: Fix build
2013-06-28 Tom Stellardr600g/compute: Accept LDS size from the LLVM backend
2013-06-28 Tom Stellardr600g/compute: Move compute_shader_create() function...
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
next