summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-20draw: Ensure draw_pt_middle_end::bind_parameters is never NULL.José Fonseca2-0/+15
2013-09-19gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps.Roland Scheidegger1-3/+7
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-18gallivm: some bits of seamless cube filtering implementationRoland Scheidegger3-14/+29
2013-09-12os: First check for __GLIBC__ and then for PIPE_OS_BSDAndreas Boll1-4/+4
2013-09-12llvmpipe: Remove the special path for TGSI_OPCODE_EXP.José Fonseca3-72/+30
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-09-06gallivm: support indirect registers on both dimensionsZack Rusin3-8/+22
2013-08-31draw: fix segfaults with aaline and aapoint stages disabledMarek Olšák1-2/+4
2013-08-30draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issuesRoland Scheidegger2-6/+6
2013-08-30gallivm: handle unbound textures in texture sampling / texture queriesRoland Scheidegger1-0/+26
2013-08-30softpipe: handle NULL sampler views for texture sampling / queriesRoland Scheidegger1-0/+1