aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-199-32/+32
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-194-11/+11
* vl: use a template for create_video_decoderChristian König2013-08-194-41/+19
* draw: handle nan clipdistanceZack Rusin2013-08-155-4/+48
* gallivm: revert accidentally commited hunkRoland Scheidegger2013-08-151-12/+1
* gallivm: do per-sample depth comparison instead of doing it post-filterRoland Scheidegger2013-08-152-106/+195
* tgsi: add info about MSAA samplers to tgsi_shader_infoMarek Olšák2013-08-152-0/+14
* tgsi: fix the location of sample indexMarek Olšák2013-08-151-1/+3
* gallivm: already pass coords in the right place in the sampler interfaceRoland Scheidegger2013-08-153-99/+90
* gallivm: change coordinate handling throughout functionsRoland Scheidegger2013-08-153-133/+133
* gallivm: fix border color with normalized texture formatsRoland Scheidegger2013-08-151-13/+53
* draw: make sure that the stages setup outputsZack Rusin2013-08-145-30/+62
* vl: Add support for max level query v2Rico Schüller2013-08-142-0/+21
* gallivm: implement new float comparison instructions returning integer masksRoland Scheidegger2013-08-131-2/+79
* tgsi: implement new float comparison instructions returning integer masksRoland Scheidegger2013-08-134-4/+102
* gallivm: fix exec_mask interaction with geometry shader after end of mainRoland Scheidegger2013-08-122-16/+14
* draw: simplify prim mask constructionRoland Scheidegger2013-08-121-22/+10
* gallivm: simplify geometry shader mask handling a bitRoland Scheidegger2013-08-121-36/+28