summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* draw: Ensure draw_pt_middle_end::bind_parameters is never NULL.José Fonseca2013-09-202-0/+15
* gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps.Roland Scheidegger2013-09-191-3/+7
* 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
* gallivm: some bits of seamless cube filtering implementationRoland Scheidegger2013-09-183-14/+29
* os: First check for __GLIBC__ and then for PIPE_OS_BSDAndreas Boll2013-09-121-4/+4
* llvmpipe: Remove the special path for TGSI_OPCODE_EXP.José Fonseca2013-09-123-72/+30
* 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
* gallivm: support indirect registers on both dimensionsZack Rusin2013-09-063-8/+22
* draw: fix segfaults with aaline and aapoint stages disabledMarek Olšák2013-08-311-2/+4
* draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issuesRoland Scheidegger2013-08-302-6/+6
* gallivm: handle unbound textures in texture sampling / texture queriesRoland Scheidegger2013-08-301-0/+26
* softpipe: handle NULL sampler views for texture sampling / queriesRoland Scheidegger2013-08-301-0/+1