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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
genxml: Add Gen9 CACHE_MODE_1 definitons.
Kenneth Graunke
2017-05-30
1
-0
/
+30
*
i965: Set the "Float Blend Optimization Enable" bit on Gen9+.
Kenneth Graunke
2017-05-30
2
-1
/
+4
*
i965: Fix type of brw_context::render_target_format[]
Chad Versace
2017-05-30
3
-5
/
+5
*
i965: Move func to right comment block in brw_context.h
Chad Versace
2017-05-30
1
-1
/
+1
*
i965: Document type of GLuint __DRIimage::format
Chad Versace
2017-05-30
1
-1
/
+1
*
i965: Add whitespace in intel_update_image_buffers()
Chad Versace
2017-05-30
1
-0
/
+1
*
i965: Move an 'i' declaration into its 'for' loop
Chad Versace
2017-05-30
1
-2
/
+2
*
i965: Fix type of intel_update_image_buffers::format
Chad Versace
2017-05-30
1
-1
/
+1
*
i965: Rename intel_create_renderbuffer
Chad Versace
2017-05-30
3
-8
/
+9
*
i965/dri: Combine declaration and assignment in intelCreateBuffer
Chad Versace
2017-05-30
1
-2
/
+1
*
i965/dri: Rewrite comment for intelCreateBuffer
Chad Versace
2017-05-30
1
-1
/
+5
*
mesa: Avoid leaking surface in st_renderbuffer_delete
Bartosz Tomczyk
2017-05-30
1
-2
/
+8
*
egl: advertise EGL_EXT_image_dma_buf_import_modifiers
Varad Gautam
2017-05-30
2
-0
/
+7
*
egl: implement eglQueryDmaBufModifiersEXT
Varad Gautam
2017-05-30
4
-0
/
+59
*
egl: implement eglQueryDmaBufFormatsEXT
Varad Gautam
2017-05-30
4
-0
/
+45
*
egl/dri2: Create EGLImages with dmabuf modifiers
Varad Gautam
2017-05-30
3
-11
/
+147
*
egl/main: add support for fourth plane tokens
Pekka Paalanen
2017-05-30
4
-3
/
+23
*
egl: introduce DMA_BUF_MAX_PLANES
Pekka Paalanen
2017-05-30
2
-7
/
+9
*
nvc0: support for GP10B
Alexandre Courbot
2017-05-30
1
-0
/
+1
*
etnaviv: Don't try to use the index buffer if size is zero
Tomeu Vizoso
2017-05-30
1
-11
/
+13
*
i965: Always scissor on Gen4-5 instead of disabling guardband.
Kenneth Graunke
2017-05-29
2
-28
/
+13
*
i965: Unify Gen4-5 and Gen6 SF_VIEWPORT/CLIP_VIEWPORT code.
Kenneth Graunke
2017-05-29
3
-114
/
+9
*
i965: Make a set_scissor_bits helper function.
Kenneth Graunke
2017-05-29
1
-33
/
+40
*
i965: Use GENX(packet_length) rather than hardcoded dword counts.
Kenneth Graunke
2017-05-29
1
-9
/
+12
*
i965: Move the scissoring code up near the viewport code.
Kenneth Graunke
2017-05-29
1
-86
/
+86
*
genxml: Make a SCISSOR_RECT structure on Gen4-5.
Kenneth Graunke
2017-05-29
3
-12
/
+24
*
i965: Replace brw->gen and devinfo->gen with GEN_GEN.
Kenneth Graunke
2017-05-29
1
-6
/
+4
*
i965: Rework Sandybridge 3DSTATE_VIEWPORT_STATE_POINTERS.
Kenneth Graunke
2017-05-29
1
-33
/
+15
*
i965: Port CC_VIEWPORT to genxml.
Kenneth Graunke
2017-05-29
3
-52
/
+55
*
i965: Ignore INTEL_SCALAR_* debug variables on Gen10+.
Kenneth Graunke
2017-05-29
1
-10
/
+16
*
mesa: add KHR_no_error support for glBindBufferRange()
Timothy Arceri
2017-05-30
3
-38
/
+70
*
mesa: create bind_buffer_range() helper
Timothy Arceri
2017-05-30
1
-3
/
+10
*
mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate function
Timothy Arceri
2017-05-30
3
-31
/
+35
*
mesa: create _mesa_bind_buffer_range_xfb() helper
Timothy Arceri
2017-05-30
1
-0
/
+20
*
mesa: split bind_atomic_buffer() in two
Timothy Arceri
2017-05-30
1
-25
/
+29
*
mesa: split bind_buffer_range_shader_storage_buffer() in two
Timothy Arceri
2017-05-30
1
-13
/
+23
*
mesa: split bind_buffer_range_uniform_buffer() in two
Timothy Arceri
2017-05-30
1
-13
/
+19
*
mesa: add KHR_no_error support for glVertexArrayVertexBuffer()
Timothy Arceri
2017-05-30
3
-1
/
+18
*
mesa: add KHR_no_error support for glBindVertexBuffer()
Timothy Arceri
2017-05-30
3
-4
/
+18
*
mesa: split vertex_array_vertex_buffer() in two
Timothy Arceri
2017-05-30
1
-42
/
+53
*
radv: Reserve space for descriptor and push constant user SGPR setting.
Bas Nieuwenhuizen
2017-05-29
1
-0
/
+8
*
amd/common: set vcn dec as hw decode as well
Leo Liu
2017-05-29
1
-0
/
+2
*
amd/common: add vcn dec ip info query for amdgpu version 3.17
Leo Liu
2017-05-29
1
-1
/
+9
*
glthread/gallium: require safe_glthread to start glthread
Gregory Hainaut
2017-05-29
1
-4
/
+17
*
egl: implement __DRIbackgroundCallableExtension.isThreadSafe
Gregory Hainaut
2017-05-29
1
-1
/
+33
*
glx: implement __DRIbackgroundCallableExtension.isThreadSafe
Gregory Hainaut
2017-05-29
2
-2
/
+25
*
egl/wayland: use the image_driver alongside the image_loader
Emil Velikov
2017-05-29
1
-6
/
+14
*
egl/wayland: set the resize_callback if the flush extension is available
Emil Velikov
2017-05-29
1
-3
/
+3
*
egl/wayland: select the format based on the interface used
Emil Velikov
2017-05-29
1
-1
/
+2
*
egl/surfaceless: use the image_driver for image_loader
Emil Velikov
2017-05-29
1
-4
/
+4
[prev]
[next]