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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/blorp: Add a flag to make blorp not re-emit dept/stencil buffers
Jason Ekstrand
2016-10-14
4
-12
/
+26
*
intel/blorp: Add an entrypoint for clearing depth and stencil
Jason Ekstrand
2016-10-14
2
-0
/
+79
*
intel/blorp: Emit a NULL render target for depth/stencil-only operations
Jason Ekstrand
2016-10-14
1
-5
/
+44
*
intel/blorp: Allow for running without a PS on gen8+
Jason Ekstrand
2016-10-14
1
-18
/
+24
*
intel/blorp: Add an "enabled" bit to surface_info
Jason Ekstrand
2016-10-14
3
-15
/
+19
*
intel/blorp: Emit more complete DEPTH_STENCIL state
Jason Ekstrand
2016-10-14
2
-11
/
+47
*
intel/blorp: Unify the DEPTH_STENCIL emit code across gens
Jason Ekstrand
2016-10-14
1
-12
/
+15
*
intel/blorp: Simplify depth/stencil config
Jason Ekstrand
2016-10-14
1
-15
/
+5
*
intel/blorp: Set QPitch for depth and HiZ on gen8+
Jason Ekstrand
2016-10-14
1
-0
/
+9
*
intel/blorp: Add support for binding an actual stencil buffer
Jason Ekstrand
2016-10-14
2
-34
/
+79
*
intel/blorp: Move CLEAR_PARAMS setup into emit_depth_stencil_config
Jason Ekstrand
2016-10-14
1
-11
/
+12
*
intel/genxml: Add a uint MOCS field to 3DSTATE_STENCIL_BUFFER
Jason Ekstrand
2016-10-14
5
-0
/
+5
*
intel/blorp: Make the Z component of the primitive adjustable
Jason Ekstrand
2016-10-14
2
-6
/
+7
*
aubinator: replace pragma once with ifndef guard
Emil Velikov
2016-10-14
1
-1
/
+4
*
anv: error out if anv_genX.h is included by !anv_private.h
Emil Velikov
2016-10-14
1
-1
/
+5
*
anv: use correct header guards
Emil Velikov
2016-10-14
7
-5
/
+29
*
intel/genxml: use correct header guards
Emil Velikov
2016-10-14
3
-10
/
+22
*
intel/common: use correct header guards
Emil Velikov
2016-10-14
3
-2
/
+14
*
intel/blorp: use correct header guards
Emil Velikov
2016-10-14
3
-2
/
+13
*
isl: use ifndef header guards
Emil Velikov
2016-10-14
7
-7
/
+28
*
isl: make locally used functions static
Emil Velikov
2016-10-14
2
-12
/
+2
*
isl: trivial include-what-you-want cleanups
Emil Velikov
2016-10-14
5
-5
/
+5
*
isl/gen7: remove unneeded ISL_DEV_GEN check
Emil Velikov
2016-10-14
1
-3
/
+3
*
isl: prefix non-static API with isl_
Emil Velikov
2016-10-14
11
-116
/
+116
*
isl/gen6: correctly check msaa layout samples count
Emil Velikov
2016-10-14
1
-1
/
+1
*
intel: automake: replace direct basename $@ invokation with $(@F)
Emil Velikov
2016-10-14
1
-1
/
+1
*
anv: fix the wayland wsi busy flag setting
Dave Airlie
2016-10-14
1
-1
/
+1
*
anv/wsi: fix apps that acquire multiple images up front
Dave Airlie
2016-10-14
2
-0
/
+2
*
anv: initialise and increment send_sbc
Dave Airlie
2016-10-14
1
-0
/
+2
*
anv: Return correct result in EnumeratePhysicalDevices
Nicolas Koch
2016-10-11
1
-0
/
+2
*
anv: Allow vp_info to be NULL in 3DSTATE_CLIP code.
Kenneth Graunke
2016-10-11
1
-1
/
+1
*
anv: Fix anv_pipeline_validate_create_info assertions.
Kenneth Graunke
2016-10-11
1
-7
/
+9
*
intel/genxml: fix building rules for aubinator required headers
Mauro Rossi
2016-10-11
2
-2
/
+6
*
intel: Fix bash-specific redirection.
Eric Anholt
2016-10-10
1
-1
/
+1
*
anv: turn on samplerAnisotropy in VkPhysicalDeviceFeatures
Lionel Landwerlin
2016-10-10
2
-2
/
+1
*
intel: aubinator: enable loading dumps from standard input
Lionel Landwerlin
2016-10-08
1
-36
/
+129
*
intel: aubinator: enable loading xml files from a given directory
Lionel Landwerlin
2016-10-08
3
-3
/
+81
*
intel: aubinator: generate a standalone binary
Lionel Landwerlin
2016-10-08
6
-53
/
+102
*
anv/TODO: Update the HiZ task
Nanley Chery
2016-10-07
1
-1
/
+1
*
anv: Enable fast depth clears
Nanley Chery
2016-10-07
2
-2
/
+35
*
anv/cmd_buffer: Enable rendering to HiZ
Chad Versace
2016-10-07
2
-4
/
+40
*
anv/cmd_buffer: Add code for performing HZ operations
Nanley Chery
2016-10-07
3
-0
/
+197
*
anv/image: Memset hiz surfaces to 0 when binding memory
Jason Ekstrand
2016-10-07
1
-1
/
+30
*
anv: Move BindImageMemory to anv_image.c
Jason Ekstrand
2016-10-07
2
-20
/
+20
*
anv: Allocate hiz surface
Chad Versace
2016-10-07
1
-3
/
+34
*
anv: Add func anv_image_has_hiz()
Chad Versace
2016-10-07
1
-0
/
+10
*
anv: Add anv_image::hiz_surface
Chad Versace
2016-10-07
1
-0
/
+2
*
isl: Correct a comment in the isl_format enum
Nanley Chery
2016-10-07
1
-1
/
+1
*
anv: pipeline cache: fix return value of vkGetPipelineCacheData
Lionel Landwerlin
2016-10-07
1
-2
/
+5
*
anv/entrypoints: Save off the entire devinfo rather than a pointer
Jason Ekstrand
2016-10-06
1
-5
/
+5
[next]