nouveau/codegen: set dType to S32 for OP_NEG U32
[mesa.git] / src / gallium / drivers / r600 /
2014-01-23 Marek Olšákgallium: remove PIPE_CAP_SCALED_RESOLVE
2014-01-16 Aaron Watryradeon: Move gfx/dma cs cleanup to r600_common_context_...
2014-01-13 Marek Olšákr600g: fix glClearBuffer by handling PIPE_CLEAR_COLORi...
2014-01-13 Marek Olšákr600g: handle NULL colorbuffers correctly on R600-R700
2014-01-13 Marek Olšákr600g: handle NULL colorbuffers correctly on Evergreen
2013-12-23 Aaron Watryr600/pipe: Stop leaking context->start_compute_cs_cmd...
2013-12-23 Aaron Watryr600/compute: Use the correct FREE macro when deleting...
2013-12-23 Aaron Watryr600/compute: Free compiled kernels when deleting compu...
2013-12-23 Aaron Watryradeon/compute: Stop leaking LLVMContexts in radeon_llv...
2013-12-19 Aaron Watryr600g: Fix spelling error
2013-12-14 Marek Olšákr600g: expose 32-bit integer vertex formats
2013-12-14 Marek Olšákr600g: use shader-based MSAA resolving when hw-based...
2013-12-14 Marek Olšákgallium/u_blitter: remove useless parameters from some...
2013-12-12 Marek Olšákr600g,radeonsi: fix initialized buffer range tracking...
2013-12-12 Andreas Hartmetzradeon: rearrange r600_texture and related code a bit.
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-12-11 Vadim Girlinr600g/sb: fix stack size computation on evergreen
2013-12-03 Marek Olšákgallium/util: implement layered framebuffer clear in...
2013-12-03 Marek Olšákgallium: add support for AMD_vertex_shader_layer
2013-11-28 Roland Scheideggergallium: new shader cap bit for the amount of sampler...
2013-11-21 Tom Stellardr600g/compute: Add a work-around for flushing issues...
2013-11-18 Tom Stellardr600g/compute: Fix handling of global buffers in r600_r...
2013-11-17 Chris Forbesr600/sb: Fix broken assert
2013-11-16 Vadim Girlinr600g/sb: work around hw issues with stack on eg/cm
2013-11-16 Emil Velikovgallium/drivers: compact compiler flags into Automake.inc
2013-11-16 Emil Velikovgallium/drivers: enable automake subdir-objects
2013-11-15 Aaron Watryr600/llvm: Free binary.code/binary.config in r600_llvm_...
2013-11-15 Aaron Watryr600/llvm: initialize radeon_llvm_binary
2013-11-11 Vincent Lejeuner600/llvm: Store inputs in function arguments
2013-11-07 Fredrik Höglundr600g: Add support for PIPE_FORMAT_R11G11B10_FLOAT...
2013-11-06 Fabio Pedrettir600/compute: silence unused var warning
2013-11-06 Vincent Lejeuner600/llvm: Fix isampleBuffer on preEG
2013-11-06 Vincent Lejeuner600/llvm: Fix texbuf for pre EG gen
2013-11-04 Marek Olšákr600g: properly unbind a DSA state being deleted in...
2013-11-04 Marek Olšákr600g,radeonsi: properly expose texture buffer formats
2013-10-29 Vadim Girlinr600g/sb: fix value::is_fixed()
2013-10-25 Ilia Mirkingallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
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-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
next