summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vc4: Fix the uniform debug output.Eric Anholt2014-10-151-1/+1
* vc4: Add support for user clip plane and gl_ClipVertex.Eric Anholt2014-10-155-4/+91
* vc4: Move the output semantics setup to a helper.Eric Anholt2014-10-151-16/+28
* i965: Allow CSE on Gen4-5 unary math.Kenneth Graunke2014-10-151-1/+1
* r600g,radeonsi: Only set use_staging_texture = TRUE onceMichel Dänzer2014-10-151-8/+5
* r600g,radeonsi: Use staging texture for transfers if any miplevel is tiledMichel Dänzer2014-10-151-1/+1
* winsys/radeon: Use separate caching buffer manager for each set of flagsMichel Dänzer2014-10-153-41/+32
* configure.ac: check for libexpat when no pkg-config is availableAndres Gomez2014-10-151-8/+7
* clover: Fix regression in module serializationTom Stellard2014-10-141-0/+1
* i965/fs: Use the correct regs_written on unspill instructionsJason Ekstrand2014-10-141-0/+1
* st/gbm: fix order of arguments passed to is_format_supportedIlia Mirkin2014-10-141-1/+1
* nouveau: 3d textures are unsupported, limit 3d levels to 1Ilia Mirkin2014-10-141-0/+3
* freedreno: use tgsi_loweringRob Clark2014-10-148-1673/+6
* r300/compiler: remove useless checkDavid Heidelberger2014-10-141-5/+2
* ilo: Build pipe-loader for iloNick Sarnie2014-10-142-0/+40
* automake: explicitly set TARGET_RADEON_{WINSYS,COMMON}Emil Velikov2014-10-143-5/+5
* vc4: Fix render target NPOT alignment at small miplevels.Eric Anholt2014-10-141-3/+12
* vc4: Add support for having 0 vertex elements used.Eric Anholt2014-10-142-6/+47
* auxilary/os: Add DragonFly BSD support in os_get_total_physical_memory.Vinson Lee2014-10-131-0/+2
* glx: Fix glxUseXFont for glxWindow and glxPixmapsDaniel Manjarres2014-10-131-0/+5
* ilo: clear writer pointer after unmappingChia-I Wu2014-10-141-0/+1
* vc4: Write the VPM read setup multiple times to queue all the inputs.Eric Anholt2014-10-131-3/+18
* vc4: Add support for the TXL opcode.Eric Anholt2014-10-131-5/+15
* vc4: Improve the accuracy of SIN and COS.Eric Anholt2014-10-131-11/+17
* i965: Use unsynchronized maps for the program cache on LLC platforms.Kenneth Graunke2014-10-131-7/+28
* i965: Issue performance warnings when copying the program cache BO.Kenneth Graunke2014-10-131-0/+3
* i965: Issue performance warnings on MapBufferRange stalls.Kenneth Graunke2014-10-131-3/+4
* vc4: Match VS outputs to FS inputs.Eric Anholt2014-10-133-18/+135
* configure: use $libdir/dri as default for VA-APIChristian König2014-10-131-2/+2
* configure: remove superflous VA-API line from configure.acChristian König2014-10-131-1/+0
* configure: respect $libdir for the OMX installation dirChristian König2014-10-131-5/+2
* configure: Revert "ask vdpau.pc for the default location of the vdpau drivers"Christian König2014-10-131-8/+3
* vc4: Add support for the CEIL opcode.Eric Anholt2014-10-131-0/+22
* vc4: Add support for the SSG opcode.Eric Anholt2014-10-131-0/+12
* docs: add news item and link release notesEmil Velikov2014-10-132-0/+14
* docs: Add sha256 sums for the 10.3.1 releaseEmil Velikov2014-10-131-1/+3
* Add release notes for the 10.3.1 releaseEmil Velikov2014-10-131-0/+156
* docs: Add sha256 sums for the 10.2.9 releaseEmil Velikov2014-10-131-1/+3
* Add release notes for the 10.2.9 releaseEmil Velikov2014-10-131-0/+99
* r600g: Implement GL_ARB_sample_shadingGlenn Kennard2014-10-1212-120/+385
* radeonsi: use tgsi_shader_info in si_llvm_emit_fs_epilogueMarek Olšák2014-10-121-71/+61
* radeonsi: remove si_shader_output_values::indexMarek Olšák2014-10-121-17/+6
* radeonsi: use tgsi_shader_info in si_llvm_emit_vs_epilogueMarek Olšák2014-10-121-26/+13
* radeonsi: remove shader->input[] and output[] arrays and dependenciesMarek Olšák2014-10-123-89/+2
* radeonsi: move param_offset out of shader->input[] and output[]Marek Olšák2014-10-123-7/+10
* radeonsi: use tgsi_shader_info to get a list of GS outputsMarek Olšák2014-10-122-14/+12
* radeonsi: use tgsi_shader_info in si_update_spi_mapMarek Olšák2014-10-121-9/+13
* radeonsi: simplify dereferences in si_update_spi_mapMarek Olšák2014-10-121-2/+2
* radeonsi: use tgsi_shader_info in si_shader_vsMarek Olšák2014-10-121-2/+3
* radeonsi: use tgsi_shader_info in si_shader_psMarek Olšák2014-10-123-5/+5