index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi/scan: don't set interp flags for inputs only used by INTERP (v2)
Marek Olšák
2016-10-05
1
-48
/
+57
*
ddebug: dump most driver information with GALLIUM_DDEBUG=always
Marek Olšák
2016-10-05
1
-1
/
+5
*
nv50/ra: let simplify return an error and handle that
Karol Herbst
2016-10-05
1
-5
/
+7
*
intel/blorp: Use documented RECTLIST vertex positions
Nanley Chery
2016-10-05
1
-3
/
+3
*
anv/meta: Roll clear_image into CmdClearDepthStencilImage
Jason Ekstrand
2016-10-05
1
-56
/
+28
*
anv: Use blorp for VkCmdFillBuffer
Jason Ekstrand
2016-10-05
2
-130
/
+96
*
egl: Implement EGL_KHR_debug (v2)
Kyle Brenneman
2016-10-05
2
-0
/
+146
*
egl: Track EGL_KHR_debug state when going through EGL API calls (v3)
Kyle Brenneman
2016-10-05
4
-12
/
+257
*
intel: aubinator: pack supported generations into an array
Lionel Landwerlin
2016-10-05
1
-53
/
+35
*
i965/l3: Add explicit way size calculation for bxt
Ben Widawsky
2016-10-05
1
-1
/
+3
*
virgl: Fix build regression of commit 8a943564
Nicolai Hähnle
2016-10-05
1
-1
/
+1
*
st/mesa: enable GL_KHR_robustness
Nicolai Hähnle
2016-10-05
3
-1
/
+4
*
gallium/radeon: implement set_device_reset_callback
Nicolai Hähnle
2016-10-05
4
-0
/
+40
*
st/mesa: set a device reset callback when available
Nicolai Hähnle
2016-10-05
4
-2
/
+38
*
st/mesa: extract conversion from pipe_reset_status to GLenum
Nicolai Hähnle
2016-10-05
1
-11
/
+18
*
ddebug: add pass-through of set_device_reset_callback
Nicolai Hähnle
2016-10-05
1
-0
/
+10
*
gallium: add pipe_context::set_device_reset_callback
Nicolai Hähnle
2016-10-05
3
-0
/
+42
*
virgl: use the new parent/child pools for transfers
Nicolai Hähnle
2016-10-05
6
-8
/
+14
*
vc4: use the new parent/child pools for transfers
Nicolai Hähnle
2016-10-05
5
-6
/
+11
*
freedreno: use the new parent/child pools for transfers
Nicolai Hähnle
2016-10-05
5
-6
/
+12
*
r300: use the new parent/child pools for transfers (v2)
Nicolai Hähnle
2016-10-05
5
-7
/
+11
*
gallium/radeon: use the new parent/child pools for transfers
Nicolai Hähnle
2016-10-05
3
-6
/
+11
*
util/slab: re-design to allow migration between pools (v3)
Nicolai Hähnle
2016-10-05
2
-89
/
+258
*
util: use GCC atomic intrinsics with explicit memory model
Nicolai Hähnle
2016-10-05
2
-0
/
+32
*
i965: use L3 data cache for SSBOs
Lionel Landwerlin
2016-10-05
1
-1
/
+2
*
mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets.
Kenneth Graunke
2016-10-04
1
-2
/
+3
*
mesa: Reorganize check_textarget().
Kenneth Graunke
2016-10-04
1
-43
/
+37
*
aubinator: use the correct format specifier for printing ptrdiff_t.
Kenneth Graunke
2016-10-04
1
-1
/
+1
*
aubinator: Use less -RS instead of -r for the implicit pager.
Kenneth Graunke
2016-10-04
1
-4
/
+3
*
i965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.
Kenneth Graunke
2016-10-04
1
-1
/
+1
*
i965: Fix brw_clear_cache to clean up TCS/TES shaders.
Kenneth Graunke
2016-10-04
1
-0
/
+2
*
i965: Add missing BRW_CS_PROG_DATA to CS work group surface atom.
Kenneth Graunke
2016-10-04
1
-2
/
+5
*
i965: Add missing BRW_NEW_CS_PROG_DATA to compute constant atom.
Kenneth Graunke
2016-10-04
1
-1
/
+2
*
i965: Add missing BRW_NEW_FS_PROG_DATA to render target reads.
Kenneth Graunke
2016-10-04
1
-1
/
+3
*
i965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS to PS_EXTRA.
Kenneth Graunke
2016-10-04
1
-1
/
+1
*
i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.
Kenneth Graunke
2016-10-04
1
-0
/
+2
*
i965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS atom.
Kenneth Graunke
2016-10-04
1
-1
/
+2
*
i965: Enable ARB_shader_atomic_counter_ops
Ian Romanick
2016-10-04
4
-6
/
+50
*
i965: Refactor emission of atomic counter operations
Ian Romanick
2016-10-04
4
-30
/
+27
*
nir/intrinsics: Add more atomic_counter ops
Ian Romanick
2016-10-04
3
-5
/
+110
*
nir/intrinsics: Include atomic_counter_ in the names used in macro invocations
Ian Romanick
2016-10-04
1
-5
/
+5
*
glsl: Kill __intrinsic_atomic_sub
Ian Romanick
2016-10-04
3
-19
/
+46
*
glsl: Remove ir_function_signature::_is_intrinsic field
Ian Romanick
2016-10-04
6
-17
/
+5
*
glsl: Add ir_function_signature::is_intrinsic() method
Ian Romanick
2016-10-04
7
-16
/
+22
*
glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name strings
Ian Romanick
2016-10-04
4
-219
/
+276
*
glsl: Track a unique intrinsic ID with each intrinsic function
Ian Romanick
2016-10-04
7
-73
/
+280
*
glsl: Don't emit ir_binop_carry during ir_binop_imul_high lowering
Ian Romanick
2016-10-04
1
-5
/
+17
*
i965: fix unused variable warning in brw_emit_gpgpu_walker()
Timothy Arceri
2016-10-05
1
-2
/
+1
*
i965: add MAYBE_UNUSED to assert param
Timothy Arceri
2016-10-05
1
-1
/
+1
*
i965: wrap unused function in #ifndef NDEBUG
Timothy Arceri
2016-10-05
1
-0
/
+2
[next]