summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-18wayland: use extant wl_drm where appropriateextant-wl-drmJonny Lamb1-1/+26
2015-02-18gbm: swap order of adding WAYLAND_LIBS to _LIBADDJonny Lamb1-3/+7
2015-02-18auxiliary/vl: honour the DRI2PROTO_CFLAGSEmil Velikov1-0/+1
2015-02-18auxiliary/vl: Build vl_winsys_dri.c only when needed.Emil Velikov2-1/+13
2015-02-18automake: Use AM_DISTCHECK_CONFIGURE_FLAGSEmil Velikov1-1/+1
2015-02-18glx: do not leak the dri2 extension informationEmil Velikov1-1/+2
2015-02-18Revert "radeon/llvm: enable unsafe math for graphics shaders"Michel Dänzer1-4/+0
2015-02-18st/mesa: add ARB_pipeline_statistics_query supportIlia Mirkin3-5/+56
2015-02-17i965: implement ARB_pipeline_statistics_queryBen Widawsky4-0/+107
2015-02-17mesa: Add support for the ARB_pipeline_statistics_query extensionBen Widawsky7-0/+136
2015-02-17mesa: Add _mesa_has_compute_shadersJordan Justen1-0/+11
2015-02-17mesa: Add ARB_tessellation_shader to extension table.Fabian Bieler2-0/+2
2015-02-17i965: Prefer Meta over the BLT for BlitFramebuffer.Kenneth Graunke1-7/+7
2015-02-17i965/fs: Add algebraic optimizations for MAD.Matt Turner1-0/+43
2015-02-17i965/fs: Emit MAD instructions when possible.Matt Turner2-8/+8
2015-02-17i965/fs: Allow immediates in MAD and LRP instructions.Matt Turner2-3/+33
2015-02-17i965/fs: Add pass to combine immediates.Matt Turner4-0/+287
2015-02-17i965/fs: Remove force_writemask_all assertion for execsize < 8.Matt Turner1-1/+0
2015-02-17i965/cfg: Add function to generate a dot file of the dominator tree.Matt Turner2-0/+11
2015-02-17i965/cfg: Add function to generate a dot file of the CFG.Matt Turner2-0/+15
2015-02-17i965/cfg: Calculate the immediate dominators.Matt Turner2-4/+76
2015-02-17i965/cfg: Allow cfg::dump to be called without a visitor.Matt Turner1-1/+2
2015-02-17i965: Allow exec_list sentinels as arguments to insert functions.Matt Turner1-2/+4
2015-02-17Make _mesa_swizzle_and_convert argument types in .c match those in .hAlan Coopersmith1-2/+2
2015-02-17Use __typeof instead of typeof with Solaris Studio compilersAlan Coopersmith1-3/+3
2015-02-17Avoid fighting with Solaris headers over isnormal()Alan Coopersmith1-1/+1
2015-02-17Remove extraneous ; after DECL_TYPE usageAlan Coopersmith1-33/+33
2015-02-17Bracket arguments to tr so they work with Solaris trAlan Coopersmith1-1/+1
2015-02-17glsl: Reduce memory consumption of copy propagation passes.Kenneth Graunke2-6/+25
2015-02-17i965: Add device limits for tess threads & URB entriesChris Forbes4-0/+48
2015-02-18r600g/sb: treat undefined values like constantsDave Airlie1-2/+2
2015-02-17i915c: Use the actual MIN instruction.Kenneth Graunke1-15/+1
2015-02-17i915g: Use the actual MIN instruction.Kenneth Graunke1-15/+1
2015-02-17i965: Add a function to disassemble an instruction from the 4 dwords.Kenneth Graunke1-0/+12
2015-02-17i965: Do Sandybridge workaround flushes before each primitive.Kenneth Graunke11-84/+20
2015-02-17main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.Laura Ekstrand1-2/+2
2015-02-17i965/vec4: Silence unused parameter warningsIan Romanick3-7/+5
2015-02-17mesa/main: Silence unused parameter warningIan Romanick3-12/+0
2015-02-17util/hash: Silence comparison between signed and unsigned integer warnings in...Ian Romanick3-3/+3
2015-02-17util/hash: Silence unused parameter warnings in testsIan Romanick9-0/+28
2015-02-17glcpp: Silence GCC warningIan Romanick1-1/+1
2015-02-17radeonsi: fix a crash if a stencil ref state is set before a DSA stateMarek Olšák1-4/+8
2015-02-17r600g,radeonsi: implement GL_AMD_pinned_memoryMarek Olšák6-5/+57
2015-02-17winsys/radeon: test the userptr ioctl to see if it's presentMarek Olšák5-19/+35
2015-02-17winsys/radeon: allow unaligned size for user-memory buffersMarek Olšák1-1/+1
2015-02-17winsys/radeon: allow mapping a user bufferMarek Olšák3-2/+8
2015-02-17gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák15-5/+39
2015-02-17mesa: implement GL_AMD_pinned_memoryMarek Olšák4-2/+43
2015-02-17winsys/radeon: add user pointer supportChristian König2-0/+113
2015-02-17mesa: fix AtomicBuffer typo in _mesa_DeleteBuffersMarek Olšák1-1/+1