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
/
vulkan
/
anv_meta_blit2d.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv: Replace ::disable_scissor with ::use_rectlists
Nanley Chery
2016-04-13
1
-1
/
+0
*
anv: Delete anv_graphics_pipeline_create_info::disable_viewport
Nanley Chery
2016-04-13
1
-1
/
+0
*
anv/meta: Don't set the dynamic state for disabled operations
Nanley Chery
2016-04-13
1
-13
/
+1
*
anv/meta: Make clflushes conditional on !devinfo->has_llc
Jason Ekstrand
2016-04-08
1
-2
/
+4
*
anv/blit2d: Add support for W-tiled destinations
Jason Ekstrand
2016-04-08
1
-44
/
+322
*
anv/blit2d: Add another passthrough varying to the VS
Jason Ekstrand
2016-04-08
1
-0
/
+9
*
anv/image: Remove the offset parameter from image_view_init
Jason Ekstrand
2016-04-08
1
-2
/
+2
*
anv/blit2d: Add a bind_dst helper function
Jason Ekstrand
2016-04-08
1
-33
/
+55
*
anv/blit2d: Simplify create_iview
Jason Ekstrand
2016-04-08
1
-30
/
+25
*
anv/meta2d: Add support for blitting from W-tiled sources on gen7
Jason Ekstrand
2016-04-08
1
-49
/
+204
*
isl: Rework the get_intratile_offset function
Jason Ekstrand
2016-04-08
1
-5
/
+8
*
anv/blit2d: Refactor in preparation for different src/dst types
Jason Ekstrand
2016-04-08
1
-117
/
+232
*
anv/blit2d: Add layouts for using a texel buffer source
Jason Ekstrand
2016-04-08
1
-10
/
+49
*
anv/blit2d: Rename the descriptor set and pipeline layouts
Jason Ekstrand
2016-04-08
1
-10
/
+10
*
anv/blit2d: Enhance teardown and clean up init error paths
Jason Ekstrand
2016-04-08
1
-60
/
+57
*
anv/blit2d: Factor binding the source image into a helper
Jason Ekstrand
2016-04-08
1
-57
/
+82
*
anv/blit2d: Inline meta_emit_blit2d
Jason Ekstrand
2016-04-08
1
-191
/
+170
*
anv/blit2d: Pass the source pitch into the shader
Jason Ekstrand
2016-04-08
1
-8
/
+13
*
anv/blit2d: Break the texelfetch portion of shader building into a helper
Jason Ekstrand
2016-04-08
1
-23
/
+36
*
anv/blit2d: Fix whitespace
Jason Ekstrand
2016-04-08
1
-10
/
+10
*
anv/blit2d: Fix a NIR writemask
Jason Ekstrand
2016-04-08
1
-1
/
+1
*
anv/meta2d: Don't declare an array sampler in the fragment shader
Jason Ekstrand
2016-04-08
1
-4
/
+4
*
anv/blit2d: Remove the tex_dim parameter from copy_fragment_shader
Jason Ekstrand
2016-04-08
1
-4
/
+4
*
anv/blit2d: Add a function to create an ImageView
Nanley Chery
2016-03-25
1
-113
/
+83
*
Merge remote-tracking branch 'public/master' into vulkan
Jason Ekstrand
2016-03-24
1
-1
/
+1
*
anv/blit: Reduce number of VUE headers being read
Nanley Chery
2016-03-16
1
-1
/
+1
*
anv/blit2d: Only use one extent in meta_emit_blit2d
Nanley Chery
2016-03-16
1
-10
/
+8
*
anv/blit2d: Remove sampler from pipeline
Nanley Chery
2016-03-16
1
-14
/
+4
*
anv/blit2d: Use texel fetch in frag shader
Nanley Chery
2016-03-16
1
-25
/
+18
*
anv/blit2d: Customize meta blit structs and functions for blit2d API
Nanley Chery
2016-03-16
1
-90
/
+24
*
anv/blit2d: Copy anv_meta_blit.c functions
Nanley Chery
2016-03-16
1
-0
/
+597
*
anv/blit2d: Use the tiling enum for simplicity
Nanley Chery
2016-03-09
1
-4
/
+2
*
anv/meta: Prefix anv_ to meta_emit_blit()
Nanley Chery
2016-03-09
1
-1
/
+1
*
anv/meta: Split anv_meta_blit.c into three files
Nanley Chery
2016-03-09
1
-0
/
+213