summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* clover: Return 0 as storage size for local kernel args that are not set v2Tom Stellard2015-03-231-1/+1
* gallivm: Use MCInstrInfo in the disassembler for querying instruction infoTom Stellard2015-03-231-7/+1
* clover: use get_device_vendor instead of get_vendorGiuseppe Bilotta2015-03-231-1/+1
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-2313-0/+83
* gallium: introduce get_device_vendor() entrypoint for pipesGiuseppe Bilotta2015-03-232-0/+14
* gallium: remove trailing whitespace in p_screen.hGiuseppe Bilotta2015-03-231-1/+1
* clover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits not bytesTom Stellard2015-03-231-0/+3
* clover: Add all the mandatory 1.1 extensions to the extension stringTom Stellard2015-03-231-1/+7
* clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSIONTom Stellard2015-03-231-1/+1
* gallivm: Silence unused variable warnings on release builds.Jose Fonseca2015-03-222-0/+4
* galahad: actually remove the driverEmil Velikov2015-03-2110-1998/+0
* galahad: remove driverEmil Velikov2015-03-2112-40/+12
* gallium/docs: remove information about identity driverEmil Velikov2015-03-211-7/+0
* winsys/sw/fbdev: remove unused software winsysEmil Velikov2015-03-216-343/+0
* winsys/sw/wayland: remove unused winsysEmil Velikov2015-03-215-367/+0
* st/gbm: remove state-trackerEmil Velikov2015-03-219-543/+0
* llvmpipe: use global llvm context for PIPE_SUBSYSTEM_EMBEDDEDRoland Scheidegger2015-03-211-0/+11
* u_primconvert: add primitive restart supportDave Airlie2015-03-207-87/+203
* gallivm: remove unused 'builder' variableBrian Paul2015-03-191-1/+0
* gallivm: Use INFINITY directly.Jose Fonseca2015-03-181-8/+1
* freedreno/ir3: fix infinite recursion in schedRob Clark2015-03-181-1/+1
* freedreno: fix spellingRob Clark2015-03-181-1/+1
* radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coordsMarek Olšák2015-03-182-2/+2
* r600g: constify r600_shader_tgsi_instruction lists.Emil Velikov2015-03-171-5/+5
* r600g: kill off r600_shader_tgsi_instruction::{tgsi_opcode,is_op3}Emil Velikov2015-03-171-591/+589
* r600g: use the tgsi opcode from parse.FullToken.FullInstructionEmil Velikov2015-03-171-5/+8
* gallivm: abort properly when running out of buffer space in lp_disassemblyRoland Scheidegger2015-03-171-4/+8
* st/dri: remove unused include from the automake/scons buildEmil Velikov2015-03-162-2/+0
* auxiliary/os: fix the android build - s/drm_munmap/os_munmap/Emil Velikov2015-03-161-2/+2
* gallium/sw/kms: trivial cleanupsEmil Velikov2015-03-161-4/+2
* radeonsi: implement TGSI_OPCODE_BFI (v2)Marek Olšák2015-03-161-0/+34
* radeonsi: add a helper for extracting bitfields from parameters (v2)Marek Olšák2015-03-161-16/+27
* radeonsi: move scratch reloc state setupMarek Olšák2015-03-162-15/+22
* radeonsi: don't emit PA_SC_LINE_STIPPLE if not rendering linesMarek Olšák2015-03-161-0/+8
* radeonsi: don't emit PA_SC_LINE_STIPPLE after every rasterizer state changeMarek Olšák2015-03-164-7/+7
* radeonsi: move PA_SU_SC_MODE_CNTL to rasterizer stateMarek Olšák2015-03-165-30/+14
* radeonsi: implement line and polygon smoothingMarek Olšák2015-03-164-10/+49
* radeonsi: add shader code for smoothingMarek Olšák2015-03-163-1/+39
* radeonsi: split sample locations into its own state atomMarek Olšák2015-03-165-0/+18
* radeonsi: add basic code for overrasterizationMarek Olšák2015-03-165-16/+28
* radeonsi: small cleanup in si_shader_selector_keyMarek Olšák2015-03-161-12/+12
* radeonsi: simplify accessing alpha pointer in si_llvm_emit_fs_epilogueMarek Olšák2015-03-161-7/+8
* radeonsi: add support for easy opcodes from ARB_gpu_shader5Marek Olšák2015-03-161-0/+8
* radeonsi: implement bit-finding opcodes from ARB_gpu_shader5Marek Olšák2015-03-161-0/+92
* radeonsi: implement gl_SampleMaskInMarek Olšák2015-03-161-0/+4
* radeonsi: add support for SQRTMarek Olšák2015-03-162-1/+3
* radeonsi: add support for FMAMarek Olšák2015-03-162-1/+4
* gallium/radeon: don't use LLVMReadOnlyAttribute for ALUMarek Olšák2015-03-161-16/+9
* tgsi: handle bitwise opcodes in tgsi_opcode_infer_type (v2)Marek Olšák2015-03-161-0/+8
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-1619-8/+53