aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* r600g: Implement GL_ARB_sample_shadingGlenn Kennard2014-10-1210-119/+383
* 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
* radeonsi: use tgsi_shader_info in fetch_input_gsMarek Olšák2014-10-121-4/+5
* radeonsi: don't rely on shader->output in si_llvm_emit_fs_epilogueMarek Olšák2014-10-121-1/+1
* radeonsi: use tgsi_shader_info in si_llvm_emit_es_epilogueMarek Olšák2014-10-121-17/+5
* radeonsi: don't recompile shaders when changing nr_cbufs from 0 to 1Marek Olšák2014-10-123-4/+4
* radeonsi: remove vs.ucps_enabled from the shader keyMarek Olšák2014-10-123-15/+0
* radeonsi: assume ClipDistance usage mask is always 0xfMarek Olšák2014-10-122-8/+2
* clover: Fix unintended fall-through in kernel::argument::bind.Francisco Jerez2014-10-121-0/+3
* clover: Append implicit arguments to the kernel argument list.Jan Vesely2014-10-121-13/+29
* clover: Pass execution dimensions and offset to the kernel as implicit argume...Francisco Jerez2014-10-122-25/+70
* clover: Add semantic information to module::argument for implicit parameter p...Francisco Jerez2014-10-121-4/+12
* clover: Use unreachable() from util/macros.h instead of assert(0).Francisco Jerez2014-10-113-4/+4
* gallium: Add tokens for DragonFly BSD.Vinson Lee2014-10-101-0/+6
* ilo: disassemble compacted instructionsChia-I Wu2014-10-114-2/+453
* glsl: improve accuracy of atan()Erik Faye-Lund2014-10-101-10/+55
* vc4: Use the fnv1 hash function instead of gallium util's crc32.Eric Anholt2014-10-101-2/+3
* vc4: Don't look up the compiled shaders unless state has changed.Eric Anholt2014-10-103-0/+28
* vc4: Actually clear the context's dirty flags.Eric Anholt2014-10-101-0/+1
* vc4: Optimize the other case of SEL_X_Y wih a 0 -> SEL_X_0(a).Eric Anholt2014-10-101-1/+23
* mesa: fix error reported on gTexSubImage2D when level not validTapani Pälli2014-10-101-1/+1
* i965: Fix register write checks.Kenneth Graunke2014-10-101-0/+2
* vc4: Optimize out adds of 0.Eric Anholt2014-10-091-0/+26
* vc4: Optimize fmul(x, 0) and fmul(x, 1).Eric Anholt2014-10-091-0/+45