radeonsi: Flesh out support for depth/stencil exports from the pixel shader.
[mesa.git] / src / gallium / auxiliary /
2012-11-27 James Bentonutil: Modified u_rect to default to memcpy.
2012-11-27 James Bentonutil/format: Fix bug in float to non-float conversion...
2012-11-27 James Bentongallivm: Fix bug in lp_build_one which would incorrectl...
2012-11-27 Roland Scheideggergallivm: use the new mip per quad handling in texture...
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-11-17 Vinson Leeutil: Only use open coded snprintf for MSVC.
2012-11-15 José Fonsecautil/u_debug: Fix DEBUG_NAMED_VALUE.
2012-11-15 Roland Scheideggerdraw: fix crashes with out-of-bounds indices
2012-11-13 Tom Stellardauxillary: Append LLVM_CXXFLAGS to CXXFLAGS
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-11-11 Marek Olšákgallium/u_blitter: handle PIPE_TEXTURE_CUBE_ARRAY in...
2012-11-09 Dave Airlieu_blitter: fix cube array check
2012-11-09 José Fonsecautil/u_surface: Support 3D/array textures in util_resou...
2012-11-09 José Fonsecadraw: Remove redundant draw_geometry_shader_delete().
2012-11-09 José Fonsecautil/u_surface: Fix util_clear_depth_stencil for Z32_FL...
2012-11-09 José Fonsecasoftpipe,util: Fix blending of R and RG formats.
2012-11-09 José Fonsecatgsi: Lift the requirement of indirection being done...
2012-11-09 José Fonsecautil: Fix reduction of line adjacency primitives.
2012-11-09 José Fonsecautil/u_rect: Make it C++ safe.
2012-11-09 Dave Airlieu_blitter: don't create fragment program for cube maps...
2012-11-09 Dave Airlieu_blitter: add cube map array support.
2012-11-09 Dave Airliesoftpipe: add ARB_texture_cube_map_array support (v1.1)
2012-11-09 Dave Airliegallium: add defines/shader opcode for texture cube...
2012-11-06 Marek Olšákr600g: add in-place DB decompression and texturing...
2012-11-05 José Fonsecautil: Make u_framebuffer.h C++ safe.
2012-11-01 Marek Olšákgallium/u_vbuf: document how it works
2012-11-01 Marek Olšákgallium/u_vbuf: optimize looping over the list of buffe...
2012-11-01 Marek Olšákgallium/u_vbuf: skip processing of buffers unused by...
2012-10-31 Marek Olšákdraw: fix assertion failure in draw_emit_vertex_attr
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-10-29 Marek Olšákr600g: implement texturing with 8x MSAA compressed...
2012-10-29 Marek Olšákmesa: bump MAX_VARYING to 32
2012-10-28 Alexander V. Nikolaevgallium/gallivm: code generation options for LLVM 3.1+
2012-10-26 Brian Paulgallivm/llvmpipe: fix 64-bit %ll format compiler warnin...
2012-10-26 Christian Königvl: fix the dri winsys helper screen init
2012-10-17 José Fonsecagallivm: Hide AVX support when requested by LP_NATIVE_V...
2012-10-17 Will Schmidtgallivm: Use mcjit for ppc_64 architecture
2012-10-17 Brian Paultgsi: silence MSVC signed/unsigned comparison warnings
2012-10-17 Brian Paulutil: fix MSVC signed/unsigned comparison warning in...
2012-10-17 Brian Paulutil: fix MSVC signed/unsigned comparison warning in...
2012-10-17 Brian Paulutil: fix MSVC double/float conversion warning in u_for...
2012-10-17 Brian Pauldraw: silence MSVC signed/unsigned comparison warnings
2012-10-17 Brian Paulutil/blitter: silence assorted MSVC warnings
2012-10-17 José Fonsecatgsi: Add support to parse IMM[x] too.
2012-10-17 José FonsecaRevert "gallivm: Don't use llvm.x86.avx.max/min.ps...
2012-10-15 Brian Paulutil: added debug_print_transfer_flags() function
2012-10-15 Chris Festerutil: null-out the node's prev/next pointers in list_del()
2012-10-12 Matt Turneru_format_s3tc.c: Don't call getenv() twice
2012-10-12 José Fonsecagallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvert...
2012-10-12 José Fonsecatgsi: Dump register number when dumping immediates.
2012-10-12 Roland Scheideggergallivm: fix rsqrt failures
2012-10-12 Marek Olšákr600g: implement MSAA resolving for 8-bit and 16-bit...
2012-10-11 Brian Paulutil: fix broken pipe_get_tile_rgba() call
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-10-08 Marek Olšákllvmpipe: remove unused variables to fix compile warnings
2012-10-06 Marek Olšákgallium: allow debug helpers in the release build
2012-09-30 Marek Olšákst/mesa: implement decompress_with_blit using gallium...
2012-09-30 Marek Olšákgallium: add helpers for dumping pipe_box and pipe_blit...
2012-09-30 Marek Olšákgallium/u_blitter: add helper for blitting via resource...
2012-09-30 Marek Olšákgallium/u_blitter: add gallium blit implementation
2012-09-30 Marek Olšákgallium/u_blitter: add ability to disable and restore...
2012-09-30 Marek Olšákgallium/u_blitter: facilitate co-existence with the...
2012-09-30 Marek Olšákgallium/u_blitter: check PIPE_CAP_TEXTURE_MULTISAMPLE
2012-09-22 Marek Olšákdraw: fix non-indexed draw calls if there's an index...
2012-09-21 Tom Stellardpipe-loader: Remove a few debug_printfs
2012-09-14 Marek Olšákgallium/u_blitter: fix stencil-only blits
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Vinson LeeUse the correct macro _WIN32 for Windows.
2012-09-04 José Fonsecagallivm,llvmpipe: Use 4-wide vectors on AMD Bulldozer.
2012-09-03 Vinson Leeutil: Add cpuid for Solaris Studio.
2012-09-01 Brian Paulutil: remove u_debug.h from u_math.h
2012-09-01 Brian Paulutil: include u_debug.h
2012-09-01 Brian Paultgsi: include u_debug.h
2012-08-31 Brian Paulutil: add casts to silence signed/unsigned comparison...
2012-08-30 Marek Olšákr600g: implement MSAA for Cayman
2012-08-30 Marek Olšákr600g: implement draw_rectangle callback
2012-08-28 Vadim Girlinu_vbuf: avoid unnecessary update of the vertex elements
2012-08-27 Brian Paulgallium/util: implement tile code for PIPE_FORMAT_Z32_FLOAT
2012-08-27 Marek Olšákr600g: implement compression for MSAA colorbuffers...
2012-08-27 Marek Olšákgallium/u_blitter: initialize sample mask in resolve
2012-08-24 José Fonsecadraw: Fix regression in draw_set_sampler(_views).
2012-08-18 Brian Paulutil: update and fix u_upload_mgr.h comments
2012-08-16 Brian Paulgallium/draw: move misplaced brace
2012-08-16 Brian Paulgallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS ...
2012-08-16 Brian Pauldraw: index samplers and sampler_view state by shader...
2012-08-16 Brian Pauldraw: move tgsi-related state into a tgsi sub-struct
2012-08-16 Brian Paulgallium: add a shader stage/type param to some draw...
2012-08-15 Marek Olšákgallium/u_blitter: document custom meta helpers
2012-08-15 Marek Olšákr600g: implement MSAA color resolve
2012-08-15 Marek Olšákr600g: implement MSAA depth-stencil decompression and...
2012-08-15 Marek Olšákgallium/u_blitter: implement X and Y texture flipping
2012-08-15 Marek Olšákgallium/u_blitter: implement blitting multisample resources
2012-08-15 Marek Olšákgallium: add TGSI support for multisample textures
2012-08-15 Marek Olšákgallium/tgsi: fix TGSI text parser
2012-08-15 Marek Olšákgallium/u_blit: set dst format from pipe_resource,...
2012-08-10 Brian Paulcso: rearrange some structure fields for consistency
2012-08-10 Brian Paulgallivm: fix crash in lp_sampler_static_state()
2012-08-08 Brian Paulgallivm: remove unused src_elem_type variable
2012-08-08 Vinson Leetranslate: Fix typo in is_legal_int_format_combo.
2012-08-07 Vinson Leegallivm: Add constructor for raw_debug_ostream.
next