summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-04i965: Handle Y-tile modifier using new infraimage_ccs_alloc_fbmodsBen Widawsky2-13/+38
2016-11-04Add stubbed create with modifiersBen Widawsky3-1/+46
2016-11-04gbm: Plumb modifiers into surface/bo creationBen Widawsky6-9/+57
2016-11-04gbm: Add compression to modifiersBen Widawsky3-5/+15
2016-11-04i965: aux_mt can have a non-zero offset nowBen Widawsky1-1/+0
2016-11-04i965: Allow images with aux buffersBen Widawsky1-6/+19
2016-11-01i965: Add non-msrt mcs array/mipmap alignment restrictionsTopi Pohjolainen4-21/+96
2016-11-01i965/miptree: Allocate mt earlier in update winsysBen Widawsky3-20/+30
2016-11-01i965/miptree: Add a return for updating of winsysBen Widawsky3-10/+12
2016-11-01i965: Set up a second "fake" miptree for aux CCS_EBen Widawsky1-12/+40
2016-11-01i965/miptree: Add a helper function for image creationBen Widawsky4-19/+50
2016-11-01i965: Keep track of where the aux buffer isBen Widawsky2-0/+9
2016-11-01i965: Round up the image size for compressedBen Widawsky1-3/+28
2016-11-01i965: Split out image allocation (for ccs)Ben Widawsky1-0/+36
2016-11-01i965: Query renderbuffer compression support from DRMBen Widawsky2-0/+7
2016-11-01i965: Bring back always Y-tiled on SKL+Ben Widawsky3-5/+23
2016-11-01gbm: Get tiling properties from DRIBen Widawsky5-0/+58
2016-11-01dri: Add vendor and tiling attributesBen Widawsky2-2/+16
2016-11-01i965/dri: Store the screen associated with the imageBen Widawsky2-6/+11
2016-11-01gbm: Allowing querying a specific plane's offsetBen Widawsky5-0/+33
2016-11-01gbm: Expose offset getter for a planeBen Widawsky3-1/+11
2016-11-01gbm: Actually get the stride from the planeBen Widawsky1-1/+31
2016-11-01gbm: Create a gbm_device getter for strideBen Widawsky3-1/+9
2016-11-01gbm: Fix width height getters return type (trivial)Ben Widawsky1-2/+2
2016-11-01gbm: Move getters to match order in header file (trivial)Ben Widawsky1-11/+11
2016-11-01i965: Use already assigned local variable (trivial)Ben Widawsky1-2/+2
2016-11-01anv/device: Return DEVICE_LOST if execbuf2 failsJason Ekstrand1-6/+4
2016-11-01i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputsAntia Puentes5-22/+20
2016-11-01radv: drop some unused cmask info members.Dave Airlie2-8/+0
2016-10-31intel: aubinator: fix printing missing gen optionLionel Landwerlin1-2/+2
2016-10-31intel: aubinator: fix assumptions on amount of required dataLionel Landwerlin1-1/+5
2016-10-31intel: aubinator: don't print out blocks twiceLionel Landwerlin1-1/+0
2016-10-31i965: Move gen8_disable_stages to brw_upload_initial_gpu_stateNanley Chery4-56/+13
2016-10-31i965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_invariant_stateNanley Chery3-36/+10
2016-10-31st/omx/dec: disable tunnel for size different caseLeo Liu3-1/+11
2016-10-31st/omx/dec: result buffers size should match codec decoder sizeLeo Liu3-19/+18
2016-10-31swr: [rasterizer] added EventHandlerFile contructorGeorge Kyriazis1-1/+6
2016-10-31swr: [rasterizer core] Frontend dependency workGeorge Kyriazis3-2/+18
2016-10-31swr: [rasterizer core] Refactor/cleanup backendsGeorge Kyriazis2-360/+351
2016-10-31swr: [rasterizer core] Remove deprecated simd intrinsicsGeorge Kyriazis4-990/+1
2016-10-31swr: [rasterizer archrast] Add thread tags to event files.George Kyriazis5-4/+24
2016-10-31glsl: use a non-malloc'd storage for short ir_variable namesMarek Olšák3-3/+22
2016-10-31glsl: use the linear allocator in opt_constant_propagationMarek Olšák1-3/+11
2016-10-31glsl: use the linear allocator in opt_copy_propagationMarek Olšák1-1/+6
2016-10-31glsl: use the linear allocator in opt_copy_propagation_elementsMarek Olšák1-4/+11
2016-10-31glsl: use the linear allocator in opt_dead_code_localMarek Olšák1-3/+9
2016-10-31glsl: use the linear allocator in glsl_symbol_tableMarek Olšák1-8/+8
2016-10-31glsl: use the linear allocator for ast_node and derived classesMarek Olšák6-113/+114
2016-10-31glsl/lexer: use the linear allocatorMarek Olšák3-8/+12
2016-10-31glcpp: use the linear allocator for most objectsMarek Olšák3-118/+91