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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Eliminate brw->wm.prog_data pointer.
Kenneth Graunke
2016-10-05
14
-50
/
+68
*
i965: Eliminate brw->gs.prog_data pointer.
Kenneth Graunke
2016-10-05
10
-59
/
+73
*
i965: Eliminate brw->tes.prog_data pointer.
Kenneth Graunke
2016-10-05
10
-25
/
+29
*
i965: Eliminate brw->tcs.prog_data pointer.
Kenneth Graunke
2016-10-05
8
-25
/
+28
*
i965: Eliminate brw->vs.prog_data pointer.
Kenneth Graunke
2016-10-05
18
-96
/
+121
*
i965: Introduce downcast helpers for prog_data structures.
Kenneth Graunke
2016-10-05
7
-62
/
+66
*
i965/sync: Rename awkward variable
Chad Versace
2016-10-05
1
-6
/
+6
*
i965/sync: Rename intel_syncobj.c -> brw_sync.c
Chad Versace
2016-10-05
3
-2
/
+2
*
i965/sync: Replace 'intel' prefix with 'brw'
Chad Versace
2016-10-05
3
-37
/
+37
*
i965/sync: Fix uninitalized usage and leak of mutex
Chad Versace
2016-10-05
1
-2
/
+12
*
nir: Use the correct infos structure for copying atomic sources
Jason Ekstrand
2016-10-05
1
-1
/
+1
*
nvc0: dump program binary when chipset has been forced
Samuel Pitoiset
2016-10-05
1
-0
/
+5
*
radeonsi: fix texture border colors for compute shaders
Marek Olšák
2016-10-05
1
-0
/
+12
*
gallium/radeon/winsyses: set reasonable max_alloc_size
Marek Olšák
2016-10-05
2
-3
/
+5
*
radeonsi: fix interpolateAt opcodes for .zw components
Marek Olšák
2016-10-05
1
-1
/
+1
*
radeonsi: add assertions to validate interpolation flags
Marek Olšák
2016-10-05
1
-0
/
+34
*
radeonsi: interpolate colors after interpolation weight shuffling
Marek Olšák
2016-10-05
1
-48
/
+48
*
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
1
-0
/
+2
*
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
1
-0
/
+21
*
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
[next]