aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/swr: add OpenSWR rasterizerTim Rowley2016-03-0288-0/+48234
* gallium/swr: add OpenSWR driverTim Rowley2016-03-0223-0/+5718
* gk110/ir: fix wrong emission of NOT modifier for VOTESamuel Pitoiset2016-03-021-1/+1
* gallium/cso: fix indentationThomas Hindoe Paaboel Andersen2016-03-021-4/+4
* gallium: fix PIPE_BIND_QUERY_BUFFER - PIPE_BIND_SCANOUT overlapMarek Olšák2016-03-021-3/+3
* freedreno/ir3: enable shareable shadersRob Clark2016-03-015-8/+12
* freedreno/ir3: pass ctx to constant-emit codeRob Clark2016-03-014-25/+21
* freedreno/ir3: add dev ptr to ir3_compilerRob Clark2016-03-016-8/+10
* virgl: add support for passing render condition flags to host.Dave Airlie2016-03-012-1/+5
* r600g: remove support for DRM < 2.12.0Marek Olšák2016-03-016-68/+16
* r300g: remove support for DRM < 2.12.0Marek Olšák2016-03-015-76/+7
* winsys/radeon: drop support for DRM 2.12.0 (kernel < 3.2)Marek Olšák2016-03-012-40/+18
* radeonsi: also dump shaders on a VM faultMarek Olšák2016-03-011-2/+1
* radeonsi: dump full shader disassemblies into ddebug logsMarek Olšák2016-03-011-9/+9
* radeonsi: allow dumping shader disassemblies to a fileMarek Olšák2016-03-013-22/+29
* radeonsi: use re-ZMarek Olšák2016-03-013-6/+21
* tgsi/scan: count memory instructionsMarek Olšák2016-03-012-0/+20
* st/nine: Fix second Multithreading issue with MANAGED buffersAxel Davy2016-02-291-0/+3
* st/nine: Fix Multithreading issue with MANAGED buffersAxel Davy2016-02-291-2/+6
* st/nine: Handle READONLY for buffer MANAGED poolAxel Davy2016-02-291-7/+10
* st/nine: Use Position input helper for ps3 declared inputsAxel Davy2016-02-291-0/+7
* st/nine: Introduce helper for Position shader inputAxel Davy2016-02-291-16/+15
* st/clover: Add libelf cflags to the buildKoop Mast2016-02-292-3/+1
* r600: Make enum alu_op_flags unsignedRob Herring2016-02-291-8/+8
* gallium/radeon: Add space between string literal and identifierRob Herring2016-02-291-1/+1
* freedreno: drop unnecessary -Wno-packed-bitfield-compatRob Herring2016-02-291-2/+2
* Android: clean-up and fix DRI module path handlingRob Herring2016-02-291-1/+2
* Android: fix build break from nir/glsl move to compiler/Rob Herring2016-02-295-6/+13
* gallium/radeon: disable evergreen_do_fast_color_clear for BEOded Gabbay2016-02-291-0/+5
* gallium/r600: Don't let h/w do endian swap for colorformatOded Gabbay2016-02-291-0/+7
* gallium/radeon: remove separate BE path in r600_translate_colorswapOded Gabbay2016-02-291-12/+1
* nv50/ir: emit VOTE instructionSamuel Pitoiset2016-02-286-0/+83
* gk110/ir: add ld lock/st unlock emissionSamuel Pitoiset2016-02-281-2/+28
* nv50,nvc0: bump minimum texture buffer offset alignmentIlia Mirkin2016-02-272-2/+2
* nvc0: rework nvc0_compute_validate_program()Samuel Pitoiset2016-02-266-44/+20
* nvc0: make sure to validate compute global buffers on FermiSamuel Pitoiset2016-02-261-1/+3
* nvc0: move nvc0_validate_global_residents() to nvc0_compute.cSamuel Pitoiset2016-02-264-19/+17
* virgl: add missing CAP turned off.Dave Airlie2016-02-261-0/+3
* st/nine: don't forget to bundle the nine_limits.h fileEmil Velikov2016-02-251-0/+1
* gallium/radeon: return correct values for BE in r600_translate_colorswapOded Gabbay2016-02-251-4/+4
* gallium: remove duplicate define from enum pipe_formatOded Gabbay2016-02-251-1/+0
* gallium/radeon: Correctly translate colorswaps for big endianOded Gabbay2016-02-231-0/+11
* tgsi/scan: handle holes between VS inputs, assert-fail in other casesMarek Olšák2016-02-231-1/+9
* nvc0: rename 3d binding points to NVC0_BIND_3D_XXXSamuel Pitoiset2016-02-229-63/+64
* nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXXSamuel Pitoiset2016-02-228-133/+133
* nvc0: prefix compute macros with _CP_ instead of _COMPUTE_Samuel Pitoiset2016-02-224-4/+4
* nvc0: rename NVXX_COMPUTE to NVXX_CPSamuel Pitoiset2016-02-225-117/+117
* nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3dSamuel Pitoiset2016-02-228-64/+64
* nvc0/ir: add missing emission of locked load predicateSamuel Pitoiset2016-02-221-0/+7
* nvc0/ir: add ld lock/st unlock emission on GK104Samuel Pitoiset2016-02-221-10/+25