summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv/gen7: Save kernel command parser versionJordan Justen2016-03-282-0/+12
* anv: Invalidate state cache before L3 partitioning set-up.Jordan Justen2016-03-282-0/+2
* anv: Fix cache pollution race during L3 partitioning set-up.Jordan Justen2016-03-282-20/+52
* anv/blit2d: Add a function to create an ImageViewNanley Chery2016-03-251-113/+83
* anv/image: Enable specifying a surface's minimum pitchNanley Chery2016-03-251-1/+1
* anv: Use genxml register support for L3 Cache configJordan Justen2016-03-252-38/+48
* genxml: Add L3 Cache Control register definitionsJordan Justen2016-03-244-0/+69
* anv: Add genxml register supportJordan Justen2016-03-241-0/+9
* genxml: Add register supportJordan Justen2016-03-241-19/+43
* Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-03-245-7/+8
* anv: Sanitize Image extents and offsetsNanley Chery2016-03-244-45/+106
* anv/device: Advertise version 1.0.5Jason Ekstrand2016-03-221-1/+1
* anv/device: Ignore the patch portion of the requested API versionJason Ekstrand2016-03-221-1/+1
* anv: Don't assert-fail if someone asks for a non-existent entrypointJason Ekstrand2016-03-221-1/+0
* anv/batch_chain: Fall back to growing batches when chaining isn't availableJason Ekstrand2016-03-213-2/+70
* anv/allocator: Make the bo_pool dynamically sizedJason Ekstrand2016-03-183-28/+32
* 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