aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry2013-11-151-0/+3
* gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois2013-11-151-6/+6
* gallivm: deduplicate some indirect register address codeRoland Scheidegger2013-11-081-157/+96
* draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure2013-11-077-19/+80
* gallium: fix build on GNU/kFreeBSDFabio Pedretti2013-11-061-1/+1
* gallivm: fix indirect addressing of inputsRoland Scheidegger2013-11-061-17/+28
* gallivm: optimize lp_build_minify for sseRoland Scheidegger2013-11-053-13/+54
* util/u_format: take normalized flag in consideration in util_format_is_rgba8_...José Fonseca2013-11-051-0/+3
* gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.Vinson Lee2013-11-041-0/+2
* tgsi/scan: set maximum index for each constant bufferMarek Olšák2013-11-042-1/+13
* draw: move type construction out of loopBrian Paul2013-11-041-1/+3
* gallium/auxiliary/indices: add u_primconvertRob Clark2013-10-293-0/+227
* gallium/auxiliary/indices: add start paramRob Clark2013-10-295-26/+54
* util,llvmpipe: correctly set the minimum representable depth valueMatthew McClure2013-10-292-0/+52
* gallivm: implement fully accurate corner filtering for seamless cube mapsRoland Scheidegger2013-10-251-13/+151
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-2311-76/+67
* gallivm: implement seamless cube filteringRoland Scheidegger2013-10-213-40/+368
* translate_sse: Fix generated code argument handling for msabi on x86_64Jon TURNEY2013-10-181-3/+11
* rtasm: Cygwin uses the msabi calling convention on x86_64Jon TURNEY2013-10-181-1/+1
* rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...Jon TURNEY2013-10-181-1/+1
* Revert "scons: Fix build when rtti is disabled"José Fonseca2013-10-161-2/+0
* cso: fix incorrect sampler view count in cso_restore_sampler_views()Brian Paul2013-10-161-3/+6
* scons: Fix build when rtti is disabledAlexander von Gluck IV2013-10-151-0/+2
* draw: make vs_slot signed.José Fonseca2013-10-151-2/+4
* build: remove forced -fno-rttiAlexander von Gluck IV2013-10-141-6/+0
* util: Fix MinGW build.José Fonseca2013-10-091-1/+1
* gallivm: kill old per-quad face selection codeRoland Scheidegger2013-10-101-475/+286
* gallivm: handle explicit derivatives for cubemapsRoland Scheidegger2013-10-103-56/+235
* gallivm: ignore rho approximation for cube mapsRoland Scheidegger2013-10-101-30/+20
* util/u_math: Fix C++ include of u_math.h on MSVC.José Fonseca2013-10-101-1/+1
* llvmpipe: implement 64 bit mul opcodes in llvmpipeZack Rusin2013-10-091-0/+60
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-094-0/+45
* gallivm: support printing of 64 bit integersZack Rusin2013-10-091-1/+6
* util: when packing depth values, round to nearest.Matthew McClure2013-10-042-4/+56
* cso: make sure all sampler states are set/clearedBrian Paul2013-10-031-2/+9
* vl: remove old bind_fragment_sampler_states() callsBrian Paul2013-10-037-47/+17
* util: remove old bind_fragment_sampler_states() calls from blitter codeBrian Paul2013-10-031-22/+9
* draw: remove use of old bind_fragment_sampler_states()Brian Paul2013-10-032-82/+13
* cso: remove use of old bind_*_sampler_states() functionsBrian Paul2013-10-031-31/+3
* vl: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-037-8/+49
* util: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-6/+22
* draw: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-032-7/+97
* cso: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-21/+44
* draw: rename bind_sampler_states variablesBrian Paul2013-10-032-19/+19
* util/u_format: Assert that format block size is at least 1 byte.Vinson Lee2013-09-301-1/+6
* draw: Add a null check for draw.Vinson Lee2013-09-301-1/+1
* gallium: include u_surface.h instead of u_rect.hBrian Paul2013-09-304-9/+3
* draw/clip: don't emit so many empty trianglesZack Rusin2013-09-251-0/+39
* vl/mpeg12: use new vlc function to search for start codesChristian König2013-09-251-1/+1
* vl/vlc: add fast forward search for byte valueChristian König2013-09-251-10/+74