summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-21r600g/compute: Handle NULL kernel metadatagc-apiTom Stellard1-2/+10
2013-02-21XXX: Add gc state trackerTom Stellard6-3/+483
2013-02-21XXX: trace remove assertions so it works with r600g/computeTom Stellard2-2/+3
2013-02-21trace: Add compute supportTom Stellard2-0/+201
2013-02-21XXX: r600g: fixup for trace -> not sure if this is really neededTom Stellard1-1/+1
2013-02-20r600g: don't enable ReZ mode on evergreenAlex Deucher1-1/+4
2013-02-20clover: Fix build with LLVM 3.3Tom Stellard1-8/+39
2013-02-20i965: Consign COORD_REPLACE VS hacks to Pre-Gen6.Paul Berry3-11/+34
2013-02-20mesa: Don't install glEvalMesh in the beginend dispatch tableIan Romanick3-9/+16
2013-02-20gallivm: fix indirect src register fetches requiring bitcastRoland Scheidegger1-21/+16
2013-02-20llvmpipe: lp_resource_copy cleanupRoland Scheidegger5-49/+47
2013-02-20llvmpipe: fix lp_resource_copy using more than one 3d sliceRoland Scheidegger1-84/+86
2013-02-20gles2: a stub implementation for GL_EXT_discard_framebufferTapani Pälli7-1/+77
2013-02-20r600g/Cayman: Fix blending using destination alpha factor but non-alpha destMichel Dänzer1-4/+9
2013-02-20radeonsi: Fix blending using destination alpha factor but non-alpha destinationMichel Dänzer1-3/+5
2013-02-20radeonsi: implement 3D transfersMarek Olšák1-20/+29
2013-02-20radeonsi: add assertions to prevent creation of invalid surfacesMarek Olšák3-15/+18
2013-02-20radeonsi: use u_box_origin_2d helper functionMarek Olšák1-5/+2
2013-02-19configure.ac: Do not check for clock_gettime on MinGW.Vinson Lee1-1/+1
2013-02-19DRI2: Don't disable GLX_INTEL_swap_event unconditionallyZack Rusin1-3/+12
2013-02-19i965/fs: Enable CSE on uniform pull constant loads.Eric Anholt1-0/+3
2013-02-19i965/fs: Only do CSE when the dst types match.Eric Anholt1-1/+2
2013-02-19i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.Eric Anholt3-27/+66
2013-02-19i965/fs: Fix copy propagation with smearing.Eric Anholt1-1/+2
2013-02-19i965/fs: Add a bit more instruction dumping useful for upcoming work.Eric Anholt1-1/+30
2013-02-19radeon/llvm: Fix build with LLVM 3.3Tom Stellard2-1/+12
2013-02-19r600g: Add $(DEFINES) to AM_CXXFLAGSTom Stellard1-1/+2
2013-02-19i965: Remove unused userclip flags.Paul Berry3-5/+0
2013-02-19llvmpipe: fix handling of 0 x 0 framebuffer sizeBrian Paul1-2/+2
2013-02-19st/xlib: initialize the drawable size in create_xmesa_buffer()Brian Paul1-2/+1
2013-02-19glx: fix glGetTexLevelParameteriv for indirect renderingStefan Brüns1-1/+3
2013-02-19st/mesa: implement glBitmap unpacking from a PBO, for the cache pathBrian Paul1-2/+11
2013-02-19draw: fix non-perspective interpolation in interp()Brian Paul1-3/+8
2013-02-18st/mesa: remove what is left from u_blitMarek Olšák6-29/+0
2013-02-18st/mesa: simplify and improve CopyTexSubImageMarek Olšák3-260/+99
2013-02-18st/mesa: don't do sRGB conversion in CopyTexSubImageMarek Olšák1-2/+2
2013-02-18st/mesa: implement blit-based TexImage and TexSubImageMarek Olšák3-4/+239
2013-02-18st/mesa: fix blit-based GetTexImage for 1D array texturesMarek Olšák1-19/+52
2013-02-18st/mesa: fix blit-based GetTexImage for depth/stencil formatsMarek Olšák1-1/+1
2013-02-18st/mesa: factor out code for determining blit.mask from CopyTexSubImageMarek Olšák1-42/+66
2013-02-18radeonsi: Fix PIPE_FORMAT_X32_S8X24_UINT sampler hardware formatMichel Dänzer1-1/+1
2013-02-18radeonsi: Use stencil surface level information for stencil texturingMichel Dänzer2-7/+10
2013-02-18radeonsi: properly implement S8Z24 depth-stencil formatMichel Dänzer1-29/+66
2013-02-18r600g/llvm: Support for TBOVincent Lejeune1-0/+28
2013-02-18r600g/llvm: Set Inputs/Outputs count to 32 (api reported value)Vincent Lejeune1-2/+2
2013-02-18r600g/llvm: Fix alpha_to_one piglit testsVincent Lejeune3-0/+4
2013-02-18r600g/llvm: Add support for UBOVincent Lejeune2-1/+22
2013-02-16i965: Fix leak in blorp CopyTexSubImage2DChristopher James Halse Rogers1-2/+2
2013-02-16gallivm/tgsi: fix issues with sample opcodesRoland Scheidegger7-95/+247
2013-02-16gallivm/tgsi: fix src modifier fetching with non-float types.Roland Scheidegger4-5/+54