summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-27i965: Handle compression modifiermodifiersv7Ben Widawsky1-1/+19
2017-02-27i965: Remove scanout restriction from lossless compressionBen Widawsky1-2/+1
2017-02-27i965/miptree: Remove dead code assertionBen Widawsky1-8/+0
2017-02-27i965: Use partial resolves for CCS buffers being scanned outBen Widawsky2-2/+10
2017-02-27i965: Add new resolve hints full and partialBen Widawsky2-2/+5
2017-02-27i965: Plumb resolve hints from miptrees to blorpBen Widawsky3-4/+6
2017-02-27i965: Change resolve flags to enumBen Widawsky4-21/+25
2017-02-27i965: Make CCS stride match kernel's expectationsBen Widawsky1-1/+4
2017-02-27i965: Pretend that CCS modified images are two planesBen Widawsky1-15/+24
2017-02-27i965/miptree: Allocate mt earlier in update winsysBen Widawsky4-28/+29
2017-02-27i965/miptree: Add a return for updating of winsysBen Widawsky3-10/+14
2017-02-27i965: Add logic for allocating BO with CCSBen Widawsky1-4/+30
2017-02-27i965: Allocate tile aligned heightBen Widawsky1-1/+4
2017-02-27i965: Support all known modifiersBen Widawsky1-0/+2
2017-02-27i965: Restructure CCS disablingBen Widawsky3-9/+23
2017-02-23i965/miptree: Allocate mcs_buf for an image's CCS_EBen Widawsky1-11/+80
2017-02-23i965/miptree: Add a helper function for image creationBen Widawsky4-19/+50
2017-02-23i965: Bump the image extension version numberBen Widawsky1-1/+1
2017-02-23i965: Support images with offset aux buffersBen Widawsky2-0/+8
2017-02-23i965: Separate image allocation with modifiersBen Widawsky1-15/+49
2017-02-23gbm: Get modifiers from DRIBen Widawsky6-0/+66
2017-02-23i965: Handle X tiled modifierBen Widawsky1-2/+14
2017-02-23i965: Handle Y-tile modifierBen Widawsky1-6/+49
2017-02-23i965: Handle the linear fb modifierBen Widawsky2-7/+28
2017-02-23gbm: Introduce modifiers into surface/bo creationBen Widawsky7-15/+119
2017-02-23dri: Add an image creation with modifiersBen Widawsky3-2/+58
2017-02-23i965/dri: Store the screen associated with the imageBen Widawsky2-6/+11
2017-02-23gbm: Export a per plane getter for offsetBen Widawsky5-0/+53
2017-02-23gbm: Export a per plane getter for strideBen Widawsky4-7/+57
2017-02-23gbm: Create a gbm_device getter for strideBen Widawsky3-1/+9
2017-02-23gbm: Export a getter for per plane handlesBen Widawsky5-0/+58
2017-02-23gbm: Export a plane getter functionBen Widawsky5-0/+42
2017-02-23isl/state: fix assert on raw buffer surface state minimum sizeSamuel Iglesias Gonsálvez1-1/+1
2017-02-23glsl: enable early_fragment_tests implicitly with post_depth_coverageIago Toral Quiroga1-1/+1
2017-02-23glsl: refactor get_variable_being_redeclared() to return always an ir_variabl...Samuel Iglesias Gonsálvez1-27/+34
2017-02-23glsl: fix heap-use-after-free in ast_declarator_list::hir()Samuel Iglesias Gonsálvez1-2/+4
2017-02-18st/wgl: flush with ST_FLUSH_WAIT before releasing shared contextsCharmaine Lee2-2/+15
2017-02-18st: add ST_FLUSH_WAIT to st_context_flush()Charmaine Lee2-0/+8
2017-02-23radv/ac: handle gs->copy shader clip distances.Dave Airlie1-13/+68
2017-02-23radv/ac: pass clips properly from vertex->geometry shader stages.Dave Airlie1-6/+40
2017-02-23radv/ac: rename num clips/cull to output clips/cullsDave Airlie1-10/+10
2017-02-23vulkan/wsi: move image count to shared structure.Dave Airlie3-26/+24
2017-02-23radeon: fix r600 builds when old version of llvm is presentTimothy Arceri1-2/+2
2017-02-22vulkan: Fix gen_enum_to_str in out of tree buildsDylan Baker1-1/+5
2017-02-22anv/Makefile: Gather all the genX files into one placeJason Ekstrand1-22/+9
2017-02-23r600/radeonsi: enable glsl/tgsi on-disk cacheTimothy Arceri2-0/+46
2017-02-23st/mesa: get on-disk shader cacheTimothy Arceri1-0/+3
2017-02-23ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughsTimothy Arceri3-0/+39
2017-02-23gallium: add get_disk_shader_cache() callbackTimothy Arceri2-0/+19
2017-02-23st/mesa: implement a tgsi on-disk shader cacheTimothy Arceri5-6/+481