summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs/relnotes: Fix consistency, add i965 to ARB_buffer_storage.Chris Forbes2014-04-111-2/+2
* i965: Fix missing _NEW_SCISSOR in Broadwell SF_CLIP_VIEWPORT state.Kenneth Graunke2014-04-101-2/+2
* mesa/st: set min/max texture gather offset to driver-reported valueIlia Mirkin2014-04-101-0/+3
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-1013-0/+30
* configure.ac: require libdrm_radeon 2.4.53Marek Olšák2014-04-101-1/+1
* winsys/radeon: fix a race condition in initialization of radeon_winsys::screenMarek Olšák2014-04-109-114/+39
* winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák2014-04-106-24/+33
* winsys/radeon: fix a race condition between 2 calls to radeon_winsys_createMarek Olšák2014-04-101-3/+17
* winsys/radeon: remove unused radeon_info variables, move backend_mapMarek Olšák2014-04-104-7/+9
* winsys/radeon: unify radeon_bo::flink and radeon_bo::nameMarek Olšák2014-04-102-14/+10
* winsys/radeon: remove definitions already present in radeon_drm.hMarek Olšák2014-04-104-205/+5
* winsys/radeon: handle squared micro tiling from GEM_GET_TILINGMarek Olšák2014-04-101-0/+2
* gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák2014-04-106-566/+81
* st/mesa: properly implement MapTextureImage with multiple mapped slices (v2)Marek Olšák2014-04-103-21/+53
* mesa: remove the MALLOC, CALLOC and FREE macrosBrian Paul2014-04-101-6/+0
* xlib: s/FREE/free/Brian Paul2014-04-101-1/+1
* mesa: s/FREE/free/ in vdpau codeBrian Paul2014-04-101-4/+4
* mesa: s/FREE/free/ in _mesa_free_errors_data()Brian Paul2014-04-101-1/+1
* mesa: use malloc/free instead of MALLOC/FREE in attrib stack codeBrian Paul2014-04-101-10/+10
* st/mesa: fix sampler_view REALLOC/FREE macro mix-upBrian Paul2014-04-103-1/+16
* docs: Expand ARB_gpu_shader5 to describe status of individual featuresChris Forbes2014-04-101-0/+11
* docs: Mark off ARB_texture_view and add to release notes for 10.2.Chris Forbes2014-04-102-1/+2
* i965: Enable ARB_texture_view on Gen7Chris Forbes2014-04-101-0/+4
* i965: Account for view parameters in blit CTSI pathChris Forbes2014-04-101-2/+7
* i965: Account for MinLayer/MinLevel in blorp CTSI pathChris Forbes2014-04-101-3/+6
* i965: Account for view parameters in fast depth clearsChris Forbes2014-04-101-3/+3
* i965/blorp: Account for nonzero MinLayer in layered clears.Chris Forbes2014-04-101-1/+1
* i965/blorp: Use irb->layer_count in clearChris Forbes2014-04-101-2/+1
* i965: Add layer_count to intel_renderbufferChris Forbes2014-04-102-0/+13
* i965: Pull out layer_multiplier in intel_update_renderbuffer_wrapperChris Forbes2014-04-101-2/+5
* i965: Add `layered` parameter to intel_update_renderbuffer_wrapperChris Forbes2014-04-101-3/+4
* i965: Adjust renderbuffer wrapper to account for MinLevel/MinLayerChris Forbes2014-04-101-0/+4
* i965: Enable texture upload fast path with MinLevelChris Forbes2014-04-101-1/+1
* i965: Account for MinLevel in texture upload fast pathChris Forbes2014-04-101-2/+4
* i965: Adjust map/unmap code for MinLevel/MinLayerChris Forbes2014-04-101-3/+8
* i965: Don't try to use fast upload path for nontrivial viewsChris Forbes2014-04-101-0/+4
* i965: Adjust surface_state emission to account for view parametersChris Forbes2014-04-101-5/+14
* i965: Add _Format to intel_texobj.Chris Forbes2014-04-103-0/+16
* i965: Add driver hook for TextureViewChris Forbes2014-04-101-0/+41
* i965: Ensure that texture validation is skipped for immutable textures.Chris Forbes2014-04-101-0/+5
* i965: refactor format selection for unsupported ETC* formatsChris Forbes2014-04-102-34/+45
* i965: refactor format munging for separate stencilChris Forbes2014-04-102-8/+26
* i965: Include #slices in miptree debugChris Forbes2014-04-101-2/+2
* mesa: Adjust _MaxLevel computation to account for viewsChris Forbes2014-04-101-0/+7
* mesa: Prefer non-swizzled formats for most sized internalformatsChris Forbes2014-04-101-4/+18
* i965: Render R8G8B8X8 as R8G8B8A8Chris Forbes2014-04-101-0/+3
* i965: Pretend we don't support BRW_SURFACEFORMAT_R16G16B16_FLOAT for textures.Chris Forbes2014-04-101-1/+1
* i965: Enable R10G10B10A2_UNORM formatChris Forbes2014-04-101-0/+1
* i965: Enable R8G8B8A8_UNORM_SRGB formatChris Forbes2014-04-101-0/+1
* swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORMChris Forbes2014-04-102-3/+16