index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
gen8/state: Fix QPitch for compressed textures on Broadwell
Jason Ekstrand
2016-01-27
1
-1
/
+14
*
anv/image: Use the entire image height for compressed meta blits
Jason Ekstrand
2016-01-27
1
-1
/
+1
*
anv/image: Enlarge the image level 0 extent
Nanley Chery
2016-01-27
1
-4
/
+4
*
anv/image: Minify before dividing by block dimensions
Jason Ekstrand
2016-01-27
1
-8
/
+8
*
anv/meta: Don't double-call choose_buffer_format
Jason Ekstrand
2016-01-27
1
-3
/
+2
*
anv/meta: Modify make_image_for_buffer()'s image
Nanley Chery
2016-01-27
1
-7
/
+10
*
anv/image: Use custom VkBufferImageCopy for iview initialization
Nanley Chery
2016-01-27
1
-3
/
+10
*
anv: Add offset parameter to anv_image_view_init()
Nanley Chery
2016-01-27
4
-15
/
+17
*
anv/meta: Calculate mip offset for compressed texture
Nanley Chery
2016-01-27
1
-3
/
+16
*
anv/meta: Disambiguate slice variable value
Nanley Chery
2016-01-27
1
-11
/
+12
*
gen8_state: use iview extent to program RENDER_SURFACE_STATE
Nanley Chery
2016-01-27
1
-2
/
+2
*
anv/image: Scale iview extent by backing image
Nanley Chery
2016-01-27
2
-3
/
+22
*
anv/meta: Set depth to 0 for buffer image in CopyBufferToImage()
Nanley Chery
2016-01-27
1
-2
/
+1
*
anv/meta: Use the uncompressed rectangle when blitting
Nanley Chery
2016-01-27
1
-9
/
+41
*
anv/image: Update usages of isl_surf_get_image_offset_sa
Nanley Chery
2016-01-27
1
-1
/
+1
*
anv: Put back code to grow shader scratch space
Kristian Høgsberg Kristensen
2016-01-27
1
-0
/
+4
*
anv: Update the device limits.
Kenneth Graunke
2016-01-26
1
-21
/
+17
*
gen7/cmd_buffer: SCISSOR_RECT structs are tightly packed
Jason Ekstrand
2016-01-26
1
-3
/
+3
*
anv/pipeline: Set MaximumVPIndex in 3DSTATE_CLIP
Jason Ekstrand
2016-01-26
2
-2
/
+4
*
anv/pipeline: Only lower input indirects if EmitNoIndirectInput is set
Jason Ekstrand
2016-01-26
1
-1
/
+3
*
anv/formats: Use is_power_of_two instead of is_rgb to determine renderability
Jason Ekstrand
2016-01-26
1
-1
/
+1
*
anv: Support swizzled formats.
Jordan Justen
2016-01-26
5
-24
/
+71
*
anv/image: Do swizzle remapping in anv_image.c
Jason Ekstrand
2016-01-26
5
-26
/
+27
*
HACK: Expose support for stencil blits
Jason Ekstrand
2016-01-26
1
-0
/
+2
*
genX/pipeline: Don't make vertex bindings with holes
Jason Ekstrand
2016-01-26
1
-6
/
+15
*
anv/cmd_buffer: Put base_instance in the second component
Jason Ekstrand
2016-01-26
2
-2
/
+2
*
anv/image: clflush surface state map in anv_fill_buffer_surface_state().
Francisco Jerez
2016-01-26
5
-17
/
+17
*
anv/image: clflush the right state map in anv_fill_image_surface_state().
Francisco Jerez
2016-01-26
2
-10
/
+10
*
anv/image: Upload raw buffer surface state for untyped storage image and texe...
Francisco Jerez
2016-01-26
1
-5
/
+26
*
anv/image: Fix image parameter initialization.
Francisco Jerez
2016-01-26
1
-8
/
+15
*
anv/image: Actually fill out brw_image_param structs
Jason Ekstrand
2016-01-26
1
-8
/
+83
*
anv/image_view: Add base mip and base layer fields
Jason Ekstrand
2016-01-26
2
-0
/
+4
*
gen7: Add support for base vertex/instance
Jason Ekstrand
2016-01-26
1
-0
/
+51
*
gen8: Add support for base vertex/instance
Jason Ekstrand
2016-01-26
2
-20
/
+87
*
genX/pipeline: Break emit_vertex_input out into common code
Jason Ekstrand
2016-01-26
3
-156
/
+107
*
anv: Remove long unused anv_aub.h
Kristian Høgsberg Kristensen
2016-01-26
1
-153
/
+0
*
anv: Dirty fragment shader descriptors in meta restore
Kristian Høgsberg Kristensen
2016-01-26
1
-1
/
+1
*
anv: Reemit STATE_BASE_ADDRESS after second level cmd buffers
Kristian Høgsberg Kristensen
2016-01-26
1
-0
/
+2
*
anv/meta: Fix sample mask in clear pipelines
Chad Versace
2016-01-26
1
-1
/
+1
*
HACK/i965: Default to scalar GS on BDW+
Jason Ekstrand
2016-01-25
1
-4
/
+0
*
gen7/state: Apply min/mag filters individually for samplers
Jason Ekstrand
2016-01-25
1
-5
/
+4
*
gen8/state: Apply min/mag filters individually for samplers
Ben Widawsky
2016-01-25
1
-5
/
+2
*
anv: Remove a few finished finishme
Kristian Høgsberg Kristensen
2016-01-25
1
-4
/
+7
*
anv: Remove stale assert
Kristian Høgsberg Kristensen
2016-01-25
1
-2
/
+0
*
anv/meta: Fix CopyBuffer when size matches HW limit
Nanley Chery
2016-01-25
1
-1
/
+1
*
anv: Don't use uninitialized barycentric_interp_modes
Kristian Høgsberg Kristensen
2016-01-25
1
-1
/
+2
*
anv: Disable fs dispatch for depth/stencil only pipelines
Kristian Høgsberg Kristensen
2016-01-25
3
-135
/
+138
*
anv/cmd_buffer: Zero out binding tables and samplers in state_reset
Jason Ekstrand
2016-01-22
1
-3
/
+5
*
anv/format: Add a helpful comment about format names
Jason Ekstrand
2016-01-22
1
-0
/
+5
*
anv/formats: Add support for 3 more formats
Jason Ekstrand
2016-01-22
1
-4
/
+4
[next]