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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Move pipeline stuff from flush_state to emit_graphics_pipeline.
Bas Nieuwenhuizen
2017-06-06
1
-11
/
+10
*
radv: Add early exit for cache flushes.
Bas Nieuwenhuizen
2017-06-06
1
-2
/
+4
*
radv: Remove vertex_descriptors_dirty.
Bas Nieuwenhuizen
2017-06-06
2
-4
/
+1
*
radv: Don't use a divide by index_size.
Bas Nieuwenhuizen
2017-06-06
1
-3
/
+8
*
i965: Explicitly disallow tiled memcpy path on Gen4 with swizzling.
Chris Wilson
2017-06-06
3
-0
/
+33
*
i965: Remove brw_bo_map_unsynchronized()
Matt Turner
2017-06-06
3
-23
/
+2
*
i965: Use unsynchronized mappings for BufferSubData on non-LLC
Matt Turner
2017-06-06
1
-10
/
+6
*
i965: Make unsynchronized maps unsynchronized on non-LLC
Matt Turner
2017-06-06
2
-22
/
+3
*
i965: Implement brw_bo_map_unsynchronized() with MAP_ASYNC
Matt Turner
2017-06-06
1
-40
/
+9
*
i965: Elide call to set_domain() if MAP_ASYNC
Matt Turner
2017-06-06
1
-4
/
+8
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
16
-54
/
+52
*
i965: Drop MAP_READ from some write-only mappings
Matt Turner
2017-06-06
4
-4
/
+4
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
16
-33
/
+49
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
16
-29
/
+30
*
i965: Rename *_virtual -> map_*
Matt Turner
2017-06-06
2
-31
/
+31
*
i965: Pass the map-mode along to intel_mipmap_tree_map_raw()
Chris Wilson
2017-06-06
1
-13
/
+16
*
i965: Add a cache_coherent field to brw_bo
Matt Turner
2017-06-06
3
-0
/
+9
*
i965: Remove unused 'use_resource_streamer' field
Matt Turner
2017-06-06
1
-1
/
+0
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
17
-121
/
+102
*
i965: Remove unused brw_bo_map__* functions
Matt Turner
2017-06-06
2
-109
/
+0
*
anv: Set better descriptor set limits
Alex Smith
2017-06-06
1
-3
/
+6
*
anv: Set driver version to Mesa version
Alex Smith
2017-06-06
1
-1
/
+1
*
radv/vulkan: Move radv_get_driver_version to src/vulkan/util
Alex Smith
2017-06-06
4
-23
/
+53
*
util/vulkan: Move Vulkan utilities to src/vulkan/util
Alex Smith
2017-06-06
22
-19
/
+30
*
intel: gen-decoder: rework how we handle groups
Lionel Landwerlin
2017-06-06
3
-104
/
+161
*
radeonsi: fix a GPU hang with tessellation on 2-CU configs
Marek Olšák
2017-06-06
1
-1
/
+5
*
mesa: make use of NewWindowRectangles driver flags
Samuel Pitoiset
2017-06-06
2
-3
/
+5
*
mesa: add new gl_driver_flags::NewWindowRectangles
Samuel Pitoiset
2017-06-06
1
-0
/
+5
*
mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()
Samuel Pitoiset
2017-06-06
1
-3
/
+0
*
mesa: only emit _NEW_MULTISAMPLE when min sample shading changes
Samuel Pitoiset
2017-06-06
1
-3
/
+6
*
mesa: only emit _NEW_MULTISAMPLE when sample mask changes
Samuel Pitoiset
2017-06-06
1
-0
/
+3
*
mesa: only emit _NEW_MULTISAMPLE when coverage parameters change
Samuel Pitoiset
2017-06-06
1
-3
/
+7
*
i965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for consistency.
Kenneth Graunke
2017-06-05
4
-4
/
+3
*
radv: expose integrated device type for APUs.
Dave Airlie
2017-06-06
1
-1
/
+1
*
ac/surface: Fix HTILE for radv.
Bas Nieuwenhuizen
2017-06-06
1
-2
/
+1
*
radv: fix write event eop on vega.
Dave Airlie
2017-06-06
1
-1
/
+1
*
radv: enable GFX9 on radv
Dave Airlie
2017-06-06
1
-2
/
+4
*
radv: turn off geom/tess for gfx9.
Dave Airlie
2017-06-06
1
-4
/
+4
*
radv: misc GFX9 changes.
Dave Airlie
2017-06-06
3
-6
/
+21
*
radv: add some GFX9 specific events.
Dave Airlie
2017-06-06
1
-0
/
+16
*
radv: add IA_MULTI_VGT_PARAM support for GFX9.
Dave Airlie
2017-06-06
3
-5
/
+16
*
radv: add rb+ support for GFX9
Dave Airlie
2017-06-06
5
-1
/
+22
*
radv: add GFX9 cache flushing support.
Dave Airlie
2017-06-06
4
-51
/
+145
*
radv: add texture descriptor/fmask/cmask support for GFX9
Dave Airlie
2017-06-06
1
-31
/
+158
*
radv: add GFX9 to initialisation cmd buffer.
Dave Airlie
2017-06-06
2
-16
/
+61
*
radv: don't setup raster_config on gfx9.
Dave Airlie
2017-06-06
1
-12
/
+16
*
radv: add gfx9 cp dma support.
Dave Airlie
2017-06-06
1
-5
/
+16
*
radv: add gfx9 depth/stencil surface support.
Dave Airlie
2017-06-06
3
-15
/
+74
*
radv: add GFX9 support for color surfaces.
Dave Airlie
2017-06-06
3
-16
/
+69
*
radv: add some misc gfx9 pieces.
Dave Airlie
2017-06-06
6
-0
/
+13
[next]