summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallivm: (trivial) don't pass sampler_unit variable down to filtering funcsRoland Scheidegger2013-08-301-36/+21
* gallivm: don't use AoS path if min/mag filter are different with multiple lodsRoland Scheidegger2013-08-301-1/+6
* gallivm: support per-pixel min/mag filter in SoA pathRoland Scheidegger2013-08-301-43/+243
* gallivm: don't calculate square root of rho if we use accurate rho methodRoland Scheidegger2013-08-301-39/+74
* gallivm: refactor num_lods handlingRoland Scheidegger2013-08-304-131/+169
* draw: fix point/line/triangle determination in draw_need_pipeline()Brian Paul2013-08-291-25/+6
* draw: clean up setting stream out information a bitRoland Scheidegger2013-08-272-5/+0
* tgsi_build: fix order of arguments for ind register buildDave Airlie2013-08-271-1/+1
* tgsi: finish declaration parsing for arrays.Dave Airlie2013-08-271-1/+31
* gallivm: fix min/mag switchover point for nearest/none mip filterRoland Scheidegger2013-08-235-66/+81
* gallivm: do per-element lod for lod bias and explicit derivs tooRoland Scheidegger2013-08-222-31/+74
* gallivm: (trivial) fix int/uint border color clampingRoland Scheidegger2013-08-221-2/+2
* gallivm: (trivial) fix linear aos sampling of 3d compressed formatsRoland Scheidegger2013-08-221-2/+2
* gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.José Fonseca2013-08-222-0/+2
* gallivm: unify sin and cos implementationRoland Scheidegger2013-08-212-255/+53
* gallivm: add comment for bogus min/mag filter selection with nearest mip filterRoland Scheidegger2013-08-213-2/+10
* gallivm: fix rho calculation for 1d caseRoland Scheidegger2013-08-211-1/+1
* util: add avx2 and xop detection to cpu detection codeRoland Scheidegger2013-08-203-2/+59
* gallivm: fix bogus aos path detectionRoland Scheidegger2013-08-201-5/+11
* gallivm: do clamping of border color correctly for all formatsRoland Scheidegger2013-08-202-46/+256
* gallivm: implement better control of per-quad/per-element/scalar lodRoland Scheidegger2013-08-207-51/+145
* build: fix out-of-tree builds in gallium/auxiliaryRoss Burton2013-08-201-0/+4
* vl/buffers: consistent use on VL_MAX_SURFACESEmil Velikov2013-08-191-3/+3
* vl/idct: cleanup all idct buffersEmil Velikov2013-08-191-1/+1
* vl/buffer: add sanity check after CALLOC_STRUCTEmil Velikov2013-08-191-0/+2
* vdpau/vl 422 chroma width/height mix upAndy Furniss2013-08-192-3/+3
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-192-2/+4
* vl: add entrypoint to get_video_paramChristian König2013-08-193-2/+6