aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* clover: Switch event objects to the new model.Francisco Jerez2013-10-217-222/+233
* clover: Switch context objects to the new model.Francisco Jerez2013-10-2113-103/+91
* clover: Switch device objects to the new model.Francisco Jerez2013-10-219-140/+139
* clover: Switch platform objects to the new model.Francisco Jerez2013-10-217-46/+47
* clover: Define helper classes for the new object model.Francisco Jerez2013-10-2120-107/+398
* clover: Clean up property query functions by using a new property_buffer help...Francisco Jerez2013-10-2112-263/+547
* clover: Switch to the new utility code.Francisco Jerez2013-10-2117-717/+152
* clover: Name include guards consistently.Francisco Jerez2013-10-2117-34/+34
* clover: Replace a bunch of double underscores with single underscores.Francisco Jerez2013-10-2127-206/+208
* clover: Clean up the event profiling code.Francisco Jerez2013-10-218-121/+228
* clover: Import new utility library.Francisco Jerez2013-10-2112-1/+2157
* clover: Use std::numeric_limits<std::size_t>::max() instead of SIZE_MAXTom Stellard2013-10-211-1/+1
* llvmpipe: enable seamless cube filteringRoland Scheidegger2013-10-211-1/+1
* gallivm: implement seamless cube filteringRoland Scheidegger2013-10-213-40/+368
* winsys/radeon: cleanup CS offloadingChristian König2013-10-211-21/+10
* r300g/compiler: Fix unsigned comparison with less than zeroDavid Heidelberger2013-10-211-1/+1
* r600g/sb: Initialize shader::dce_flags.Vinson Lee2013-10-201-1/+2
* translate_sse: Fix generated code argument handling for msabi on x86_64Jon TURNEY2013-10-181-3/+11
* rtasm: Cygwin uses the msabi calling convention on x86_64Jon TURNEY2013-10-181-1/+1
* rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...Jon TURNEY2013-10-181-1/+1
* r600g/sb: fix issue with DCE between GVN and GCM (v2)Vadim Girlin2013-10-174-12/+39
* Revert "scons: Fix build when rtti is disabled"José Fonseca2013-10-162-7/+4
* 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