summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: Unify 3D and compute vertex buffer emissionTom Stellard2012-07-155-100/+64
* r600g: fix grammar constant_buffer -> constant_buffersMarek Olšák2012-07-152-17/+17
* radeon/llvm: Fix CR/LF in AMDILSIDevice.hAndreas Boll2012-07-131-1/+1
* radeon/llvm: Clean up AMDILIntrinsicInfo.cppTom Stellard2012-07-132-84/+5
* radeon/llvm: Coding style fixesTom Stellard2012-07-132-409/+325
* Fix linking gallium drivers and with dricore after defadf2b1Jon TURNEY2012-07-135-5/+5
* nouveau: implement missing timer query functionalityChristoph Bumiller2012-07-137-7/+46
* draw,gallivm: Fix draw_get_shader_param.José Fonseca2012-07-136-31/+110
* Link dri drivers with mesa or dricore libtool libraryJon TURNEY2012-07-131-2/+2
* gallivm: Use %.9g to print floats.José Fonseca2012-07-121-3/+6
* radeon/llvm: Don't use lp_build_swizzle_aos() for swizzlesTom Stellard2012-07-121-8/+13
* radeonsi: Dump TGSI code prior to doing TGSI->LLVM conversion.Tom Stellard2012-07-121-1/+6
* st/xorg: Fix build failure due to symbol clash.José Fonseca2012-07-121-0/+3
* r600g: fix uploading non-zero mipmap levels of depth texturesMarek Olšák2012-07-121-2/+3
* r600g: don't flush depth textures set as colorbuffersMarek Olšák2012-07-121-18/+0
* r600g: don't set dirty_db_mask for a flushed depth textureMarek Olšák2012-07-121-2/+0
* r600g: flush depth textures bound to vertex shadersMarek Olšák2012-07-123-16/+17
* r600g: do fine-grained depth texture flushingMarek Olšák2012-07-125-34/+69
* r600g: remove is_flush from DSA stateMarek Olšák2012-07-124-14/+16
* r600g: set DISABLE in CB_COLOR_CONTROL if colormask is 0Marek Olšák2012-07-124-3/+17
* r600g: move CB_SHADER_MASK setup into cb_misc_stateMarek Olšák2012-07-126-28/+32
* r600g: move MULTIWRITE setup into cb_misc_state for r6xx-r7xxMarek Olšák2012-07-124-21/+20
* r600g: move CB_TARGET_MASK setup into new cb_misc_stateMarek Olšák2012-07-128-13/+51
* st/mesa: implement accelerated stencil blitting using shader stencil exportMarek Olšák2012-07-124-38/+176
* st/mesa: set colormask to zero when blitting depthMarek Olšák2012-07-121-4/+8
* gallium/u_blit: remove useless memset callsMarek Olšák2012-07-121-6/+0
* gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemaskMarek Olšák2012-07-124-52/+19
* gallium/u_blit: don't do two copies for non-2D texturesMarek Olšák2012-07-121-33/+39
* gallium/util: move pipe_tex_to_tgsi_tex helper function into u_inlinesMarek Olšák2012-07-122-30/+30
* gallium/u_blitter: accelerate stencil-only copyingMarek Olšák2012-07-123-1/+79
* gallium/u_blitter: accelerate depth-stencil copying using shader stencil exportMarek Olšák2012-07-124-12/+147
* gallium: add util_format_stencil_only helper functionMarek Olšák2012-07-121-0/+29
* gallium/u_blitter: minify depth0 when initializing last_layerMarek Olšák2012-07-121-1/+1
* gallium/u_gen_mipmap: accelerate depth texture mipmap generationMarek Olšák2012-07-121-26/+58
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-111-1/+1
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-112-15/+16
* r600g/compute: Disable growing the memory poolTom Stellard2012-07-114-23/+38
* radeon/llvm: Use multiclasses for floating point loadsTom Stellard2012-07-117-50/+46
* radeon/llvm: Don't set the IMM bit in SMRD instruction definitions.Tom Stellard2012-07-111-7/+2
* r600g/compute: Add more debugging outputTom Stellard2012-07-112-1/+42
* r600g: improve flushed depth texture handling v2Vadim Girlin2012-07-116-61/+83
* gallium/docs: document interface changes for timestamp queryMarek Olšák2012-07-101-0/+10
* identity: implement get_timestampMarek Olšák2012-07-101-0/+10
* noop: implement get_timestampMarek Olšák2012-07-101-0/+6
* trace: implement get_timestampMarek Olšák2012-07-101-0/+19
* galahad: implement get_timestampMarek Olšák2012-07-101-0/+10
* softpipe: implement get_timestamp and expose ARB_timer_queryMarek Olšák2012-07-101-1/+10
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-1011-1/+18
* r600g: Don't create a texture for the memory_pool during screen initTom Stellard2012-07-092-8/+24
* radeon/llvm: Rename namespace from AMDIL to AMDGPUTom Stellard2012-07-0925-360/+361