summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-16radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2clover-elf-finalTom Stellard4-71/+123
2014-10-16r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2Tom Stellard8-97/+180
2014-10-16gallium/radeon: Add query for symbol specific config informationTom Stellard3-0/+86
2014-10-16clover: Add environment variables for dumping kernel code v2Tom Stellard1-11/+75
2014-10-16clover: Register an llvm diagnostic handler v3Tom Stellard1-0/+25
2014-10-16clover: Add support for compiling to native object code v3Tom Stellard2-9/+204
2014-10-16gallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_irTom Stellard2-3/+4
2014-10-16clover: Factor kernel argument parsing into its own function v2Tom Stellard1-81/+92
2014-10-15r600g,radeonsi: Only set use_staging_texture = TRUE onceMichel Dänzer1-8/+5
2014-10-15r600g,radeonsi: Use staging texture for transfers if any miplevel is tiledMichel Dänzer1-1/+1
2014-10-15winsys/radeon: Use separate caching buffer manager for each set of flagsMichel Dänzer3-41/+32
2014-10-15configure.ac: check for libexpat when no pkg-config is availableAndres Gomez1-8/+7
2014-10-14clover: Fix regression in module serializationTom Stellard1-0/+1
2014-10-14i965/fs: Use the correct regs_written on unspill instructionsJason Ekstrand1-0/+1
2014-10-14st/gbm: fix order of arguments passed to is_format_supportedIlia Mirkin1-1/+1
2014-10-14nouveau: 3d textures are unsupported, limit 3d levels to 1Ilia Mirkin1-0/+3
2014-10-14freedreno: use tgsi_loweringRob Clark8-1673/+6
2014-10-14r300/compiler: remove useless checkDavid Heidelberger1-5/+2
2014-10-14ilo: Build pipe-loader for iloNick Sarnie2-0/+40
2014-10-14automake: explicitly set TARGET_RADEON_{WINSYS,COMMON}Emil Velikov3-5/+5
2014-10-14vc4: Fix render target NPOT alignment at small miplevels.Eric Anholt1-3/+12
2014-10-14vc4: Add support for having 0 vertex elements used.Eric Anholt2-6/+47
2014-10-13auxilary/os: Add DragonFly BSD support in os_get_total_physical_memory.Vinson Lee1-0/+2
2014-10-13glx: Fix glxUseXFont for glxWindow and glxPixmapsDaniel Manjarres1-0/+5
2014-10-14ilo: clear writer pointer after unmappingChia-I Wu1-0/+1
2014-10-13vc4: Write the VPM read setup multiple times to queue all the inputs.Eric Anholt1-3/+18
2014-10-13vc4: Add support for the TXL opcode.Eric Anholt1-5/+15
2014-10-13vc4: Improve the accuracy of SIN and COS.Eric Anholt1-11/+17
2014-10-13i965: Use unsynchronized maps for the program cache on LLC platforms.Kenneth Graunke1-7/+28
2014-10-13i965: Issue performance warnings when copying the program cache BO.Kenneth Graunke1-0/+3
2014-10-13i965: Issue performance warnings on MapBufferRange stalls.Kenneth Graunke1-3/+4
2014-10-13vc4: Match VS outputs to FS inputs.Eric Anholt3-18/+135
2014-10-13configure: use $libdir/dri as default for VA-APIChristian König1-2/+2
2014-10-13configure: remove superflous VA-API line from configure.acChristian König1-1/+0
2014-10-13configure: respect $libdir for the OMX installation dirChristian König1-5/+2
2014-10-13configure: Revert "ask vdpau.pc for the default location of the vdpau drivers"Christian König1-8/+3
2014-10-13vc4: Add support for the CEIL opcode.Eric Anholt1-0/+22
2014-10-13vc4: Add support for the SSG opcode.Eric Anholt1-0/+12
2014-10-13docs: add news item and link release notesEmil Velikov2-0/+14
2014-10-13docs: Add sha256 sums for the 10.3.1 releaseEmil Velikov1-1/+3
2014-10-13Add release notes for the 10.3.1 releaseEmil Velikov1-0/+156
2014-10-13docs: Add sha256 sums for the 10.2.9 releaseEmil Velikov1-1/+3
2014-10-13Add release notes for the 10.2.9 releaseEmil Velikov1-0/+99
2014-10-12r600g: Implement GL_ARB_sample_shadingGlenn Kennard12-120/+385
2014-10-12radeonsi: use tgsi_shader_info in si_llvm_emit_fs_epilogueMarek Olšák1-71/+61
2014-10-12radeonsi: remove si_shader_output_values::indexMarek Olšák1-17/+6
2014-10-12radeonsi: use tgsi_shader_info in si_llvm_emit_vs_epilogueMarek Olšák1-26/+13
2014-10-12radeonsi: remove shader->input[] and output[] arrays and dependenciesMarek Olšák3-89/+2
2014-10-12radeonsi: move param_offset out of shader->input[] and output[]Marek Olšák3-7/+10
2014-10-12radeonsi: use tgsi_shader_info to get a list of GS outputsMarek Olšák2-14/+12