aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* util: (trivial) fix compile error with MSVC on x86Roland Scheidegger2013-08-081-1/+1
* gallivm: honor d3d10 floating point rules for shadow comparisonsRoland Scheidegger2013-08-081-3/+17
* gallivm: don't clamp reference value for shadow comparison for float formatsRoland Scheidegger2013-08-081-4/+17
* gallivm: propagate scalar_lod to emit_size_query tooRoland Scheidegger2013-08-085-0/+10
* gallivm: fix out-of-bounds behavior for fetch/ldRoland Scheidegger2013-08-083-30/+88
* util: try much harder to set DAZ flagRoland Scheidegger2013-08-083-1/+31
* util: implement table-based + linear interpolation linear-to-srgb conversionRoland Scheidegger2013-08-082-11/+102
* gallivm: fix comment wrt srgb accuracy.Roland Scheidegger2013-08-081-2/+4
* gallivm: Fix build - Remove TargetOptions.RealignStack for llvm>=3.4Laurent Carlier2013-08-061-0/+2
* draw: Change slot from unsigned to int.Vinson Lee2013-08-051-1/+1
* postprocess: Check ppq is null before calling pp_free_bos.Vinson Lee2013-08-051-1/+3
* draw: add back separate input assemblerZack Rusin2013-08-036-4/+351
* draw: implement proper primitive assembler as a pipeline stageZack Rusin2013-08-0312-352/+280
* draw: fix front face injectionZack Rusin2013-08-031-9/+15
* tgsi: remove unneeded File == TGSI_FILE_INPUT testBrian Paul2013-08-051-1/+0
* tgsi: clean up tgsi_scan_shader() functionBrian Paul2013-08-051-41/+42
* draw: make sure clipping works with injected outputsZack Rusin2013-08-021-35/+54
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-024-0/+101
* draw: stop crashing with extra shader outputsZack Rusin2013-08-029-15/+52
* draw: use the vertex sizeZack Rusin2013-08-021-1/+1
* draw/llvm: add some extra debugging outputZack Rusin2013-08-021-0/+6
* tgsi: detect prim id and front face usage in fsZack Rusin2013-08-022-2/+8
* tgsi: add ucmp to the list of opcodesZack Rusin2013-08-021-0/+1
* gallivm: obey clarified shift behaviorRoland Scheidegger2013-08-022-8/+24
* tgsi: obey clarified shift behaviorRoland Scheidegger2013-08-021-12/+27
* gallivm: use nearest rounding for float->unorm24 conversionRoland Scheidegger2013-07-311-4/+6
* gallium/util: reformat, comment util_get_offset()Brian Paul2013-07-311-3/+7
* gallium/util: comments, var renaming in u_inlines.hBrian Paul2013-07-311-13/+48
* st/dri: implement the driconf option force_s3tc_enable properlyMarek Olšák2013-07-301-10/+2
* gallium/postprocessing: convert blits to pipe->blitMarek Olšák2013-07-305-25/+54
* gallium/postprocessing: fix shader parsingMarek Olšák2013-07-301-2/+2
* gallivm: (trivial) git rid of assertion in float->uint conversion codeRoland Scheidegger2013-07-291-2/+3
* gallivm: fix float->SNORM conversionRoland Scheidegger2013-07-272-11/+47
* util: don't flush overflowing values to infinity in half-float conversionRoland Scheidegger2013-07-272-9/+17
* tgsi: handle texel swizzles correctly for d3d10-style sample opcodesRoland Scheidegger2013-07-271-5/+35
* gallivm: handle texel swizzles correctly for d3d10-style sample opcodesRoland Scheidegger2013-07-271-0/+27
* gallium/vl: add prime supportDave Airlie2013-07-261-1/+19
* gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4.Vinson Lee2013-07-251-0/+2
* draw: fix vertex id computationZack Rusin2013-07-255-13/+37
* draw: cleanup and fix instance id computationZack Rusin2013-07-254-13/+8
* gallivm: Remove dead code in lp_build_compare_ext.Vinson Lee2013-07-241-6/+0
* draw: always call util_cpu_detect() in draw context creation.Roland Scheidegger2013-07-241-1/+4
* gallium/util: Fix detection of AVX cpu capsAndre Heider2013-07-231-2/+25
* util/u_math: Define NAN/INFINITY macros for MSVC.José Fonseca2013-07-201-0/+4
* gallivm: add a log function that handles edge casesZack Rusin2013-07-192-0/+21
* gallivm: export unordered/ordered cmp to a common functionZack Rusin2013-07-191-283/+158
* gallivm: handle -inf, inf and nan's in sin/cos instructionsZack Rusin2013-07-192-0/+49
* gallivm: add a version of log2 which handles edge casesZack Rusin2013-07-193-6/+65
* gallivm: fix edge cases in exp2Zack Rusin2013-07-191-3/+7
* gallivm: handle nan's in min/maxZack Rusin2013-07-196-52/+482