summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-08glx: Propagate failures from SendMakeCurrentRequest where possibleAdam Jackson1-3/+4
2013-10-08glx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRequestAdam Jackson1-7/+9
2013-10-08st/dri: don't export any private symbolsMarek Olšák2-1/+3
2013-10-08gallium/swrast: don't export any private symbolsMarek Olšák4-4/+8
2013-10-08gallium/radeon: don't export any private symbolsMarek Olšák14-16/+32
2013-10-08configure.ac: report an error if LLVM shared libs are disabled and CL is enabledMarek Olšák1-2/+3
2013-10-08st/mesa: improve format selection for GLESMarek Olšák3-1/+40
2013-10-07i915g: Rename sampler to fragment_samplerStéphane Marchesin4-9/+9
2013-10-07i915g: Fix the sampler bind functionStéphane Marchesin1-19/+30
2013-10-07gen7: Use logical, not physical, dims in 3DSTATE_DEPTH_BUFFER (v2)Chad Versace2-4/+4
2013-10-07doxygen: Generate Doxygen for i965Chad Versace3-1/+53
2013-10-07i965: Remove the "ARF" register file.Matt Turner5-16/+6
2013-10-07i965: Fixup for don't dead-code eliminate instructions that write to the accu...Matt Turner2-4/+2
2013-10-07i965: Generate code for ir_binop_imul_high.Matt Turner3-0/+18
2013-10-07i965: Use the multiplication result's type for the accumulator.Matt Turner2-2/+2
2013-10-07i965/fs: Disable CSE on instructions writing to HW_REG.Matt Turner1-1/+2
2013-10-07glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.Matt Turner8-1/+49
2013-10-07i965: Add Gen assertion checks for newer instructions.Matt Turner2-0/+22
2013-10-07i965: Don't dead-code eliminate instructions that write to the accumulator.Matt Turner2-2/+30
2013-10-07i965: Generate code for ir_binop_carry and ir_binop_borrow.Matt Turner14-0/+80
2013-10-07i965: Add UD null register helpers.Matt Turner2-0/+6
2013-10-07glsl: Implement usubBorrow() built-in for ARB_gpu_shader5.Matt Turner1-0/+21
2013-10-07glsl: Implement uaddCarry() built-in for ARB_gpu_shader5.Matt Turner1-0/+21
2013-10-07glsl: Add ir_binop_carry and ir_binop_borrow.Matt Turner7-0/+42
2013-10-07glsl_compiler: Enable any extension that any Mesa driver enablesIan Romanick1-1/+8
2013-10-07glsl_compiler: Sort extensions by nameIan Romanick1-8/+11
2013-10-07glsl_compiler: Always log the compiler diagnosticsIan Romanick1-1/+3
2013-10-07glsl_compiler: Set max GLSL version on the command lineIan Romanick1-12/+173
2013-10-07glsl_compiler: Use no_argument instead of 0 in getopt_long optionsIan Romanick1-5/+5
2013-10-07glsl_compiler: Re-enable building glsl_compilerIan Romanick2-3/+14
2013-10-07glsl: Remove glsl_parser_state MaxVaryingFloats fieldIan Romanick3-5/+4
2013-10-07glsl: Set gl_MaxVertexOutputs from VertexProgram.MaxOutputComponents etcIan Romanick1-2/+2
2013-10-07glsl: Count shader inputs and outputs separatelyIan Romanick3-25/+91
2013-10-07glapi: add output info to GetProgramiv's paramsEmilio Pozuelo Monfort1-1/+1
2013-10-07clover: fix building with llvm-3.4 since rev191922Laurent Carlier1-1/+5
2013-10-07st/mesa: silence warning about unhandled ir_query_levels in switchBrian Paul1-0/+3
2013-10-07radeon/vdpau: only export necessary symbolsChristian König3-0/+9
2013-10-07radeon/uvd: optimize message handling a bitChristian König1-44/+53
2013-10-06docs: Mark a few more things as "in progress" in GL3.txt.Kenneth Graunke1-2/+2
2013-10-06dri/nouveau: add AllocTextureImageBuffer implementationIlia Mirkin1-0/+9
2013-10-06glsl: Fix usage of the wrong union member in program_resource_visitor::recurs...Francisco Jerez1-2/+2
2013-10-06Revert "r600g: only flush the caches that need to be flushed during CP DMA op...Marek Olšák4-139/+28
2013-10-06i965/ivb: Flag RG32F quirk for texture gather regardless of swizzlesChris Forbes1-1/+1
2013-10-06i965/vs: Add support for textureGather(.., comp)Chris Forbes1-7/+11
2013-10-06i965/fs: Add support for textureGather(.., comp)Chris Forbes1-7/+11
2013-10-06glsl: add ARB_gpu_shader5's additional textureGather signaturesChris Forbes1-1/+26
2013-10-06glsl: Add support for specifying the component in textureGatherChris Forbes8-7/+42
2013-10-06docs: mark ARB_conservative_depth done on i965Chris Forbes2-1/+2
2013-10-06i965: Enable ARB_conservative_depth for Gen7+.Chris Forbes1-0/+1
2013-10-06i965/wm: Program correct conservative depth modesChris Forbes1-2/+14