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
*
i965: drop unused brw->has_compr4
Lionel Landwerlin
2017-08-30
2
-2
/
+0
*
i965: drop brw->has_llc in favor of devinfo->has_llc
Lionel Landwerlin
2017-08-30
7
-8
/
+8
*
i965: drop brw->is_broxton
Lionel Landwerlin
2017-08-30
4
-5
/
+2
*
i965: drop brw->is_cherryview in favor of devinfo->is_cherryview
Lionel Landwerlin
2017-08-30
3
-4
/
+4
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
23
-44
/
+45
*
i965: drop brw->is_baytrail in favor of devinfo->is_baytrail
Lionel Landwerlin
2017-08-30
8
-13
/
+13
*
i965: drop brw->is_g4x in favor of devinfo->is_g4x
Lionel Landwerlin
2017-08-30
8
-12
/
+10
*
i965: drop brw->gt in favor of devinfo->gt
Lionel Landwerlin
2017-08-30
5
-8
/
+5
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
47
-311
/
+506
*
anv: use device->info instead of brw->is_*
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
Revert "egl: Allow creation of per surface out fence"
Mark Janes
2017-08-30
8
-106
/
+18
*
i965: add 2xMSAA 16xMSAA modes to DRI configs.
Kevin Rogovin
2017-08-30
1
-5
/
+18
*
Revert "i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9."
Kenneth Graunke
2017-08-30
1
-10
/
+3
*
mesa/st: remove unwanted backup file
Eric Engestrom
2017-08-30
1
-479
/
+0
*
egl/dri2: only destroy created objects
Michael Olbrich
2017-08-30
1
-3
/
+6
*
egl: Allow creation of per surface out fence
Zhongmin Wu
2017-08-30
8
-18
/
+106
*
winsys/amdgpu: add BO to the global list only when RADEON_ALL_BOS is set
Samuel Pitoiset
2017-08-30
4
-11
/
+17
*
radeonsi: update dirty_level_mask before dispatching
Samuel Pitoiset
2017-08-30
2
-0
/
+6
*
anv: set right datatypes in anv_pipeline_binding
Juan A. Suarez Romero
2017-08-30
3
-4
/
+4
*
llvmpipe: initialize llvmpipe->dirty with LP_NEW_SCISSOR
Brian Paul
2017-08-29
1
-0
/
+6
*
i965: Bump the initial program cache size from 4kB to 16kB.
Kenneth Graunke
2017-08-29
1
-1
/
+1
*
i965: Issue performance warnings when growing the program cache
Kenneth Graunke
2017-08-29
1
-0
/
+3
*
i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.
Kevin Rogovin
2017-08-29
1
-3
/
+10
*
glsl: define YY_NO_INPUT to prevent unused symbol warnings
Matt Turner
2017-08-29
1
-0
/
+1
*
blorp: Explicitly cast between different enums
Matt Turner
2017-08-29
1
-5
/
+5
*
intel/isl: Mark functions used conditionally as UNUSED
Matt Turner
2017-08-29
1
-1
/
+1
*
intel/isl: Explicitly cast between different enums
Matt Turner
2017-08-29
1
-8
/
+9
*
intel/isl: Remove 'inline' keywords
Matt Turner
2017-08-29
3
-4
/
+4
*
anv: Mark functions used conditionally as UNUSED
Matt Turner
2017-08-29
4
-6
/
+6
*
anv: Explicitly cast between different enums
Matt Turner
2017-08-29
2
-4
/
+4
*
anv: Remove 'inline' keywords
Matt Turner
2017-08-29
8
-19
/
+19
*
anv: Use GNU C empty brace initializer
Matt Turner
2017-08-29
2
-11
/
+11
*
i965: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
Matt Turner
2017-08-29
1
-0
/
+1
*
i965: Mark functions used conditionally as UNUSED
Matt Turner
2017-08-29
2
-3
/
+3
*
i965: Explicitly cast between different enums
Matt Turner
2017-08-29
1
-4
/
+4
*
i965: Drop unnecessary conditional
Matt Turner
2017-08-29
1
-4
/
+4
*
i965: Remove some 'inline' keywords
Matt Turner
2017-08-29
1
-7
/
+7
*
nir: Remove series of unnecessary conversions
Matt Turner
2017-08-29
1
-1
/
+1
*
nir/spirv: Use unreachable("...") rather than assert(!"...")
Matt Turner
2017-08-29
2
-13
/
+13
*
compiler: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGS
Matt Turner
2017-08-29
1
-0
/
+1
*
configure: Test for -Wno-initializer-overrides
Matt Turner
2017-08-29
1
-1
/
+1
*
radv: Add trace ids for secondary buffers.
Bas Nieuwenhuizen
2017-08-29
4
-4
/
+6
*
ac/debug: Support multiple trace ids for nested IBs.
Bas Nieuwenhuizen
2017-08-29
4
-33
/
+52
*
radv/amdgpu: Enable dumping of all IBs with RADV_DEBUG=allbos.
Bas Nieuwenhuizen
2017-08-29
1
-0
/
+13
*
egl/wayland: make sure HAS_$FORMAT is set for wl_dmabuf
Emil Velikov
2017-08-29
1
-0
/
+3
*
egl/wayland: group wl_win specific code together
Emil Velikov
2017-08-29
1
-4
/
+3
*
egl/wayland: remove dri2_surf width/height double init.
Emil Velikov
2017-08-29
1
-3
/
+0
*
egl/wayland: set correct format with wl_dmabuf as wl_drm is missing
Emil Velikov
2017-08-29
1
-1
/
+1
*
egl/wayland: update comment to reflect wl_dmabuf presence
Emil Velikov
2017-08-29
1
-1
/
+1
*
egl/wayland: polish object teardown in dri2_wl_destroy_surface
Emil Velikov
2017-08-29
1
-2
/
+2
[next]