aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-128-50/+217
* st/mesa: set colormask to zero when blitting depthMarek Olšák2012-07-122-6/+10
* 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-126-67/+34
* 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-122-21/+31
* 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
* mesa: remove assertions that do not allow compressed 2D_ARRAY texturesMarek Olšák2012-07-121-4/+2
* i965/msaa: Enable CMS layout on Gen7 for the formats that support it.Paul Berry2012-07-111-1/+18
* i965/msaa: Add CMS support to blorp.Paul Berry2012-07-111-2/+43
* i965/msaa: Add CMS-related sampler messages to brw_defines.h.Paul Berry2012-07-111-0/+2
* i965/msaa: Set SURFACE_STATE properly when CMS MSAA is in use.Paul Berry2012-07-113-0/+54
* i965/msaa: Add CMS MSAA settings to brw_structs.h.Paul Berry2012-07-111-2/+20
* i965/msaa: Allocate MCS buffer when CMS MSAA is in use.Paul Berry2012-07-113-0/+69
* i965/msaa: Add an enum to describe MSAA layout.Paul Berry2012-07-1110-130/+229
* i965/msaa: Move {rt,tex}_interleaved into blorp program key.Paul Berry2012-07-112-16/+30
* mapi: Move GL_NV_draw_buffers extension to es_EXT.xmlKristian Høgsberg2012-07-112-63/+63
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-116-16/+166
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-115-22/+92
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-115-52/+49
* intel: Implement __DRIimage::createSubImage and bump supported version to 5Kristian Høgsberg2012-07-113-3/+50
* intel: Add offset field to miptreeKristian Høgsberg2012-07-116-8/+18
* intel: Add support for new __DRIimage formatsKristian Høgsberg2012-07-111-0/+15
* 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
* i965: Revert the VBOs-in-system-memory hack.Eric Anholt2012-07-111-8/+5
* glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick2012-07-116-6/+49
* dri2: Hard-code the DRI2 versionIan Romanick2012-07-111-1/+1
* glapi: Apply Xorg indent rules to all files generated for the xserverIan Romanick2012-07-111-15/+39
* mesa: Remove unneeded extern qualifiersChad Versace2012-07-101-2/+2
* r600g: improve flushed depth texture handling v2Vadim Girlin2012-07-116-61/+83
* i965: Add hardware context support.Kenneth Graunke2012-07-104-6/+21
* mesa/test: Update name of GL_TIME_ELAPSEDIan Romanick2012-07-101-1/+1
* 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
* st/mesa: implement ARB_timer_queryMarek Olšák2012-07-102-0/+19