targets/dri: fix freedreno targets
[mesa.git] / src / gallium / auxiliary / util /
2014-07-09 Brian Paulgallium/u_blitter: fix some shader memory leaks
2014-07-08 Marek Olšákgallium: fix u_default_transfer_inline_write for textures
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-01 Marek Olšákgallium/u_vbuf: get draw info from an indirect buffer...
2014-07-01 Christoph Bumillergallium: add facilities for indirect drawing
2014-06-18 Grigori Goronzyutil/u_format: move utility function from r600g
2014-06-04 Leo Liuvl: add more avc profiles
2014-06-04 José Fonsecawgl: Disable CRT message boxes when Windows system...
2014-05-31 Vinson Leeutil: Do not use __builtin_clrsb with Intel C++ Compiler.
2014-05-02 José Fonsecautil: Don't attempt to redefine INFINITY/NAN on VS...
2014-05-02 José Fonsecautil/u_debug_flush: Use util_snprintf.
2014-04-28 Ilia Mirkingallium/util: add helpers for bitfield manipulation
2014-04-28 Richard Sandifordutil: Fix cross-compiles between endiannesses
2014-04-28 Richard Sandifordutil: Split out channel-parsing Python code
2014-04-28 Richard Sandifordutil: Split out channel-printing Python code
2014-04-28 Richard Sandifordutil: Turn inv_swizzle into a global function
2014-04-28 Richard Sandifordutil: Add more query methods to u_format_parse.Format
2014-04-26 Ilia Mirkinmesa/st: add support for ARB_sample_shading
2014-04-25 Roland Scheideggergallium/util: use ui[4] instead of ui in union util_color
2014-04-23 José Fonsecautil/u_debug: Pass correct size to strncat.
2014-04-17 José Fonsecautil: Add __declspec(noreturn) to _debug_assert_fail().
2014-04-17 José Fonsecaauxiliary/os,auxiliary/util: Fix the `‘noreturn’ functi...
2014-04-16 José Fonsecautil/u_debug: Add noreturn attribute to _debug_assert_f...
2014-04-10 Marek Olšákgallium/u_gen_mipmap: rewrite using pipe->blit (v2)
2014-04-04 Marek Olšákgallium/u_blitter: implement scaled blitting in the...
2014-04-04 Marek Olšákgallium/u_blitter: don't adjust cubemap coordinates...
2014-03-21 Roland Scheideggergallium: add b5g6r5 srgb format
2014-03-20 Marek Olšákgallium/u_gen_mipmap: remove the software fallback
2014-03-20 Marek Olšákst/mesa: fix generating mipmaps for cube arrays
2014-03-07 Zack Rusingallium: allow setting of the internal stream output...
2014-03-07 Marek Olšákgallium: rename R4A4 and A4R4 formats to match their...
2014-03-06 Aaron Watrygallium/util: Fix memory leak
2014-03-03 Hansutil: don't define isfinite(), isnan() for MSVC >=...
2014-03-01 Ilia Mirkingallium/util: add missing u_math include
2014-02-27 Roland Scheideggerutil/u_format: don't crash in util_format_translate...
2014-02-25 Marek Olšákgallium/upload_mgr: remove useless variable "size"
2014-02-25 Marek Olšákgallium/upload_mgr: don't unmap buffers if persistent...
2014-02-24 Tom Stellardutil: Add util_cpu_to_le* helpers
2014-02-24 Tom Stellardutil: Add util_bswap64() v3
2014-02-24 Tom Stellardconfigure.ac: Use AX_GCC_BUILTIN to check availability...
2014-02-14 Thomas Hellstromgallium/util: Add flush/map debug utility code
2014-02-06 Marek Olšákgallium: remove PIPE_USAGE_STATIC
2014-01-27 Ilia Mirkinutil/u_vbuf: correct map offset calculation for crazy...
2014-01-23 Marek Olšákgallium/util: util_format_srgb should not return FORMAT...
2014-01-23 Marek Olšákgallium/u_upload_mgr: don't expose u_upload_flush
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-13 Marek Olšákgallium/util: easy fixes for NULL colorbuffers
2014-01-13 Marek Olšákst/mesa: bind NULL colorbuffers as specified by glDrawB...
2013-12-14 Marek Olšákgallium/u_blitter: implement shader-based MSAA resolve...
2013-12-14 Marek Olšákgallium/u_blitter: implement shader-based MSAA resolve
2013-12-14 Marek Olšákgallium/u_blitter: remove useless parameters from some...
2013-12-12 Brian Paulutil: fix compile breakage
2013-12-12 Brian Paulutil: move variable declaration out of for-loop
2013-12-12 Marek Olšákgallium/util: implement new color clear API in u_blitter
2013-12-12 Marek Olšákgallium: allow choosing which colorbuffers to clear
2013-12-03 Marek Olšákgallium/util: implement layered framebuffer clear in...
2013-11-28 José Fonsecatrace: Dump PIPE_QUERY_* enums.
2013-11-20 José Fonsecau_gen_mipmap: Use untampered cubemap texture coords...
2013-11-11 Brian Paulutil: set all unused cbufs to NULL in util_copy_framebu...
2013-11-07 Matthew McCluredraw,llvmpipe,util: add depth bias calculation for...
2013-11-05 José Fonsecautil/u_format: take normalized flag in consideration...
2013-10-29 Matthew McClureutil,llvmpipe: correctly set the minimum representable...
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-10 José Fonsecautil: Fix MinGW build.
2013-10-09 José Fonsecautil/u_math: Fix C++ include of u_math.h on MSVC.
2013-10-04 Matthew McClureutil: when packing depth values, round to nearest.
2013-10-03 Brian Paulutil: remove old bind_fragment_sampler_states() calls...
2013-10-03 Brian Paulutil: use pipe_context::bind_sampler_states() if non...
2013-10-01 Vinson Leeutil/u_format: Assert that format block size is at...
2013-10-01 Brian Paulgallium: include u_surface.h instead of u_rect.h
2013-09-18 José Fonsecautil/u_blit: Implement util_blit_pixels via pipe_contex...
2013-09-18 José Fonsecautil/u_blit: Support blits from cubemaps.
2013-09-10 Vinson Leeutil: Fix unmatched parenthesis.
2013-09-10 Brian Paulutil: don't use _fxsave() with MSVC 2010 or older
2013-08-22 José Fonsecagallium: Support PIPE_FORMAT_R10G10B10A2_UINT.
2013-08-20 Roland Scheideggerutil: add avx2 and xop detection to cpu detection code
2013-08-19 Christian Königvl: rename enum pipe_video_codec to pipe_video_format
2013-08-09 Roland Scheideggerutil: (trivial) fix asm input/output list for fxsave
2013-08-08 Dieter Nützelutil: (trivial) fix more compile errors in u_cpu_detect...
2013-08-08 Roland Scheideggerutil: (trivial) fix compile error with MSVC on x86
2013-08-08 Roland Scheideggerutil: try much harder to set DAZ flag
2013-08-08 Roland Scheideggerutil: implement table-based + linear interpolation...
2013-07-31 Brian Paulgallium/util: reformat, comment util_get_offset()
2013-07-31 Brian Paulgallium/util: comments, var renaming in u_inlines.h
2013-07-30 Marek Olšákst/dri: implement the driconf option force_s3tc_enable...
2013-07-27 Roland Scheideggerutil: don't flush overflowing values to infinity in...
2013-07-23 Andre Heidergallium/util: Fix detection of AVX cpu caps
2013-07-19 José Fonsecautil/u_math: Define NAN/INFINITY macros for MSVC.
2013-07-17 Roland Scheideggerutil/u_format_s3tc: handle srgb formats correctly.
2013-07-17 Emil Velikovgallium/util: use explicily sized types for {un, }pack_...
2013-07-12 José Fonsecautil/u_format: Comment out half float denormal test...
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-12 Brian Paulutil: add casts to silence MSVC warnings in u_blit.c
2013-07-10 José Fonsecautil/u_math: Use xmmintrin.h whenever possible.
2013-07-10 Zack Rusinutil: treat denorm'ed floats like zero
2013-06-28 Zack Rusindraw/translate: fix instancing
2013-06-30 Marek Olšákst/mesa: handle SNORM formats in generic CopyPixels...
2013-06-26 Brian Paulutil: int/unsigned changes to silence some MSVC warnings
2013-06-26 Brian Paulutil: add some casts to silence some MSVC warnings
2013-06-26 Brian Paulutil: s/int/unsigned/ to silence some MSVC warnings
next