radeonsi: Make sure to use float number format for packed float colour formats.
[mesa.git] / src / gallium / drivers /
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
2013-01-11 Dave Airlier600g: texture buffer object + glsl 1.40 enable support...
2013-01-11 Dave Airlier600g: uniform buffer object support
2013-01-11 Dave Airlier600: always export a position from vertex shader
2013-01-11 Tom Stellarddrivers/radeon: Don't link against libgallium.la
2013-01-11 Roland Scheideggerllvmpipe: fix clearing integer color buffers
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-10 Matt TurnerRemove MESA_PIC_FLAGS macro
2013-01-10 Matt Turnerbuild: Update drivers/Makefile.am to use LTLIBRARIES
2013-01-10 Tom Stellardradeon/llvm: Convert to Automake
2013-01-10 Matt Turnerradeonsi: Convert to automake
2013-01-10 Matt Turnernvc0: Convert to automake
2013-01-10 Matt Turnernv50: Convert to automake
2013-01-10 Matt Turnernv30: Convert to automake
2013-01-10 Matt Turnernouveau: Convert to automake
2013-01-10 Matt Turnersvga: Convert to automake
2013-01-10 Matt Turnersoftpipe: Convert to automake
2013-01-10 Matt Turnerllvmpipe: Convert to automake
2013-01-10 Matt Turnerrbug: Convert to automake
2013-01-10 Matt Turneri915g: Convert to automake
2013-01-10 Matt Turnerr600g: Use gallium automake include file
2013-01-10 Tom Stellardtrace: Convert to automake
2013-01-10 Matt Turnerr300g: Link ralloc.c and register_allocate.c into separ...
2013-01-10 Tom Stellardr300g: Build a libtool archive
2013-01-10 Tom Stellardr300g: Use gallium automake include file
2013-01-10 Marek Olšákr300g: don't set sample positions to the pixel center...
2013-01-09 Vinson Leer600g: Fix memory leak in r600_bytecode_add_vtx.
2013-01-09 Marek Olšákr300g: optionally log MSAA resources to stderr
2013-01-09 Marek Olšákr300g: fix the GPU name in the renderer string
2013-01-09 Marek Olšákr300g: fix CS checker errors caused by emit_dsa_state
2013-01-08 Marek Olšákr600g: implement buffer copying using CP DMA for R7xx...
2013-01-08 Christoph Bumillernvc0: catch too high GENERIC indices to prevent GRAPH...
2013-01-08 Christoph Bumillernvc0: use correct resource target to select blit shader
2013-01-08 Christoph Bumillernvc0: add missing call to map edge flag in push_vbo
2013-01-08 Christoph Bumillernv50/ir: wrap assertion using typeid in #ifndef NDEBUG
2013-01-08 Christoph Bumillernvc0: fix out of bounds writes for unaligned sizes...
2013-01-08 Christoph Bumillernouveau: increase max order of suballocated buffers...
2013-01-08 Christoph Bumillernouveau: improve buffer transfers
2013-01-08 Marek Olšákr300g: fix assertion failure in emit_dsa_state
2013-01-07 Alex Deucherr600g: set the virtual address for the htile buffer
2013-01-07 Jerome Glisseradeon/winsys: move radeon family/class identification...
2013-01-07 Jerome Glisser600g/radeon/winsys: indentation cleanup
2013-01-06 Marek Olšákr600g: flush FMASK and CMASK at the end of CS
2013-01-06 Marek Olšákr300g: implement MSAA
2013-01-06 Marek Olšákr300g: simplify DSA state, add ability to patch FG_ALPH...
2013-01-06 Marek Olšákr300g/compiler: add shader emulation for the alpha_to_o...
2013-01-04 Tom Stellardradeon/llvm: Remove backend code from Mesa
2013-01-04 Johannes ObermayrSupport LLVM >= 3.2 on radeonsi and opencl.
2013-01-04 Marek Olšákr300g: don't check for vertex and index buffer bind...
2013-01-04 Marek Olšákr300g/swtcl: use memcpy to emit indices
2013-01-04 Marek Olšákr300g/swtcl: simplify vertex uploading
2013-01-04 Marek Olšákr300g/swtcl: fix crash when setting vertex buffers
next