summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3Tom Stellard2013-10-161-0/+4
* r600g/compute Improve debugging outputTom Stellard2013-10-162-5/+7
* clover: Link libclc before running any optimizationsTom Stellard2013-10-161-27/+13
* svga: minor fix-ups in svga_get_shader_param()Brian Paul2013-10-161-2/+3
* cso: fix incorrect sampler view count in cso_restore_sampler_views()Brian Paul2013-10-161-3/+6
* scons: Fix build when rtti is disabledAlexander von Gluck IV2013-10-152-4/+7
* llvmpipe: Advertise PIPE_CAP_DEPTH_CLIP_DISABLE.José Fonseca2013-10-151-1/+1
* draw: make vs_slot signed.José Fonseca2013-10-151-2/+4
* swrast: add correct include for out-of-tree buildsEmil Velikov2013-10-151-0/+1
* build: remove forced -fno-rttiAlexander von Gluck IV2013-10-141-6/+0
* st/vdpau: add format conversions for GetBitsYCbCrGrigori Goronzy2013-10-131-8/+117
* radeon: use staging for mapping linear texturesGrigori Goronzy2013-10-131-0/+6
* radeon/uvd: use PIPE_BIND_LINEAR for video surfacesGrigori Goronzy2013-10-132-7/+7
* radeonsi: Allow Sinking pass to move preloaded const/res/samplVincent Lejeune2013-10-132-5/+28
* radeonsi: pass alpha_ref value to PS in the user sgprVadim Girlin2013-10-133-25/+29
* r600g: fix tgsi_op2_s with trans-only instructionsVadim Girlin2013-10-131-5/+31
* i915g: Fix assertStephane Marchesin2013-10-121-1/+1
* radeon/llvm: show LLVM disassembly when availableJay Cornwall2013-10-123-1/+9
* softpipe: fix seamless cube filteringRoland Scheidegger2013-10-121-48/+151
* llvmpipe: increase fs shader variant instruction cache limit by factor 4Roland Scheidegger2013-10-121-2/+2
* svga: s/0/FALSE/Brian Paul2013-10-111-2/+2
* wayland: Don't rely on static variable for identifying wl_drm buffersKristian Høgsberg2013-10-111-2/+9
* r600g: fix crash in set_framebuffer_stateGrigori Goronzy2013-10-112-12/+26
* haiku: Fix llvmpipe and clean up softpipe tracingAlexander von Gluck IV2013-10-104-8/+6
* haiku: Remove common directory search pathAlexander von Gluck IV2013-10-101-2/+0
* dri: Move API version validation into dri/common.Eric Anholt2013-10-102-8/+13
* dri: Merge drisw_util.c into dri_util.cEric Anholt2013-10-103-7/+14
* radeon/winsys: fix handling in radeon_drm_cs_flush v2Christian König2013-10-102-5/+4
* util: Fix MinGW build.José Fonseca2013-10-091-1/+1
* llvmpipe: We don't use the draw pipeline for offset_point/line.José Fonseca2013-10-091-2/+0
* gallivm: kill old per-quad face selection codeRoland Scheidegger2013-10-101-475/+286
* gallivm: handle explicit derivatives for cubemapsRoland Scheidegger2013-10-103-56/+235
* gallivm: ignore rho approximation for cube mapsRoland Scheidegger2013-10-101-30/+20
* util/u_math: Fix C++ include of u_math.h on MSVC.José Fonseca2013-10-101-1/+1
* llvmpipe: abstract the code to set number of subpixel bitsZack Rusin2013-10-093-10/+15
* llvmpipe: implement 64 bit mul opcodes in llvmpipeZack Rusin2013-10-091-0/+60
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-098-1/+103
* gallivm: support printing of 64 bit integersZack Rusin2013-10-091-1/+6
* gallium/state_trackers/glx: X11/Xlib.h: No such file or directoryGaetan Nadon2013-10-091-1/+1
* gallium/targets/libgl-xlib: X11/Xlib.h: No such file or directoryGaetan Nadon2013-10-091-1/+1
* gallium/state_trackers/egl: use X11_INCLUDES rather than X11_CFLAGSGaetan Nadon2013-10-091-1/+1
* st/vdpau: really block until surface is idleGrigori Goronzy2013-10-091-1/+2
* st/vdpau: add new formats to OutputSurface renderingGrigori Goronzy2013-10-092-1/+24
* st/vdpau: fix GenerateCSCMatrix with NULL procampGrigori Goronzy2013-10-091-9/+12
* radeon/uvd: disable VC-1 simple/main profileGrigori Goronzy2013-10-091-1/+3
* radeon/uvd: try to fix VC-1 decodingGrigori Goronzy2013-10-091-33/+38
* radeon/uvd: fix video format reportingGrigori Goronzy2013-10-091-2/+5
* gallium/dri targets: use DRI_DRIVER_LDFLAGSMarek Olšák2013-10-099-9/+9
* radeonsi: fix occlusion queries for CIKMarek Olšák2013-10-091-3/+12
* radeonsi: draw register fixes for CIKMarek Olšák2013-10-092-9/+27