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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
anv/descriptor_set: Add a type field in debug builds
Jason Ekstrand
2016-06-10
2
-0
/
+10
*
anv/descriptor_set: Set array_size to zero for non-existant descriptors
Jason Ekstrand
2016-06-10
1
-0
/
+1
*
anv/entrypoints: Stop using the C preprocessor
Jason Ekstrand
2016-06-07
1
-12
/
+2
*
anv/entrypoints: Emit #if guards for all platforms
Jason Ekstrand
2016-06-07
1
-10
/
+22
*
anv/pipeline: Add support for caching the push constant map
Jason Ekstrand
2016-06-06
1
-4
/
+29
*
anv/entrypoints: don't go using wayland/xcb unless they are configured
Dave Airlie
2016-06-05
1
-6
/
+9
*
anv/blit: Use CLAMP_TO_EDGE for scaled blits
Jason Ekstrand
2016-06-03
1
-0
/
+3
*
anv/copy: Account for the anv_surface.offset when creating a blit2d_surf
Jason Ekstrand
2016-06-03
1
-17
/
+17
*
anv/pipeline: Add support for early depth stencil
Jason Ekstrand
2016-06-03
2
-2
/
+17
*
anv/pipeline: Silently pass tests if depth or stencil is missing
Jason Ekstrand
2016-06-03
3
-3
/
+35
*
anv/pipeline: Unify gen7/8 emit_ds_state
Jason Ekstrand
2016-06-03
3
-85
/
+60
*
genxml/gen6,7,75: s/BackFace/Backface
Jason Ekstrand
2016-06-03
2
-2
/
+2
*
anv/pipeline: Refactor specialization constant handling a bit
Jason Ekstrand
2016-06-03
1
-5
/
+4
*
anv/clear: Handle ClearImage on 3-D images
Jason Ekstrand
2016-06-03
1
-2
/
+4
*
anv: add the X related and Wayland CFLAGS to VULKAN_ENTRYPOINT_CPPFLAGS
Emil Velikov
2016-06-04
1
-0
/
+2
*
i965: Remove old CS local ID handling
Jordan Justen
2016-06-01
1
-4
/
+1
*
anv: Support new local ID generation & cross-thread constants
Jordan Justen
2016-06-01
4
-48
/
+42
*
i965: Store number of threads in brw_cs_prog_data
Jordan Justen
2016-06-01
6
-12
/
+8
*
i965: Add uniform for a CS thread local base ID
Jordan Justen
2016-06-01
1
-0
/
+4
*
anv: let anv_entrypoints_gen.py generate proper Wayland/Xcb guards
Emil Velikov
2016-05-31
1
-0
/
+28
*
automake: move the git_sha1.h rule a level up
Emil Velikov
2016-05-30
1
-1
/
+1
*
anv: automake: don't forget to cleanup dev_icd.json
Emil Velikov
2016-05-30
1
-1
/
+1
*
anv: automake: bring back VULKAN_ENTRYPOINT_CPPFLAGS
Emil Velikov
2016-05-30
1
-2
/
+6
*
anv: automake: ship the json files in the release tarball
Emil Velikov
2016-05-30
1
-1
/
+3
*
anv: bail out if anv_wsi_init() fails
Emil Velikov
2016-05-30
1
-1
/
+3
*
anv: resolve wayland-only build
Emil Velikov
2016-05-30
1
-0
/
+2
*
anv: Fix use of uninitialized variable.
Robert Foss
2016-05-30
1
-2
/
+6
*
anv/cmd_buffer: Don't delete command buffers in ResetCommandPool()
Ronie Salgado
2016-05-27
1
-19
/
+18
*
anv: Try the first 8 render nodes instead of just renderD128
Jason Ekstrand
2016-05-27
1
-4
/
+10
*
anv: strdup the device path into the physical device
Jason Ekstrand
2016-05-27
2
-2
/
+4
*
anv/formats: Exit early for unsupported formats
Jason Ekstrand
2016-05-27
1
-2
/
+3
*
anv/formats: Map VK_FORMAT_UNDEFINED to ISL_FORMAT_UNSUPPORTED
Jason Ekstrand
2016-05-27
1
-1
/
+1
*
anv/clear: Remove an unused variable
Jason Ekstrand
2016-05-27
1
-1
/
+0
*
anv: Emit DRAWING_RECTANGLE once at driver initialization
Jason Ekstrand
2016-05-27
2
-13
/
+9
*
anv/cmd_buffer: Only emit PIPE_CONTROL on-demand
Jason Ekstrand
2016-05-27
6
-70
/
+140
*
anv/clear: Only clear the render area when doing subpass clears
Jason Ekstrand
2016-05-27
3
-4
/
+3
*
anv: Move push constant allocation to the command buffer
Jason Ekstrand
2016-05-27
5
-44
/
+71
*
anv: Stop linking against libmesa.la and libdri_test_stubs.la
Jason Ekstrand
2016-05-26
2
-4
/
+3
*
anv/formats: Use isl_format_supports* for format introspection
Jason Ekstrand
2016-05-23
1
-22
/
+19
*
anv/formats: Make alpha blending a property of render targets
Nanley Chery
2016-05-23
1
-4
/
+2
*
anv: remove define _DEFAULT_SOURCE
Emil Velikov
2016-05-23
3
-6
/
+0
[next]