radeonsi: Adapt to sample intrinsics changes.
[mesa.git] / src / gallium / drivers /
2013-02-04 Michel Dänzerradeonsi: Adapt to sample intrinsics changes.
2013-02-04 Andreas Bollgallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSE...
2013-02-02 Vinson Leer600g: Fix memory leak.
2013-02-02 Vinson Leenv30: Fix memory leak.
2013-02-02 Vinson Leenv50: Fix memory leak.
2013-02-02 Vinson Leenvc0: Fix memory leak.
2013-02-01 Tom Stellardr600g/llvm: Select the correct GPU type for RV670
2013-02-01 Michel Dänzerradeonsi: Fix draws using user index buffer.
2013-02-01 Brian Paulsvga: check for NaN shader immediates
2013-02-01 Brian Paulsvga: add, use SVGA3D_SURFACE_HINT_VOLUME flag
2013-02-01 Brian Paultrace: measure time for each gallium call
2013-02-01 Brian Paultrace: add void to function definition
2013-02-01 Brian Paultrace: allow GALLIUM_TRACE=stdout/stderr
2013-02-01 Marek Olšákradeonsi: port some of get_shader_param changes from...
2013-02-01 Marek Olšákr300g: always put MSAA resources in VRAM
2013-02-01 Vadim Girlinr600g: remove broken assert from r600_isa.c
2013-02-01 Vadim Girlinr600g: implement shader disassembler v3
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-31 Marek Olšákr600g: fix htile buffer leak
2013-01-30 Christoph Bumillernv50,nvc0: fix/enable texture buffer objects
2013-01-29 José Fonsecallvmpipe: Don't advertise S8_UNORM (with feeble attempt...
2013-01-29 José Fonsecallvmpipe: Fix deferred depth writes for Z16_UNORM.
2013-01-29 José Fonsecallvmpipe: Support Z16_UNORM as depth-stencil format.
2013-01-29 Jerome Glisser600g: use uint64_t instead of unsigned long for proper...
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 Vadim Girlinr600g: improve inputs/interpolation handling with llvm...
2013-01-28 Tom Stellardr600g: Add ar_chan member to struct r600_bytecode
2013-01-28 Tom Stellardr600g: More robust checks for MOVA_INT instructions
2013-01-28 Vincent Lejeuner600g/llvm: Add dummy export for vs output
2013-01-28 Tom Stellardr600g: Fix building with --enable-r600-llvm-compiler
2013-01-28 Alex Deucherr600g: don't emit WAIT_UNTIL on cayman/TN (v2)
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-28 Jerome Glisseradeon/winsys: add dma ring support to winsys v3
2013-01-28 Roland Scheideggergallivm,draw,llvmpipe: mass rename of unit->texture_uni...
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2013-01-27 Christoph Bumillernouveau: don't try to use push_data if it's not implemented
2013-01-26 Marek Olšákr600g: add more cases for copying unsupported formats...
2013-01-26 Marek Olšákr600g: don't use radeon_surface_level::npix_x/y/z
2013-01-26 Marek Olšákr600g: fix compile warnings in r600_cp_dma_copy_buffer...
2013-01-26 Alex Deucherr600g: fix up CP DMA for VM on cayman and TN
2013-01-25 Brian Paulsvga: use pipe_sampler_view_release() in svga_cleanup_t...
2013-01-25 Brian Paulsvga: add NULL pointer check in svga_create_sampler_state()
2013-01-25 Brian Paulsoftpipe: add casts to silence MSVC warnings
2013-01-25 Tom Stellardr600g: Don't build llvm_wrapper.cpp when we aren't...
2013-01-24 Tom Stellardconfigure.ac: Compute the required llvm static librarie...
2013-01-24 Michel Dänzerradeonsi: Fall back to dummy pixel shader instead of...
2013-01-24 Marek Olšákradeonsi: make sure copying of all texture formats...
2013-01-24 Michel Dänzerradeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering.
2013-01-24 Michel Dänzerradeonsi: Make sure to use float number format for...
2013-01-22 José Fonsecanouveau/build: Fix build failures when drm is not in...
2013-01-22 Michel Dänzerradeon/llvm: Handle LP_CHAN_ALL in emit_fetch_immediate().
2013-01-21 Marek Olšákr300g: add a workaround for the AA colorbuffer addressi...
2013-01-21 Marek Olšákr300g: allow resolutions up to 1280x1024 with AA optimi...
2013-01-21 Marek Olšákr300g: enable AA optimizations for the RGBA16F format
2013-01-21 Marek Olšákradeonsi: More assorted depth/stencil changes ported...
2013-01-21 Vadim Girlinradeonsi: improve flushed depth texture handling
2013-01-21 Marek Olšákradeonsi: Assorted depth/stencil changes ported from...
2013-01-21 Michel Dänzerradeonsi: Enable 1D tiling for non-depth resources...
2013-01-21 Michel Dänzerradeonsi: Fix 1D tiling mode index for non-scanout...
2013-01-19 Vincent Lejeuner600g/llvm: Fixes addressspace of basevectors for clipv...
2013-01-19 Christoph Bumillernv50/ir: add definitions of Target and CodeEmitter...
2013-01-19 Christoph Bumillernouveau: fix undefined behaviour when testing sample_count
2013-01-19 Christoph Bumillernv50/ir: fix a couple of warnings
2013-01-18 Vincent Lejeuner600g/llvm: tgsi to llvm emits store.swizzle intrinsic...
2013-01-18 Vincent Lejeuner600g/llvm: tgsi to llvm emits stream output intrinsics.
2013-01-18 Vincent Lejeuner600g/llvm:translate ARL opcode to a simple cast
2013-01-18 Vadim Girlinr600g/llvm: rework handling of the constants
2013-01-18 Roland Scheideggerllvmpipe: turn on integer texture support
2013-01-18 Roland Scheideggerllvmpipe: more fixes for integer color buffers
2013-01-18 Roland Scheideggerllvmpipe: trivial code and comment cleanup.
2013-01-18 Roland Scheideggerllvmpipe: fix using wrong format with MRT in blend...
2013-01-17 Michel Dänzerradeonsi: Actually keep track if we are using depth...
2013-01-17 Michel Dänzerradeonsi: Fix Z24 texture formats.
2013-01-17 Michel Dänzerradeonsi: Set SPI_SHADER_COL_FORMAT to what the pixel...
2013-01-17 Michel Dänzerradeonsi: Use proper hardware format for stencil texturing.
2013-01-17 Michel Dänzerradeonsi: Enable tiling for depth/stencil resources.
2013-01-17 Michel Dänzerradeonsi: Consolidate calculation of tile mode index.
2013-01-17 Maarten Lankhorstnvc0: add support for accelerated video decoding throug...
2013-01-17 Michel Dänzerradeonsi: Pass texture type to sampling intrinsics.
2013-01-17 Maarten Lankhorstnvc0: add space checks to clear functions
2013-01-17 Maarten Lankhorstnv50: add space checks to clear functions, and respect...
2013-01-16 Maarten Lankhorstnvc0: Add support for video buffer
2013-01-15 Marek Olšákr300g: fix and cleanup flushing before clearing CMASK...
2013-01-15 Marek Olšákr300g: implement MSAA compression and fast MSAA color...
2013-01-15 Marek Olšákgallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
2013-01-15 Marek Olšáksoftpipe: implement separate depth-stencil clear
2013-01-14 Johannes Obermayrgallium/svga: Make sure -std=gnu99 is set.
2013-01-14 Marek Olšákr300g: set a dummy vertex buffer in context_create
2013-01-14 Marek Olšákr300g: fix MSAA resolve to an untiled texture
2013-01-14 Marek Olšákr300g: advertise MSAA support for the RGB10_A2 format...
2013-01-14 Marek Olšákr300g: allow separate depth and stencil clear
2013-01-14 Marek Olšákr300g: if both Z and stencil are present, they must...
2013-01-14 Marek Olšákr300g: allow HiZ with a 16-bit zbuffer
2013-01-14 Marek Olšákr300g: random hyperz cleanups
2013-01-12 Matt TurnerRemove hacks for static Makefiles
2013-01-12 Johannes Obermayrnv50/nvc0: Build codegen in nv50.
2013-01-11 Dave Airlier600g: fix warnings for htile va
next