summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-16Bump version to 10.2-rc3mesa-10.2-rc3Ian Romanick1-1/+1
2014-05-16mesa: fix double-freeing of dispatch tables inside glBegin/End.Brian Paul1-2/+2
2014-05-16glsl_to_tgsi: Make sure the 'shader' member is always initializedMichel Dänzer1-0/+3
2014-05-16i965/fb: Use meta path for stencil up/downsamplingTopi Pohjolainen1-1/+8
2014-05-16i965/meta: Stencil blit for miptree updownsamplingTopi Pohjolainen2-0/+38
2014-05-16i965/fb: Use meta path for stencil blitsTopi Pohjolainen1-0/+9
2014-05-16i965/meta: Stencil blitsTopi Pohjolainen3-0/+497
2014-05-16meta: Refactor state save/restore for framebuffer texture blitsTopi Pohjolainen2-22/+52
2014-05-16i965: Extend brw_get_rb_for_first_slice() for specified level/layerTopi Pohjolainen2-7/+29
2014-05-16i965/gen8: Surface state overriding for stencilTopi Pohjolainen1-13/+21
2014-05-16i965/wm: Surface state overrides for configuring w-tiled as y-tiledTopi Pohjolainen2-0/+30
2014-05-16i965 meta up/downsample: Fix renderbuffer _BaseFormatJordan Justen1-1/+2
2014-05-16mesa/st: fix number of ubos being declared in a shaderRoland Scheidegger1-3/+5
2014-05-16docs: Add a note about llvm-shared-libs and libxatrackerEmil Velikov1-0/+19
2014-05-16configure: correctly set LD_NO_UNDEFINEDEmil Velikov1-0/+13
2014-05-16radeonsi: Fix anisotropic filtering state setupMichel Dänzer3-13/+12
2014-05-16glsl: simplify the M_PI*f macros, fixes build on OpenBSDJonathan Gray1-5/+3
2014-05-16i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage.Kenneth Graunke1-1/+1
2014-05-16wayland: Move version 2 request to end of interface specificationKristian Høgsberg1-16/+19
2014-05-16meta: Refactor configuration of renderbuffer samplingTopi Pohjolainen2-13/+30
2014-05-16meta: Refactor binding of renderbuffer as texture imageTopi Pohjolainen2-30/+47
2014-05-16meta: Merge compiling and linking of blit programTopi Pohjolainen3-31/+39
2014-05-16i965/blorp: Expose coordinate scissoring and mirroringTopi Pohjolainen4-118/+213
2014-05-16i965/gen8: Use helper variables for surface parametersTopi Pohjolainen1-4/+8
2014-05-14i965/gen8: Set depth extent fieldJordan Justen1-1/+1
2014-05-14i965/gen8 depth: Set depth size based on LOD0 for 3D texturesJordan Justen1-2/+2
2014-05-14i965/gen7 depth: Set depth size based on LOD0 for 3D texturesJordan Justen1-2/+2
2014-05-14i965/gen8 renderbuffer: Set depth size based on LOD0 for 3D texturesJordan Justen1-1/+1
2014-05-14i965/gen7 renderbuffer: Set depth size based on LOD0 for 3D texturesJordan Justen1-1/+1
2014-05-14i965/Gen8: Set up layer constraints properly for depth buffersChris Forbes1-9/+6
2014-05-14i965/Gen7: Set up layer constraints properly for depth buffersChris Forbes1-9/+6
2014-05-14i965/Gen8: Set up layer constraints properly for renderbuffersChris Forbes1-10/+5
2014-05-14i965/Gen7: Set up layer constraints properly for renderbuffersChris Forbes1-10/+7
2014-05-13nv50,nvc0: fix blit 3d path for 1d array texturesIlia Mirkin1-0/+6
2014-05-13nv50,nvc0: leave queries on during blit, turn them on for 2d engineIlia Mirkin6-6/+35
2014-05-13mesa/st: leave current query enabled during glBlitFramebufferIlia Mirkin3-0/+4
2014-05-13gallium: add bit to pipe_blit_info to leave current query enabledIlia Mirkin1-0/+3
2014-05-13nv50: fix setting of texture ms info to be per-stageIlia Mirkin3-6/+10
2014-05-13nv50/ir: make sure to reverse cond codes on all the OP_SET variantsIlia Mirkin1-1/+2
2014-05-13Add .cherry-ignore fileIan Romanick1-0/+3
2014-05-09mesa: Bump version to 10.2-rc2Ian Romanick1-1/+1
2014-05-09glx/tests: Partially revert commit 51e3569573a7b3f8da0df093836761003fcdc414Emil Velikov1-3/+3
2014-05-09configure: error out if building GBM without driEmil Velikov1-0/+7
2014-05-09i965: Fix GPU hangs on Broadwell in shaders with some control flow.Kenneth Graunke1-7/+7
2014-05-09radeonsi: Enable geometry shaders with LLVM 3.4.1Tom Stellard4-9/+13
2014-05-09configure.ac: Add LLVM_VERSION_PATCH to DEFINESTom Stellard1-1/+7
2014-05-09st/xa: Fix performance regression introduced by commit "Cache render target s...Thomas Hellstrom1-1/+1
2014-05-09clover: Destory pipe_screen when device does not support compute v2Tom Stellard1-1/+4
2014-05-09pipe-loader: Don't destroy the winsys in the sw loaderTom Stellard1-3/+0
2014-05-09draw: do not use draw_get_option_use_llvm() inside draw execution pathsRoland Scheidegger5-12/+12