summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-24r600g: fix SUMO2 pci idAlex Deucher1-1/+1
2013-12-23scons: Add system library linker flags on LLVM 3.5.Vinson Lee1-0/+2
2013-12-23r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry1-0/+2
2013-12-23st/vdpau: Destroy context when initialization failsAaron Watry1-0/+1
2013-12-23radeon/llvm: Free target data at end of optimizationAaron Watry1-0/+1
2013-12-23r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry1-1/+1
2013-12-23r600/compute: Free compiled kernels when deleting compute stateAaron Watry1-0/+2
2013-12-23radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry5-18/+41
2013-12-23pipe_loader/sw: close dev->lib when initialization failsAaron Watry1-1/+4
2013-12-23clover: Remove unused variableAaron Watry1-1/+0
2013-12-22llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu1-0/+6
2013-12-22st/mesa: use pipe_sampler_view_release()Jonathan Liu1-1/+1
2013-12-22i915: Add support for gl_FragData[0] reads.Henri Verbeet1-0/+1
2013-12-22radeonsi: Use htile_buffer for depth only when there is no stencil.Andreas Hartmetz1-0/+8
2013-12-22winsys/radeon: remove superfluous distinction of casesNiels Ole Salscheider1-15/+5
2013-12-21mesa: inline r200 radeon texture format macros to facility search and replaceMark Mueller2-102/+70
2013-12-20mesa: Fix build to properly check for supported compiler flagsLauri Kasanen3-1/+83
2013-12-20mesa: It is not possible to have GLSL < 1.20Ian Romanick2-3/+0
2013-12-20mesa: Clean up bad code formatting left from previous commitIan Romanick4-20/+18
2013-12-20mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick12-40/+11
2013-12-20radeon: Sort list of enabled extensionsIan Romanick1-6/+5
2013-12-20r200: Sort list of enabled extensionsIan Romanick1-16/+10
2013-12-20glx: Simplify __glxGetMscRate, it only needs the screen, not a drawableLauri Kasanen3-6/+4
2013-12-20dri3: Rename DRI3_MAX_BACK to DRI3_NUM_BACKKeith Packard2-7/+7
2013-12-20i965: Set fast color clear mcs_state on newly allocated image miptreesKeith Packard1-3/+7
2013-12-20i965: Correct check for re-bound buffer in intel_update_image_bufferKeith Packard1-4/+15
2013-12-20dri3: Clean up struct dri3_drawableKeith Packard1-5/+1
2013-12-20dri3: Free resources when drawable is destroyed.Keith Packard2-2/+20
2013-12-20dri3: Switch to libxshmfence version 1.1Keith Packard3-4/+4
2013-12-20i965: Use RED for depth texture formats rather than INTENSITY.Kenneth Graunke1-4/+4
2013-12-20i965/gen6: Fix HiZ hang in WebGL Google MapsChad Versace1-0/+15
2013-12-20i965: Store QPitch in intel_mipmap_tree.Kenneth Graunke2-6/+10
2013-12-20i965: Add support for Broadwell's new register types.Kenneth Graunke3-1/+19
2013-12-20i965: Add BRW_REGISTER_TYPE_DF.Kenneth Graunke3-0/+6
2013-12-20i965: Abstract BRW_REGISTER_TYPE_* into an enum with unique values.Kenneth Graunke4-22/+95
2013-12-20i965: Decode three-source register types directly.Kenneth Graunke1-25/+14
2013-12-20i965: Disassemble UV types, not UB types.Kenneth Graunke1-2/+2
2013-12-20i965: Add missing BRW_REGISTER_TYPE_UV.Kenneth Graunke1-0/+1
2013-12-20i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.Kenneth Graunke1-1/+1
2013-12-20i965: Use {point_sprite,flat}_enable variable names instead of dw*.Kenneth Graunke2-10/+14
2013-12-20i965: Zero out {point_sprite,flat}_enables in calculate_attr_overrides.Kenneth Graunke2-6/+3
2013-12-20i965: Delete bogus BRW_REGISTER_TYPE_HF define.Kenneth Graunke2-2/+0
2013-12-20Report that no function found if signature lookup is emptyKevin Rogovin1-9/+16
2013-12-20Use line number information from entire function expressionKevin Rogovin1-1/+1
2013-12-20radeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSMichel Dänzer1-4/+7
2013-12-19r600g: Fix spelling errorAaron Watry1-1/+1
2013-12-19egl: break instead of looping after driver is foundQuanxian Wang2-2/+6
2013-12-19mesa: Assert variable coming from get_variable() in get_current_attribJuha-Pekka Heikkila1-0/+1
2013-12-19mesa: Add asserts into emit_fog_instructionsJuha-Pekka Heikkila1-0/+3
2013-12-19glx: Fix two identical null check errors in driSet/GetIntervalJuha-Pekka Heikkila1-8/+12