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
*
glx: correctly mask the drawableType for GLX_ARB_fbconfig_float
Emil Velikov
2016-10-06
1
-1
/
+1
*
autoconf: Make header install distinct for various APIs (v2)
Chuck Atkins
2016-10-06
3
-10
/
+26
*
mesa: annotate AttribFuncsARB[] as const
Emil Velikov
2016-10-06
1
-1
/
+1
*
mapi/glapi: remove unused _glapi_check_table()
Emil Velikov
2016-10-06
2
-68
/
+0
*
glapi/hgl: remove the final user of _glapi_check_table()
Emil Velikov
2016-10-06
2
-10
/
+0
*
mapi/glapi: remove unused _glapi_check_table_not_null
Emil Velikov
2016-10-06
2
-24
/
+0
*
st/xvmc/tests: force enable assertions
Emil Velikov
2016-10-06
1
-0
/
+2
*
anv: automake: ship intel_icd.json.in in the tarball
Emil Velikov
2016-10-06
1
-0
/
+1
*
intel: automake: reference the correct header
Emil Velikov
2016-10-06
2
-2
/
+2
*
intel: aubinator: add missing return characters
Lionel Landwerlin
2016-10-06
1
-5
/
+5
*
nir: Delete open coded type printing.
Kenneth Graunke
2016-10-06
3
-36
/
+11
*
anv: fix GetPhysicalDeviceProperties to return timestampPeriod in ns
Philipp Zabel
2016-10-06
1
-1
/
+1
*
i965: remove remaining tabs in brw_draw.c
Timothy Arceri
2016-10-06
1
-13
/
+13
*
i965: get inputs read from nir info
Timothy Arceri
2016-10-06
10
-20
/
+39
*
i965: get outputs written from nir info
Timothy Arceri
2016-10-06
6
-22
/
+34
*
i965: get outputs read from nir info
Timothy Arceri
2016-10-06
2
-2
/
+3
*
i965: remove remaining tabs in brw_wm.c
Timothy Arceri
2016-10-06
1
-44
/
+44
*
mesa: remove the UsesDFdy flag
Timothy Arceri
2016-10-06
5
-22
/
+2
*
i965: get uses discard from nir info
Timothy Arceri
2016-10-06
1
-2
/
+4
*
i965: get uses texture gather from nir info
Timothy Arceri
2016-10-06
3
-9
/
+11
*
i965: Eliminate brw->cs.prog_data pointer.
Kenneth Graunke
2016-10-05
6
-17
/
+18
*
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
3
-1
/
+4
[next]