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: 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
*
isl/state: Refactor the setup of clear colors
Jason Ekstrand
2016-06-22
1
-18
/
+22
*
isl/state: Refactor the per-gen isl_to_gen_h/valign tables
Jason Ekstrand
2016-06-22
1
-6
/
+8
*
isl/state: Return an extent3d from the halign/valign helper
Jason Ekstrand
2016-06-22
1
-22
/
+11
*
isl/state: Put pitch calculations together
Jason Ekstrand
2016-06-22
1
-22
/
+20
*
isl/state: Put all dimension setup together and towards the top
Jason Ekstrand
2016-06-22
1
-80
/
+74
*
isl/state: Put surface format setup at the top
Jason Ekstrand
2016-06-22
1
-7
/
+7
*
isl/state: Remove some unused fields
Jason Ekstrand
2016-06-22
1
-9
/
+0
*
isl/state: Don't use designated initializers for the surface state
Jason Ekstrand
2016-06-22
1
-47
/
+48
*
genxml/gen8,9: Prefix the multisample format enum with MSFMT
Jason Ekstrand
2016-06-22
3
-12
/
+4
*
anv/cmd: Dirty descriptor sets when a new pipeline is bound
Jason Ekstrand
2016-06-21
1
-0
/
+6
*
anv/cmd: Move emit_descriptor_pointers to genX_cmd_buffer.c
Jason Ekstrand
2016-06-21
3
-46
/
+42
*
anv/cmd: Move flush_descriptor_sets to anv_cmd_buffer.c
Jason Ekstrand
2016-06-21
4
-50
/
+50
*
anv: Add proper support for depth clamping
Jason Ekstrand
2016-06-20
8
-10
/
+22
*
anv/cmd_buffer: Split emit_viewport in two
Jason Ekstrand
2016-06-20
3
-13
/
+30
*
anv/cmd_buffer: Set depth/stencil extent based on the image
Jason Ekstrand
2016-06-20
1
-5
/
+5
*
anv/cmd_buffer: Don't crash if push constants are provided for missing stages
Jason Ekstrand
2016-06-20
1
-1
/
+1
*
anv/pipeline: Do invariance propagation on SPIR-V shaders
Jason Ekstrand
2016-06-20
1
-0
/
+3
*
anv: Fix a harmless overflow warning
Chad Versace
2016-06-15
1
-1
/
+1
*
isl: Replace bash generator with python generator
Dylan Baker
2016-06-13
4
-137
/
+217
*
anv/pipeline: Don't dereference NULL dynamic state pointers
Nanley Chery
2016-06-13
1
-22
/
+48
*
anv: Document and rename anv_pipeline_init_dynamic_state()
Nanley Chery
2016-06-13
1
-3
/
+16
*
i965: Fix shared local memory size for Gen9+.
Kenneth Graunke
2016-06-12
2
-18
/
+2
*
anv/entrypoints: Rework #if guards
Jason Ekstrand
2016-06-10
1
-7
/
+9
*
anv/entrypoints: Use the function pointer types provided by vulkan.h
Jason Ekstrand
2016-06-10
1
-1
/
+1
*
anv: Remove the PhysicalDeviceLimits FINISHME
Jason Ekstrand
2016-06-10
1
-2
/
+0
*
anv/pipeline_cache: Allow for an zero-sized cache
Jason Ekstrand
2016-06-10
1
-1
/
+4
*
anv/pipeline: Store the (set, binding, index) tripple in the bind map
Jason Ekstrand
2016-06-10
5
-15
/
+25
*
anv/descriptor_set: Ensure that bindings are always in increasing order
Jason Ekstrand
2016-06-10
1
-0
/
+13
[next]