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
*
anv/pipeline: Remove the ViewportState finishme
Jason Ekstrand
2015-10-17
1
-2
/
+0
*
anv: Add support for immutable descriptors
Jason Ekstrand
2015-10-17
2
-7
/
+50
*
anv: Add facilities for dumping an image to a file
Jason Ekstrand
2015-10-16
3
-0
/
+215
*
anv/pipeline: Rework dynamic state handling
Jason Ekstrand
2015-10-16
3
-73
/
+105
*
nir/spirv: Fix handling of vector component selects via OpAccessChain
Jason Ekstrand
2015-10-15
1
-0
/
+10
*
anv/cmd_buffer: Reset the command buffer in BeginCommandBuffer
Jason Ekstrand
2015-10-15
1
-0
/
+2
*
anv/batch_chain: Add some sanity-check asserts for relocations
Jason Ekstrand
2015-10-15
1
-1
/
+6
*
anv/x11: Only advertise VK_FORMAT_B8R8G8A8_UNORM
Jason Ekstrand
2015-10-15
1
-2
/
+0
*
anv/x11: Treat the pPlatformWindow as a xcb_window_t* instead of xcb_window_t
Jason Ekstrand
2015-10-15
1
-2
/
+2
*
anv/device: Add support for combined image and sampler descriptors
Jason Ekstrand
2015-10-15
2
-7
/
+20
*
anv/device: Remove some unneeded anv_finishmes
Jason Ekstrand
2015-10-15
1
-10
/
+0
*
anv/device: Make the CreateSemaphore stub return success
Jason Ekstrand
2015-10-15
1
-1
/
+2
*
anv: Add support for BufferInfo in descriptor sets
Jason Ekstrand
2015-10-15
3
-13
/
+55
*
anv/cmd_buffer: Add an alloc_surface_state helper
Jason Ekstrand
2015-10-15
4
-4
/
+10
*
anv: Get rid of the descriptor_set_binding struct
Jason Ekstrand
2015-10-14
3
-12
/
+7
*
anv: Get rid of backend compiler hacks for descriptor sets
Jason Ekstrand
2015-10-14
4
-62
/
+13
*
anv/nir: Rewrite apply_dynamic_offsets to handle the new vk intrinsics
Jason Ekstrand
2015-10-14
1
-41
/
+104
*
anv/nir: Add a pass for applying a applying a pipeline layout to a shader
Jason Ekstrand
2015-10-14
7
-74
/
+224
*
nir/spirv: Use the Vulkan ubo intrinsics
Jason Ekstrand
2015-10-14
1
-19
/
+17
*
nir/intrinsics: Add new Vulkan load/store intrinsics
Jason Ekstrand
2015-10-14
1
-2
/
+7
*
nir/intrinsic: Allow up to four indices
Jason Ekstrand
2015-10-14
1
-1
/
+1
*
anv: Completely rework descriptor set layouts
Jason Ekstrand
2015-10-14
6
-215
/
+222
*
vk: Add README
Chad Versace
2015-10-14
1
-0
/
+128
*
nir/spirv: Fix a bug in indirect OpAccessChain handling
Jason Ekstrand
2015-10-13
1
-2
/
+2
*
anv/image: Add a basic implementation of GetImageSubresourceLayout
Jason Ekstrand
2015-10-13
1
-2
/
+44
*
anv/formats: Use the surface_format_info struct from brw_surface_formats.h
Jason Ekstrand
2015-10-13
1
-16
/
+2
*
i965/surface_formats: Pull the surface_format_info struct into a header
Jason Ekstrand
2015-10-13
3
-16
/
+44
*
anv/x11: Do something sensible if get_geometry fails in GetSurfaceProperties
Jason Ekstrand
2015-10-13
1
-8
/
+14
*
anv/wsi: Add the GetSurfacePresentModesKHR stub
Jason Ekstrand
2015-10-13
1
-0
/
+24
*
anv: Declare/validate the correct API version
Jason Ekstrand
2015-10-12
1
-1
/
+4
*
anv/device: Return VK_SUCCESS after setting pCount in QueueFamilyProperties
Jason Ekstrand
2015-10-10
1
-0
/
+1
*
Merge ../mesa into vulkan
Kristian Høgsberg Kristensen
2015-10-08
230
-2647
/
+3089
|
\
|
*
i965: Link compiler unit tests to libi965_compiler.la
Kristian Høgsberg Kristensen
2015-10-08
1
-6
/
+2
|
*
i965: Break out backend compiler to its own library
Kristian Høgsberg Kristensen
2015-10-08
2
-77
/
+81
|
*
i965/cs: Get max_cs_threads from brw_compiler devinfo
Kristian Høgsberg Kristensen
2015-10-08
1
-2
/
+3
|
*
i965: Move brw_get_shader_time_index() call out of emit functions
Kristian Høgsberg Kristensen
2015-10-08
11
-31
/
+40
|
*
i965: Move brw_select_clip_planes() to brw_shader.cpp
Kristian Høgsberg Kristensen
2015-10-08
2
-25
/
+26
|
*
i965: Use util_next_power_of_two() for brw_get_scratch_size()
Kristian Høgsberg Kristensen
2015-10-08
2
-13
/
+6
|
*
i965: Move brw_mark_surface_used() to brw_shader.cpp
Kristian Høgsberg Kristensen
2015-10-08
2
-10
/
+10
|
*
i965/cs: Split out helper for building local id payload
Kristian Høgsberg Kristensen
2015-10-08
4
-78
/
+77
|
*
i965: Move brw_link_shader() and friends to new file brw_link.cpp
Kristian Høgsberg Kristensen
2015-10-08
4
-249
/
+284
|
*
i965: Configure bufmgr debug options from intel_screen.c
Kristian Høgsberg Kristensen
2015-10-08
3
-17
/
+15
|
*
util: Move DRI parse_debug_string() to util
Kristian Høgsberg Kristensen
2015-10-08
9
-47
/
+112
|
*
i965: Move brw_dump_ir() out of brw_*_emit() functions
Kristian Høgsberg Kristensen
2015-10-08
7
-23
/
+12
|
*
gallium/ddebug: add missing dd_util.h to sources list
Emil Velikov
2015-10-08
1
-1
/
+2
|
*
gallium/ddebug: automake: sort sources alphabetically
Emil Velikov
2015-10-08
1
-2
/
+2
|
*
nir/sweep: Reparent the shader name
Jason Ekstrand
2015-10-08
1
-0
/
+2
|
*
c11/threads: initialize timeout structure
Jan Vesely
2015-10-08
1
-0
/
+6
|
*
docs/relnotes: document EGL_KHR_create_context on llvmpipe and softpipe
Boyan Ding
2015-10-08
1
-0
/
+1
|
*
i965/gs/gen6: Maximum allowed size of SEND messages is 15 (4 bits)
Iago Toral Quiroga
2015-10-08
1
-12
/
+18
[next]