summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2013-11-15gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry1-0/+3
2013-11-15gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois1-6/+6
2013-11-08gallivm: deduplicate some indirect register address codeRoland Scheidegger1-157/+96
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure7-19/+80
2013-11-06gallium: fix build on GNU/kFreeBSDFabio Pedretti1-1/+1
2013-11-06gallivm: fix indirect addressing of inputsRoland Scheidegger1-17/+28
2013-11-05gallivm: optimize lp_build_minify for sseRoland Scheidegger3-13/+54
2013-11-05util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca1-0/+3
2013-11-04gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.Vinson Lee1-0/+2
2013-11-04tgsi/scan: set maximum index for each constant bufferMarek Olšák2-1/+13
2013-11-04draw: move type construction out of loopBrian Paul1-1/+3
2013-10-29gallium/auxiliary/indices: add u_primconvertRob Clark3-0/+227
2013-10-29gallium/auxiliary/indices: add start paramRob Clark5-26/+54
2013-10-29util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2-0/+52
2013-10-25gallivm: implement fully accurate corner filtering for seamless cube mapsRoland Scheidegger1-13/+151
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul11-76/+67
2013-10-21gallivm: implement seamless cube filteringRoland Scheidegger3-40/+368
2013-10-18translate_sse: Fix generated code argument handling for msabi on x86_64Jon TURNEY1-3/+11
2013-10-18rtasm: Cygwin uses the msabi calling convention on x86_64Jon TURNEY1-1/+1
2013-10-18rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...Jon TURNEY1-1/+1
2013-10-16Revert "scons: Fix build when rtti is disabled"José Fonseca1-2/+0
2013-10-16cso: fix incorrect sampler view count in cso_restore_sampler_views()Brian Paul1-3/+6
2013-10-15scons: Fix build when rtti is disabledAlexander von Gluck IV1-0/+2
2013-10-15draw: make vs_slot signed.José Fonseca1-2/+4
2013-10-14build: remove forced -fno-rttiAlexander von Gluck IV1-6/+0
2013-10-09util: Fix MinGW build.José Fonseca1-1/+1
2013-10-10gallivm: kill old per-quad face selection codeRoland Scheidegger1-475/+286
2013-10-10gallivm: handle explicit derivatives for cubemapsRoland Scheidegger3-56/+235
2013-10-10gallivm: ignore rho approximation for cube mapsRoland Scheidegger1-30/+20
2013-10-10util/u_math: Fix C++ include of u_math.h on MSVC.José Fonseca1-1/+1
2013-10-09llvmpipe: implement 64 bit mul opcodes in llvmpipeZack Rusin1-0/+60
2013-10-09gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin4-0/+45
2013-10-09gallivm: support printing of 64 bit integersZack Rusin1-1/+6
2013-10-04util: when packing depth values, round to nearest.Matthew McClure2-4/+56
2013-10-03cso: make sure all sampler states are set/clearedBrian Paul1-2/+9
2013-10-03vl: remove old bind_fragment_sampler_states() callsBrian Paul7-47/+17
2013-10-03util: remove old bind_fragment_sampler_states() calls from blitter codeBrian Paul1-22/+9
2013-10-03draw: remove use of old bind_fragment_sampler_states()Brian Paul2-82/+13
2013-10-03cso: remove use of old bind_*_sampler_states() functionsBrian Paul1-31/+3
2013-10-03vl: use pipe_context::bind_sampler_states() if non-nullBrian Paul7-8/+49
2013-10-03util: use pipe_context::bind_sampler_states() if non-nullBrian Paul1-6/+22
2013-10-03draw: use pipe_context::bind_sampler_states() if non-nullBrian Paul2-7/+97
2013-10-03cso: use pipe_context::bind_sampler_states() if non-nullBrian Paul1-21/+44
2013-10-03draw: rename bind_sampler_states variablesBrian Paul2-19/+19
2013-09-30util/u_format: Assert that format block size is at least 1 byte.Vinson Lee1-1/+6
2013-09-30draw: Add a null check for draw.Vinson Lee1-1/+1
2013-09-30gallium: include u_surface.h instead of u_rect.hBrian Paul4-9/+3
2013-09-25draw/clip: don't emit so many empty trianglesZack Rusin1-0/+39
2013-09-25vl/mpeg12: use new vlc function to search for start codesChristian König1-1/+1
2013-09-25vl/vlc: add fast forward search for byte valueChristian König1-10/+74