freedreno: fix layer_stride
[mesa.git] / src / gallium / auxiliary /
2014-10-14 Vinson Leeauxilary/os: Add DragonFly BSD support in os_get_total_...
2014-10-08 Eric Anholtgallium: Rename freedreno parts of tgsi_lowering.[ch].
2014-10-08 Eric Anholtgallium: Reformat tgsi_lowering.c for the normal style.
2014-10-08 Eric Anholtgallium: Copy fd_lowering.[ch] to tgsi_lowering.[ch...
2014-10-04 Marek Olšáktgsi: change tgsi_shader_info::properties to a one...
2014-10-04 Marek Olšáktgsi: remove some not so useful variables from tgsi_sha...
2014-10-04 Marek Olšáktgsi: simplify shader properties in tgsi_shader_info
2014-10-04 Marek Olšákgallium/util: add util_bitcount64
2014-10-03 Tomasz Figautil: Include in Android builds
2014-10-02 Ilia Mirkingallium/hud: use u_sampler_view_default_template helper
2014-10-01 Leo Liust/vdpau: move common functions to util
2014-09-30 Mathias Fröhlichgallivm: Fix build for LLVM 3.2
2014-09-30 Mathias Fröhlichllvmpipe: Reuse llvmpipes LLVMContext in the draw context.
2014-09-30 Mathias Fröhlichllvmpipe: Make a llvmpipe OpenGL context thread safe.
2014-09-30 Mathias Fröhlichllvmpipe: Use two LLVMContexts per OpenGL context inste...
2014-09-30 Brian Paultgsi: fix Semantic.Name assignment in tgsi_transform_in...
2014-09-30 Brian Paulutil: simplify PIPE_TEXTURE_CUBE case in util_max_layer()
2014-09-26 Michel Dänzergallivm: More fallout from disabling with LLVM 3.6
2014-09-25 Matt Turnermesa: Replace IS_NEGATIVE(x) with x < 0.0f.
2014-09-24 Brian Paulutil: use linear formats in util_blit_pixels()
2014-09-24 Brian Paulutil: simplify writemask parameters for util_blit_pixels()
2014-09-24 Brian Paulutil: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit...
2014-09-24 Matt Turnermesa: Unifdef _WIN32_WCE.
2014-09-24 Tom Stellardgallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
2014-09-24 Tom Stellardgallivm: Disable gallivm to fix build with LLVM 3.6
2014-09-24 Emil Velikovtargets/pipe-loader: drop unused authentication
2014-09-23 Roland Scheideggergallivm: fix idiv
2014-09-22 Brian Paulgallium: replace pipe_type enum with tgsi_return_type...
2014-09-22 Brian Pauldraw: use new tgsi_transform inst/decl helpers in pstip...
2014-09-22 Brian Pauldraw: use new tgsi_transform inst/decl helpers in aapoi...
2014-09-22 Brian Pauldraw: use new tgsi_transform inst/decl helpers in aalin...
2014-09-22 Brian Paultgsi: add inst/decl helpers for tgsi_transform utility
2014-09-22 Brian Pauldraw: use tgsi transform prolog callback in polygon...
2014-09-22 Brian Pauldraw: use tgsi transform prolog/epilog callbacks in...
2014-09-22 Brian Pauldraw: use tgsi transform prolog/epilog callbacks in...
2014-09-22 Brian Paultgsi: fix tgsi transform's epilog callback
2014-09-22 Brian Paultgsi: add prolog() method to tgsi_transform_context
2014-09-22 Brian Paultarget-helpers: add inline qualifier on configuration_q...
2014-09-21 Rob Clarkfreedreno: add DRM_CONF_SHARE_FD
2014-09-20 Roland Scheideggergallivm: add information about different sampler/view...
2014-09-19 Roland Scheideggerutil: don't try to emit half-float intrinsics if avx...
2014-09-18 Roland Scheideggerdraw: (trivial) remove duplicated lines
2014-09-17 rcondegallivm,tgsi: fix idiv by zero crash
2014-09-17 Roland Scheideggergallivm: add texture target information for sample...
2014-09-17 Richard Sandifordgallium: Add PIPE_FORMAT_x8B8G8R8_SNORM formats
2014-09-17 Richard Sandifordgallium: Add PIPE_FORMAT_AnLn and PIPE_FORMAT_GnRn...
2014-09-17 Dave Airlieutil: move shared rgtc code to util (v2)
2014-09-16 Richard Sandifordutil: Add big-endian layout for a number of formats.
2014-09-16 Richard Sandifordgallivm: Fix uses of 2^24
2014-09-16 Richard Sandifordgallivm: Add SNORM clamping to lp_build_{add, sub}
2014-09-16 Rafael Ávila de... gallivm: attach DataLayout to module too, not just...
2014-09-16 Roland Scheideggergallivm: handle SAMPLE opcode in aos sampling
2014-09-16 Roland Scheideggertgsi: accept offsets for sample opcodes too in the...
2014-09-16 Roland Scheideggertgsi: don't print texture target for sample opcodes
2014-09-12 Rob Clarkutil/u_format: add _is_alpha()
2014-09-12 Andreas Bollgallium/util: add missing u_debug include
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-09-10 Brian Paulu_vbuf: simple whitespace fix
2014-09-10 Vinson Leepipe-loader: Include unistd.h in pipe_loader_drm.c...
2014-09-09 Emil Velikovautomake: remove obsolete NEED_GALLIUM_LOADER
2014-09-08 Roland Scheideggergallivm: (trivial) don't try to use rcp when the divisi...
2014-09-08 Roland Scheideggergallivm: (trivial) fix min / max variable names
2014-09-06 Ulrich Weigandgallivm: Fix Altivec pack intrinsics for little-endian
2014-09-05 Michel Dänzerconfigure.ac: Add AC_SYS_LARGEFILE
2014-09-03 Michel Dänzergallivm: Fix build against LLVM SVN >= r216982
2014-09-02 Eric Anholtu_primconvert: Use u_upload_mgr for our little IB alloc...
2014-09-02 Eric Anholtu_primconvert: Shut up compiler warning.
2014-09-02 Michel Dänzeru_blitter: Create all shaders on demand
2014-09-01 Marek Olšákgallium/pb_bufmgr_cache: limit the size of cache
2014-09-01 Marek Olšákpipe-loader: use the correct screen index
2014-08-29 Roland Scheideggergallivm: fix somewhat broken NaN behavior for exp2
2014-08-29 Roland Scheideggergallivm: handle cube map arrays for texture sampling
2014-08-29 Roland Scheideggerdraw: kill off bogus assertion in tgsi_fetch_gs_outputs
2014-08-29 Roland Scheideggertgsi: (trivial) fix handling msaa resources on TXF
2014-08-29 Roland Scheideggerdraw: remove fishy num_samplers/num_sampler_views check...
2014-08-29 Michel Dänzeru_vbuf: Make sure all caps are initialized
2014-08-28 Emil Velikovgallium/ilo: cleanup intel_winsys.h
2014-08-28 Roland Scheideggerdraw: fix base instance handling in llvm path
2014-08-26 Christian Königvl/compositor: set the scissor before clearing the...
2014-08-25 Eric Anholtu_vbuf: Add a few more format fallbacks.
2014-08-25 Eric Anholtu_vbuf: Simplify the format fallback translation.
2014-08-23 Vinson Leeauxilary/os: Add Solaris support in os_get_total_physic...
2014-08-21 Tom Stellardpipe-loader: Fix memory leak v2
2014-08-20 Jon TURNEYTeach os_get_total_physical_memory about Cygwin
2014-08-20 Vinson Leegallivm: Fix build with LLVM >= 3.6 r215967.
2014-08-19 Alexander von Gluck IVgallium/aux: Fill in Haiku get process name code
2014-08-19 Marek Olšákgallium/u_blitter: don't use an empty fragment shader...
2014-08-19 Marek Olšákgallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tg...
2014-08-16 Brian Paulutil: whitespace and formatting fixes in u_math.h
2014-08-15 Dave AirlieRevert "hud: don't overrun malloced arrays"
2014-08-15 Emil Velikovauxiliary/os: introduce os_get_total_physical_memory...
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-14 Dave Airliehud: don't overrun malloced arrays
2014-08-12 Emil Velikovandroid: gallium/auxiliary: drop log2/log2f redefitions
2014-08-12 Ilia Mirkingallium: add basic support for BPTC formats
2014-08-12 Ilia Mirkinmesa/st: add support for dynamic sampler offsets
2014-08-11 Marek Olšákgallium: remove PIPE_SHADER_CAP_MAX_ADDRS
2014-08-09 Eric Anholtu_primconvert: Copy min/max_index from the original...
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.
2014-08-09 Roland Scheideggerdraw: (trivial) use information about gs being present...
next