summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)AuthorFilesLines
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure3-11/+36
2013-11-05util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca1-0/+3
2013-10-29util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2-0/+52
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-6/+6
2013-10-09util: Fix MinGW build.José Fonseca1-1/+1
2013-10-10util/u_math: Fix C++ include of u_math.h on MSVC.José Fonseca1-1/+1
2013-10-04util: when packing depth values, round to nearest.Matthew McClure2-4/+56
2013-10-03util: remove old bind_fragment_sampler_states() calls from blitter codeBrian Paul1-22/+9
2013-10-03util: use pipe_context::bind_sampler_states() if non-nullBrian Paul1-6/+22
2013-09-30util/u_format: Assert that format block size is at least 1 byte.Vinson Lee1-1/+6
2013-09-30gallium: include u_surface.h instead of u_rect.hBrian Paul3-8/+2
2013-09-18util/u_blit: Implement util_blit_pixels via pipe_context::blit.José Fonseca1-410/+37
2013-09-18util/u_blit: Support blits from cubemaps.José Fonseca2-3/+32
2013-09-10util: Fix unmatched parenthesis.Vinson Lee1-1/+1
2013-09-10util: don't use _fxsave() with MSVC 2010 or olderBrian Paul1-1/+4
2013-08-22gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.José Fonseca1-0/+1
2013-08-20util: add avx2 and xop detection to cpu detection codeRoland Scheidegger2-0/+50
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König1-6/+6
2013-08-09util: (trivial) fix asm input/output list for fxsaveRoland Scheidegger1-1/+1
2013-08-09util: (trivial) fix more compile errors in u_cpu_detect (gcc/x86 this time).Dieter Nützel1-1/+1
2013-08-08util: (trivial) fix compile error with MSVC on x86Roland Scheidegger1-1/+1
2013-08-08util: try much harder to set DAZ flagRoland Scheidegger3-1/+31
2013-08-08util: implement table-based + linear interpolation linear-to-srgb conversionRoland Scheidegger2-11/+102
2013-07-31gallium/util: reformat, comment util_get_offset()Brian Paul1-3/+7
2013-07-31gallium/util: comments, var renaming in u_inlines.hBrian Paul1-13/+48
2013-07-30st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák1-10/+2
2013-07-27util: don't flush overflowing values to infinity in half-float conversionRoland Scheidegger2-9/+17
2013-07-23gallium/util: Fix detection of AVX cpu capsAndre Heider1-2/+25
2013-07-20util/u_math: Define NAN/INFINITY macros for MSVC.José Fonseca1-0/+4
2013-07-17util/u_format_s3tc: handle srgb formats correctly.Roland Scheidegger2-185/+254
2013-07-17gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}intEmil Velikov2-8/+8
2013-07-12util/u_format: Comment out half float denormal test case.José Fonseca1-0/+5
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-5/+5
2013-07-12util: add casts to silence MSVC warnings in u_blit.cBrian Paul1-14/+14
2013-07-10util/u_math: Use xmmintrin.h whenever possible.José Fonseca1-9/+17
2013-07-09util: treat denorm'ed floats like zeroZack Rusin2-0/+63
2013-06-28draw/translate: fix instancingZack Rusin1-4/+4
2013-06-30st/mesa: handle SNORM formats in generic CopyPixels pathMarek Olšák2-0/+23
2013-06-26util: int/unsigned changes to silence some MSVC warningsBrian Paul2-3/+3
2013-06-26util: add some casts to silence some MSVC warningsBrian Paul1-2/+2
2013-06-26util: s/int/unsigned/ to silence some MSVC warningsBrian Paul1-2/+2
2013-06-25util/debug: Cleanup/improve debug_symbol_name_dbghelp.José Fonseca1-78/+161
2013-06-25util/debug: Make debug_backtrace_capture work for 64bit windows.José Fonseca2-2/+61
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson5-48/+56
2013-06-19util: (trivial) add has_popcnt fieldRoland Scheidegger2-0/+2
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger4-3/+7
2013-06-12mesa: Fix bug in unclamped float to ubyte conversion.Manfred Ernst1-2/+1
2013-06-13gallium/u_format: add a new helper for initializing pipe_blit_info::maskMarek Olšák2-25/+29
2013-06-13gallium/u_blitter: make clearing independent of the colorbuffer formatMarek Olšák2-43/+4
2013-06-13gallium/u_blitter: make clearing independent of the number of bound colorbuffersMarek Olšák4-56/+41