summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* util: set all unused cbufs to NULL in util_copy_framebuffer_state()Brian Paul2013-11-111-1/+2
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-073-11/+36
* util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca2013-11-051-0/+3
* util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2013-10-292-0/+52
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-6/+6
* util: Fix MinGW build.José Fonseca2013-10-091-1/+1
* util/u_math: Fix C++ include of u_math.h on MSVC.José Fonseca2013-10-101-1/+1
* util: when packing depth values, round to nearest.Matthew McClure2013-10-042-4/+56
* util: remove old bind_fragment_sampler_states() calls from blitter codeBrian Paul2013-10-031-22/+9
* util: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-6/+22
* util/u_format: Assert that format block size is at least 1 byte.Vinson Lee2013-09-301-1/+6
* gallium: include u_surface.h instead of u_rect.hBrian Paul2013-09-303-8/+2
* util/u_blit: Implement util_blit_pixels via pipe_context::blit.José Fonseca2013-09-181-410/+37
* util/u_blit: Support blits from cubemaps.José Fonseca2013-09-182-3/+32
* util: Fix unmatched parenthesis.Vinson Lee2013-09-101-1/+1
* util: don't use _fxsave() with MSVC 2010 or olderBrian Paul2013-09-101-1/+4
* gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.José Fonseca2013-08-221-0/+1
* util: add avx2 and xop detection to cpu detection codeRoland Scheidegger2013-08-202-0/+50
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-6/+6
* util: (trivial) fix asm input/output list for fxsaveRoland Scheidegger2013-08-091-1/+1
* util: (trivial) fix more compile errors in u_cpu_detect (gcc/x86 this time).Dieter Nützel2013-08-091-1/+1
* util: (trivial) fix compile error with MSVC on x86Roland Scheidegger2013-08-081-1/+1
* util: try much harder to set DAZ flagRoland Scheidegger2013-08-083-1/+31
* util: implement table-based + linear interpolation linear-to-srgb conversionRoland Scheidegger2013-08-082-11/+102
* gallium/util: reformat, comment util_get_offset()Brian Paul2013-07-311-3/+7
* gallium/util: comments, var renaming in u_inlines.hBrian Paul2013-07-311-13/+48
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-301-10/+2
* util: don't flush overflowing values to infinity in half-float conversionRoland Scheidegger2013-07-272-9/+17
* gallium/util: Fix detection of AVX cpu capsAndre Heider2013-07-231-2/+25
* util/u_math: Define NAN/INFINITY macros for MSVC.José Fonseca2013-07-201-0/+4
* util/u_format_s3tc: handle srgb formats correctly.Roland Scheidegger2013-07-172-185/+254
* gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}intEmil Velikov2013-07-172-8/+8
* util/u_format: Comment out half float denormal test case.José Fonseca2013-07-121-0/+5
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-5/+5
* util: add casts to silence MSVC warnings in u_blit.cBrian Paul2013-07-121-14/+14
* util/u_math: Use xmmintrin.h whenever possible.José Fonseca2013-07-101-9/+17
* util: treat denorm'ed floats like zeroZack Rusin2013-07-092-0/+63
* draw/translate: fix instancingZack Rusin2013-06-281-4/+4
* st/mesa: handle SNORM formats in generic CopyPixels pathMarek Olšák2013-06-302-0/+23
* util: int/unsigned changes to silence some MSVC warningsBrian Paul2013-06-262-3/+3
* util: add some casts to silence some MSVC warningsBrian Paul2013-06-261-2/+2
* util: s/int/unsigned/ to silence some MSVC warningsBrian Paul2013-06-261-2/+2
* util/debug: Cleanup/improve debug_symbol_name_dbghelp.José Fonseca2013-06-251-78/+161
* util/debug: Make debug_backtrace_capture work for 64bit windows.José Fonseca2013-06-252-2/+61
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-245-48/+56
* util: (trivial) add has_popcnt fieldRoland Scheidegger2013-06-192-0/+2
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-184-3/+7
* mesa: Fix bug in unclamped float to ubyte conversion.Manfred Ernst2013-06-121-2/+1
* gallium/u_format: add a new helper for initializing pipe_blit_info::maskMarek Olšák2013-06-132-25/+29
* gallium/u_blitter: make clearing independent of the colorbuffer formatMarek Olšák2013-06-132-43/+4