summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* egl/main: remove undefined X11_LIBS automake variableGaetan Nadon2013-10-091-1/+1
* gallium/state_trackers/glx: X11/Xlib.h: No such file or directoryGaetan Nadon2013-10-091-1/+1
* gallium/targets/libgl-xlib: X11/Xlib.h: No such file or directoryGaetan Nadon2013-10-091-1/+1
* gallium/state_trackers/egl: use X11_INCLUDES rather than X11_CFLAGSGaetan Nadon2013-10-091-1/+1
* st/vdpau: really block until surface is idleGrigori Goronzy2013-10-091-1/+2
* st/vdpau: add new formats to OutputSurface renderingGrigori Goronzy2013-10-092-1/+24
* st/vdpau: fix GenerateCSCMatrix with NULL procampGrigori Goronzy2013-10-091-9/+12
* radeon/uvd: disable VC-1 simple/main profileGrigori Goronzy2013-10-091-1/+3
* radeon/uvd: try to fix VC-1 decodingGrigori Goronzy2013-10-091-33/+38
* radeon/uvd: fix video format reportingGrigori Goronzy2013-10-091-2/+5
* gallium/dri targets: use DRI_DRIVER_LDFLAGSMarek Olšák2013-10-099-9/+9
* radeonsi: fix occlusion queries for CIKMarek Olšák2013-10-091-3/+12
* radeonsi: draw register fixes for CIKMarek Olšák2013-10-092-9/+27
* i965: keep SecHalf flag after register coalescingChia-I Wu2013-10-091-0/+1
* i965: allow SIMD8 sampler messages in SIMD16 modeChia-I Wu2013-10-091-1/+2
* i965: make BRW_COMPRESSION_2NDHALF valid for brw_SAMPLEChia-I Wu2013-10-091-1/+16
* i965: Initialize brw_blorp_const_color_program::prog_data.Vinson Lee2013-10-081-0/+2
* i965: Fix a compiler warning about conservative depth enums.Eric Anholt2013-10-081-0/+2
* i965/gs: Fixup gl_PointSize on entry to geometry shaders.Paul Berry2013-10-081-0/+17
* glsl/gs: handle gl_ClipDistance geometry input in lower_clip_distance.Bryan Cain2013-10-081-60/+193
* glsl/gs: add gl_in support to builtin_variables.cpp.Paul Berry2013-10-081-2/+31
* glsl: Keep track of location for interface block fields.Paul Berry2013-10-085-37/+50
* glx: Generate fewer errors in MakeContextCurrentAdam Jackson2013-10-081-10/+0
* glx: Propagate failures from SendMakeCurrentRequest where possibleAdam Jackson2013-10-081-3/+4
* glx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRequestAdam Jackson2013-10-081-7/+9
* st/dri: don't export any private symbolsMarek Olšák2013-10-082-1/+3
* gallium/swrast: don't export any private symbolsMarek Olšák2013-10-084-4/+8
* gallium/radeon: don't export any private symbolsMarek Olšák2013-10-0814-16/+32
* st/mesa: improve format selection for GLESMarek Olšák2013-10-083-1/+40
* i915g: Rename sampler to fragment_samplerStéphane Marchesin2013-10-074-9/+9
* i915g: Fix the sampler bind functionStéphane Marchesin2013-10-071-19/+30
* gen7: Use logical, not physical, dims in 3DSTATE_DEPTH_BUFFER (v2)Chad Versace2013-10-072-4/+4
* i965: Remove the "ARF" register file.Matt Turner2013-10-075-16/+6
* i965: Fixup for don't dead-code eliminate instructions that write to the accu...Matt Turner2013-10-072-4/+2
* i965: Generate code for ir_binop_imul_high.Matt Turner2013-10-073-0/+18
* i965: Use the multiplication result's type for the accumulator.Matt Turner2013-10-072-2/+2
* i965/fs: Disable CSE on instructions writing to HW_REG.Matt Turner2013-10-071-1/+2
* glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.Matt Turner2013-10-078-1/+49
* i965: Add Gen assertion checks for newer instructions.Matt Turner2013-10-072-0/+22
* i965: Don't dead-code eliminate instructions that write to the accumulator.Matt Turner2013-10-072-2/+30
* i965: Generate code for ir_binop_carry and ir_binop_borrow.Matt Turner2013-10-0714-0/+80
* i965: Add UD null register helpers.Matt Turner2013-10-072-0/+6
* glsl: Implement usubBorrow() built-in for ARB_gpu_shader5.Matt Turner2013-10-071-0/+21
* glsl: Implement uaddCarry() built-in for ARB_gpu_shader5.Matt Turner2013-10-071-0/+21
* glsl: Add ir_binop_carry and ir_binop_borrow.Matt Turner2013-10-077-0/+42
* glsl_compiler: Enable any extension that any Mesa driver enablesIan Romanick2013-10-071-1/+8
* glsl_compiler: Sort extensions by nameIan Romanick2013-10-071-8/+11
* glsl_compiler: Always log the compiler diagnosticsIan Romanick2013-10-071-1/+3
* glsl_compiler: Set max GLSL version on the command lineIan Romanick2013-10-071-12/+173
* glsl_compiler: Use no_argument instead of 0 in getopt_long optionsIan Romanick2013-10-071-5/+5