summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv/allocator: Add a size field to bo_pool_allocJason Ekstrand2016-03-184-6/+11
* Merge remote-tracking branch 'origin/master' into vulkanJordan Justen2016-03-171-6/+0
* anv/blit: Reduce number of VUE headers being readNanley Chery2016-03-162-2/+2
* anv/blit: Remove completed finishme for VkFilterNanley Chery2016-03-161-2/+0
* anv/blit2d: Only use one extent in meta_emit_blit2dNanley Chery2016-03-161-10/+8
* anv/blit2d: Remove sampler from pipelineNanley Chery2016-03-161-14/+4
* anv/blit2d: Use texel fetch in frag shaderNanley Chery2016-03-161-25/+18
* Revert "anv/meta: Make meta_emit_blit() public"Nanley Chery2016-03-162-12/+1
* Revert "anv/meta: Prefix anv_ to meta_emit_blit()"Nanley Chery2016-03-162-3/+3
* anv/blit2d: Customize meta blit structs and functions for blit2d APINanley Chery2016-03-163-90/+41
* anv/blit2d: Copy anv_meta_blit.c functionsNanley Chery2016-03-162-0/+600
* anv/device: Flush the fence batch rather than the start of the BOJason Ekstrand2016-03-151-1/+1
* anv/gen7: Add stall and flushes before switching pipelinesJordan Justen2016-03-121-0/+24
* anv: Add flush_pipeline_before_pipeline_selectJordan Justen2016-03-121-13/+22
* anv/genX: Add flush_pipeline_select_gpgpuJordan Justen2016-03-124-27/+30
* HACK: Don't re-configure L3$ in render stages pre-BDWJason Ekstrand2016-03-121-0/+11
* anv/x11: Reset the SHM fence before presenting the pixmapJason Ekstrand2016-03-111-0/+2
* anv/x11: Add present supportKristian Høgsberg Kristensen2016-03-112-43/+148
* anv/x11: Split image creation into a helper functionJason Ekstrand2016-03-111-108/+142
* anv/wsi: Throttle rendering to no more than 2 frames aheadJason Ekstrand2016-03-112-0/+42
* anv/gem: Use C99-style struct initializers for DRM structsJason Ekstrand2016-03-111-99/+76
* isl/surface_state: Set the clear colorJason Ekstrand2016-03-101-12/+13
* genxml/gen75: Add the clear color bits to RENDER_SURFACE_STATEJason Ekstrand2016-03-101-0/+4
* isl: Add more helpers for determining if a format is an integer formatJason Ekstrand2016-03-102-0/+24
* isl: Remove redundant checkJason Ekstrand2016-03-101-2/+1
* anv/blit2d: Use the tiling enum for simplicityNanley Chery2016-03-091-4/+2
* anv/meta: Prefix anv_ to meta_emit_blit()Nanley Chery2016-03-093-4/+4
* anv/meta: Split anv_meta_blit.c into three filesNanley Chery2016-03-094-606/+662
* anv/meta: Make meta_emit_blit() publicNanley Chery2016-03-092-1/+12
* anv/meta: Store src and dst usage flags in a variableNanley Chery2016-03-091-4/+6
* anv/meta: Minimize height of images used for copiesNanley Chery2016-03-091-2/+12
* anv/cmd_buffer: Pull the core of flush_state into genX_cmd_bufferJason Ekstrand2016-03-084-276/+185
* anv/cmd_buffer: Split flush_state into two functionsJason Ekstrand2016-03-083-2/+21
* anv: Pull all of the genX_foo functions into anv_genX.hJason Ekstrand2016-03-082-141/+79
* anv/meta_clear: Use repclear againJason Ekstrand2016-03-081-4/+5
* anv/pipeline: Unconditionally emit PS_BLEND on gen8+Jason Ekstrand2016-03-081-18/+14
* anv: Compact render targetsJason Ekstrand2016-03-084-42/+104
* anv/pipeline: Move binding table setup to its own helperJason Ekstrand2016-03-071-21/+18
* anv: Store CPU-side fence information in the BOJason Ekstrand2016-03-071-18/+15
* anv/allocator: Better casting in PFL macrosJason Ekstrand2016-03-071-2/+2
* anv/allocator: Move the alignment assert for the pointer free listJason Ekstrand2016-03-071-1/+6
* anv/bo_pool: Allow freeing BOs where the anv_bo is in the BO itselfJason Ekstrand2016-03-071-4/+6
* anv/device: Up device limits for 3D and array texture dimensionsNanley Chery2016-03-071-2/+2
* anv/device: Actually free the CPU-side fence struct againJason Ekstrand2016-03-071-0/+1
* anv: Quiet pTessellationState warningKristian Høgsberg Kristensen2016-03-061-3/+3
* anv: Create fences from the batch BO poolJason Ekstrand2016-03-061-8/+2
* anv: Emit null render targetsJason Ekstrand2016-03-053-13/+82
* anv/pipeline: Handle null wm_prog_data in 3DSTATE_CLIPJason Ekstrand2016-03-051-2/+2
* anv: Fix rebase errorKristian Høgsberg Kristensen2016-03-051-2/+2
* anv: Turn pipeline cache on by defaultKristian Høgsberg Kristensen2016-03-051-2/+3