index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Add a stub for CmdCopyQueryPoolResults on Ivy Bridge
Jason Ekstrand
2016-07-13
1
-0
/
+13
*
isl/state: Add support for handling auxiliary surfaces
Jason Ekstrand
2016-07-13
2
-2
/
+48
*
isl: Add an auxiliary surface usage enum
Jason Ekstrand
2016-07-13
1
-0
/
+26
*
isl: Add support for color control surfaces
Jason Ekstrand
2016-07-13
6
-0
/
+102
*
isl: Add support for multisample compression surfaces
Jason Ekstrand
2016-07-13
3
-0
/
+15
*
isl: Add support for HiZ surfaces
Jason Ekstrand
2016-07-13
7
-3
/
+63
*
isl: Kill off isl_format_layout::bs
Jason Ekstrand
2016-07-13
7
-22
/
+21
*
isl: Take bpb rather than bs in tiling_get_info
Jason Ekstrand
2016-07-13
2
-6
/
+6
*
isl: Use bpb in a few places where it's more natural than bs
Jason Ekstrand
2016-07-13
4
-6
/
+6
*
isl: Use bpb for determining YUV image padding
Jason Ekstrand
2016-07-13
1
-1
/
+1
*
isl: Bring back isl_format_layout::bpb
Jason Ekstrand
2016-07-13
2
-2
/
+4
*
isl: Change the physical size of a W-tile to 128x32
Jason Ekstrand
2016-07-13
4
-19
/
+15
*
isl: Rework the way we define tile sizes.
Jason Ekstrand
2016-07-13
2
-81
/
+137
*
isl: Rework the way we handle surface padding
Jason Ekstrand
2016-07-13
1
-27
/
+25
*
isl: Use ARRAY_PITCH_SPAN_FULL for depth/stencil surfaces on gen7
Jason Ekstrand
2016-07-13
1
-1
/
+1
*
isl: Stop multiplying height by block size
Jason Ekstrand
2016-07-13
1
-2
/
+2
*
isl: Get rid of tiling_get_extent
Jason Ekstrand
2016-07-13
2
-17
/
+0
*
anv/pipeline: Assert that the number of uniforms from NIR fits
Jason Ekstrand
2016-07-13
1
-0
/
+1
*
anv/dump: Fix post-blit memory barrier
Chad Versace
2016-07-09
1
-2
/
+2
*
anv/dump: Fix vkCmdPipelineBarrier flags
Chad Versace
2016-07-09
1
-1
/
+1
*
anv/dump: Add support for dumping framebuffers
Jason Ekstrand
2016-07-09
3
-0
/
+158
*
anv/dump: Add a barrier for the source image
Jason Ekstrand
2016-07-09
1
-0
/
+22
*
anv/dump: Refactor the guts into helpers
Jason Ekstrand
2016-07-09
1
-85
/
+139
*
anv/dump: Use anv_minify instead of hand-rolling it
Jason Ekstrand
2016-07-09
1
-5
/
+4
*
anv/dump: Take an aspect in dump_image_to_ppm
Jason Ekstrand
2016-07-09
2
-3
/
+10
*
anv: gitignore anv_timestamp.h
Chad Versace
2016-07-06
1
-0
/
+1
*
anv: vulkan: remove the anv_device.$(OBJEXT) rule
Emil Velikov
2016-07-06
2
-4
/
+3
*
anv: automake: indent with tabs and not spaces
Emil Velikov
2016-07-05
1
-4
/
+4
*
anv: use cache uuid based on the build timestamp.
Emil Velikov
2016-07-05
2
-3
/
+11
*
anv/wsi: create swapchain images using specified image usage
Lionel Landwerlin
2016-07-04
2
-4
/
+9
*
Android: add missing u_math.h include path for libmesa_isl
Rob Herring
2016-06-28
1
-0
/
+2
*
anv: Add anv_render_pass_attachment::store_op
Chad Versace
2016-06-23
2
-2
/
+2
*
anv: Use different BOs for different scratch sizes and stages
Jason Ekstrand
2016-06-22
7
-55
/
+32
*
genxml: Make ScratchSpaceBasePointer an address instead of an offset
Jason Ekstrand
2016-06-22
8
-38
/
+59
*
anv: Add an allocator for scratch buffers
Jason Ekstrand
2016-06-22
2
-0
/
+89
*
genxml: Put append counter fields before MCS in RENDER_SURFACE_STATE on gen7
Jason Ekstrand
2016-06-22
2
-4
/
+4
*
anv,isl: Lower storage image formats in anv
Jason Ekstrand
2016-06-22
2
-7
/
+4
*
isl/state: Allow for full 31-bit buffer texture sizes
Jason Ekstrand
2016-06-22
1
-1
/
+1
*
isl/state: Don't use designated initializers for buffer surface state
Jason Ekstrand
2016-06-22
1
-23
/
+23
*
isl/state: Add assertions for buffer surface restrictions
Jason Ekstrand
2016-06-22
1
-0
/
+11
*
isl/state: Don't set SurfacePitch for gen9 1-D textures
Jason Ekstrand
2016-06-22
1
-0
/
+3
*
isl/state: Use TILEWALK_XMAJOR for linear surfaces on gen7
Jason Ekstrand
2016-06-22
1
-2
/
+2
*
isl/state: Emit no-op mip tail setup on SKL
Jason Ekstrand
2016-06-22
1
-0
/
+8
*
isl/state: Only set cube face enables if usage includes CUBE_BIT
Jason Ekstrand
2016-06-22
1
-7
/
+9
*
isl/state: Use the layout for computing qpitch rather than dimensions
Jason Ekstrand
2016-06-22
1
-19
/
+15
*
isl/state: Set the IntegerSurfaceFormat bit on Haswell
Jason Ekstrand
2016-06-22
1
-0
/
+4
*
isl/format: Mark R9G9B9E5 as containing 9-bit unsigned float channels
Jason Ekstrand
2016-06-22
1
-1
/
+1
*
isl/state: Don't set RenderTargetViewExtent for texture surfaces
Jason Ekstrand
2016-06-22
1
-4
/
+18
*
isl/state: Set SurfaceArray based on the surface dimension
Jason Ekstrand
2016-06-22
1
-1
/
+1
*
isl/state: Don't force-disable L2 bypass for everything
Jason Ekstrand
2016-06-22
1
-5
/
+0
[next]