summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2013-07-29gallivm: (trivial) git rid of assertion in float->uint conversion codeRoland Scheidegger1-2/+3
2013-07-28nvc0: force use of correct firmware fileMaarten Lankhorst1-1/+1
2013-07-27gallivm: fix float->SNORM conversionRoland Scheidegger2-11/+47
2013-07-27util: don't flush overflowing values to infinity in half-float conversionRoland Scheidegger2-9/+17
2013-07-27tgsi: handle texel swizzles correctly for d3d10-style sample opcodesRoland Scheidegger1-5/+35
2013-07-27gallivm: handle texel swizzles correctly for d3d10-style sample opcodesRoland Scheidegger2-0/+29
2013-07-25st/clover: Allow double precision operationsNiels Ole Salscheider1-0/+1
2013-07-26gallium/vl: add prime supportDave Airlie1-1/+19
2013-07-25xa: move surface to ref/unref apiJerome Glisse3-2/+18
2013-07-25xa: let ddx handle flushJerome Glisse2-9/+2
2013-07-25xa: export a common context flush functionJerome Glisse4-7/+17
2013-07-25xa: add handle type parameter to get handleJerome Glisse2-2/+18
2013-07-25xa: add xa_surface_from_handle()Rob Clark2-4/+46
2013-07-25gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4.Vinson Lee1-0/+2
2013-07-25draw: fix vertex id computationZack Rusin5-13/+37
2013-07-25draw: cleanup and fix instance id computationZack Rusin4-13/+8
2013-07-24gallivm: Remove dead code in lp_build_compare_ext.Vinson Lee1-6/+0
2013-07-24nv50,nvc0: s/uint16/uint32 for constant buffer offsetChristoph Bumiller2-2/+2
2013-07-24draw: always call util_cpu_detect() in draw context creation.Roland Scheidegger1-1/+4
2013-07-23gallium/util: Fix detection of AVX cpu capsAndre Heider1-2/+25
2013-07-22clover: Respect kernel argument alignment restrictions.Francisco Jerez2-2/+19
2013-07-22clover: Extend kernel arguments for differing host and device data types.Francisco Jerez2-4/+56
2013-07-22clover: Byte-swap kernel arguments when host and device endianness differ.Francisco Jerez1-37/+65
2013-07-22clover: Add kernel argument fields to allow differing host/target data types.Francisco Jerez1-2/+23
2013-07-22clover: Pass corresponding module::argument to kernel::argument::bind().Francisco Jerez2-84/+61
2013-07-22clover: Return correct value for CL_DEVICE_ENDIAN_LITTLETom Stellard3-1/+8
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard14-1/+38
2013-07-22build: Remove unused EGL_PLATFORMS.Matt Turner1-1/+0
2013-07-22llvmpipe: Ensure FTZ/DAZ flags are set on deferred draw flushes.Zack Rusin1-0/+8
2013-07-22llvmpipe: Remove lp_rast_get_num_threads().José Fonseca2-11/+0
2013-07-21scons: Don't use -z defs ld option on Mac.José Fonseca1-1/+2
2013-07-20util/u_math: Define NAN/INFINITY macros for MSVC.José Fonseca1-0/+4
2013-07-19llvmpipe/tests: update arith test to check for edge casesZack Rusin1-9/+19
2013-07-19gallivm: add a log function that handles edge casesZack Rusin2-0/+21
2013-07-19gallivm: export unordered/ordered cmp to a common functionZack Rusin1-283/+158
2013-07-19gallivm: handle -inf, inf and nan's in sin/cos instructionsZack Rusin2-0/+49
2013-07-19gallivm: add a version of log2 which handles edge casesZack Rusin3-6/+65
2013-07-19gallivm: fix edge cases in exp2Zack Rusin1-3/+7
2013-07-19gallivm: handle nan's in min/maxZack Rusin6-52/+482
2013-07-19scons: Disallow undefined symbols in Xlib libGL.so.José Fonseca1-0/+3
2013-07-18llvmpipe: clamp inputs for srgb render buffersRoland Scheidegger1-0/+35
2013-07-18llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alphaRoland Scheidegger2-8/+26
2013-07-18r600g: use WAIT_3D_IDLE before using CP DMAMarek Olšák2-0/+2
2013-07-18r300g: make use of gallium's os_get_process_name()Jonathan Gray1-1/+6
2013-07-18nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0Ilia Mirkin11-3/+1815
2013-07-17gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bitRoland Scheidegger1-7/+6
2013-07-17util/u_format_s3tc: handle srgb formats correctly.Roland Scheidegger2-185/+254
2013-07-17r600g/sb: improve alu packing on caymanVadim Girlin2-15/+89
2013-07-17r600g/sb: fix handling of new multislot instructions on caymanVadim Girlin3-5/+6
2013-07-17r600g/sb: fix debug dump code in schedulerVadim Girlin1-4/+5