summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* vc4: Fix pitch alignment of linear textures.Eric Anholt2015-03-241-1/+1
* vc4: Write the alignment of level width consistently in validation.Eric Anholt2015-03-241-2/+2
* vc4: Fix use of a bool as an enum.Eric Anholt2015-03-241-1/+1
* vc4: Decide the HW's format before laying out the miptree.Eric Anholt2015-03-241-3/+3
* vc4: Use our device-specific ioctls for create/mmap.Eric Anholt2015-03-241-15/+36
* vc4: Make a new #define for making code conditional on the simulator.Eric Anholt2015-03-243-15/+25
* vc4: Add some useful debug printfs for miptrees.Eric Anholt2015-03-241-0/+37
* Revert "nv50,nvc0: remove bogus 64_FLOAT formats"Ilia Mirkin2015-03-231-0/+5
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-2313-0/+83
* galahad: actually remove the driverEmil Velikov2015-03-2110-1998/+0
* llvmpipe: use global llvm context for PIPE_SUBSYSTEM_EMBEDDEDRoland Scheidegger2015-03-211-0/+11
* u_primconvert: add primitive restart supportDave Airlie2015-03-201-1/+2
* 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
* 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
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-1611-3/+16
* freedreno: update generated headersRob Clark2015-03-155-6/+6
* freedreno/ir3: remove old compilerRob Clark2015-03-157-1574/+10
* freedreno/ir3: avoid scheduler deadlockRob Clark2015-03-153-0/+45
* freedreno/ir3: bit of cleanupRob Clark2015-03-153-19/+23
* freedreno: fix slice pitch calculationsIlia Mirkin2015-03-131-1/+1
* freedreno/a3xx: use the same layer size for all slicesIlia Mirkin2015-03-131-1/+8
* nvc0: fix wrong max value for driver queriesSamuel Pitoiset2015-03-091-4/+3
* r600g: Use R600_MAX_VIEWPORTS instead of 16Alexandre Demers2015-03-095-12/+14
* r300g: fix sRGB->sRGB blitsMarek Olšák2015-03-091-0/+9
* r300g: fix a crash when resolving into an sRGB textureMarek Olšák2015-03-091-3/+5
* r300g: use memset for clearing the shader keyMarek Olšák2015-03-091-1/+2
* r300g: remove the broken SNORM->UNORM shader lowering passMarek Olšák2015-03-093-54/+0
* r300g: fix RGTC1 and LATC1 SNORM formatsMarek Olšák2015-03-092-31/+17