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
*
anv: move common wsi code to x11/wayland common files.
Dave Airlie
2016-10-19
10
-1656
/
+1851
*
anv/wsi/wayland: add callback to get device format properties.
Dave Airlie
2016-10-19
3
-7
/
+27
*
anv/wsi/wl: stop using device in more places
Dave Airlie
2016-10-19
3
-20
/
+28
*
anv/wsi: split out surface creation to avoid instance API
Dave Airlie
2016-10-19
2
-29
/
+64
*
anv/wsi: move further away from passing anv displays around
Dave Airlie
2016-10-19
4
-39
/
+35
*
anv/wsi: split image alloc/free out to separate fns.
Dave Airlie
2016-10-19
4
-219
/
+180
*
anv/wsi: switch to using VkDevice in swapchain
Dave Airlie
2016-10-19
4
-14
/
+14
*
anv/wsi/x11: more refactoring to use generic handles
Dave Airlie
2016-10-19
1
-27
/
+43
*
anv/wsi/x11: start refactoring out the image allocation/free functionality
Dave Airlie
2016-10-19
1
-22
/
+52
*
anv/wsi: drop device from get format
Dave Airlie
2016-10-19
4
-5
/
+5
*
anv/wsi: remove device from get_support interface
Dave Airlie
2016-10-19
4
-5
/
+10
*
anv/wsi/x11: abstract WSI interface from internals.
Dave Airlie
2016-10-19
1
-9
/
+24
*
anv/wsi/x11: push anv_device out of the init/finish routines
Dave Airlie
2016-10-19
3
-15
/
+19
*
anv/wsi: abstract wsi interfaces away from device a bit more.
Dave Airlie
2016-10-19
4
-24
/
+28
*
anv/wsi/x11: push device out of x11 connection fns.
Dave Airlie
2016-10-19
1
-11
/
+12
*
anv/wsi: drop device from get caps
Dave Airlie
2016-10-19
4
-4
/
+1
*
anv/wsi: drop get present modes device arg
Dave Airlie
2016-10-19
4
-4
/
+1
*
radv/anv/wsi: drop unneeded parameter
Dave Airlie
2016-10-19
4
-4
/
+1
*
anv: drop pointless struct decl.
Dave Airlie
2016-10-19
1
-2
/
+0
*
anv: move to using vk_alloc helpers.
Dave Airlie
2016-10-19
18
-147
/
+103
*
anv: drop local MIN/MAX macros.
Dave Airlie
2016-10-19
2
-5
/
+2
*
anv: port to using new u_vector shared helper.
Dave Airlie
2016-10-19
5
-154
/
+35
*
intel: genxml: add SAMPLER_BORDER_COLOR_STATE structures
Lionel Landwerlin
2016-10-18
5
-0
/
+90
*
genxml: add generated headers to EXTRA_DIST
Jonathan Gray
2016-10-18
1
-0
/
+4
*
genxml: avoid using a GNU make pattern rule
Jonathan Gray
2016-10-18
1
-1
/
+4
*
anv: Get rid of anv_cmd_buffer_emit_state_base_address
Jason Ekstrand
2016-10-17
3
-21
/
+1
*
anv/cmd_buffer: Move descriptor flushing into genX_cmd_buffer.c
Jason Ekstrand
2016-10-17
4
-359
/
+327
*
anv/cmd_buffer: Expose ensure_push_constant_*
Jason Ekstrand
2016-10-17
2
-6
/
+9
*
anv/cmd_buffer: Unify flush_compute_state across gens
Jason Ekstrand
2016-10-17
5
-177
/
+93
*
anv/cmd_buffer: Move Begin/End/Execute to genX_cmd_buffer.c
Jason Ekstrand
2016-10-17
4
-95
/
+107
*
anv/cmd_buffer: Move state base address re-emit into ExecuteCommands
Jason Ekstrand
2016-10-17
2
-6
/
+9
*
anv: replace , with ; in anv_batch_emit()
Lionel Landwerlin
2016-10-17
2
-12
/
+12
*
intel: aubinator: use different colors to signal batch start/end
Lionel Landwerlin
2016-10-17
1
-5
/
+10
*
intel/genxml: Make some PIPE_CONTROL fields booleans
Jason Ekstrand
2016-10-15
5
-26
/
+11
*
intel/genxml: Make "Predication enable" a boolean
Jason Ekstrand
2016-10-15
2
-2
/
+2
*
intel/genxml; Make "Use Global GTT a boolean
Jason Ekstrand
2016-10-15
5
-59
/
+32
*
intel/genxml; Make "Tiled Surface" a boolean
Jason Ekstrand
2016-10-15
3
-4
/
+4
*
intel/genxml: Make "SO Buffer Enable" fields boolean
Jason Ekstrand
2016-10-15
2
-8
/
+8
*
intel/genxml: Make "Stencil Buffer Enable" a boolean
Jason Ekstrand
2016-10-15
3
-3
/
+3
*
intel/genxml: Make a couple of STREAMOUT fields booleans
Jason Ekstrand
2016-10-15
4
-8
/
+8
*
intel/genxml: Make "Include Vertex Handles" and "Include Primitive ID" booleans
Jason Ekstrand
2016-10-15
4
-12
/
+12
*
intel/genxml: Make "Vector Mask Enable" a boolean
Jason Ekstrand
2016-10-15
3
-9
/
+9
*
intel/genxml: Make "Single Program Flow" a boolean
Jason Ekstrand
2016-10-15
5
-17
/
+17
*
anv/pipeline: Remove a meta hack from emit_ds_state
Jason Ekstrand
2016-10-14
1
-4
/
+1
*
anv/image: Create views directly in VkCreate*View
Jason Ekstrand
2016-10-14
2
-66
/
+34
*
anv/image: Get rid of the usage hacks for meta
Jason Ekstrand
2016-10-14
2
-97
/
+28
*
anv: Move Create*Pipelines into genX_cmd_buffer.c
Jason Ekstrand
2016-10-14
4
-122
/
+61
*
anv/pipeline: Remove support for direct-from-nir shaders
Jason Ekstrand
2016-10-14
2
-77
/
+54
*
anv: Make entrypoint resolution take a gen_device_info
Jason Ekstrand
2016-10-14
3
-20
/
+12
*
anv: Get rid of the ANV_CALL macro
Jason Ekstrand
2016-10-14
4
-14
/
+8
[next]