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
*
wsi/display: s/#if/#ifdef/ to fix -Wundef
Eric Engestrom
2019-03-11
1
-1
/
+1
*
wsi: deduplicate get_current_time() functions between display and x11
Eric Engestrom
2019-03-11
4
-24
/
+18
*
anv: release memory allocated by bo_heap when descriptor pool is destroyed
Tapani Pälli
2019-03-11
1
-0
/
+2
*
anv: destroy descriptor sets when pool gets destroyed
Tapani Pälli
2019-03-11
2
-0
/
+18
*
anv: add support for dumping shader info via VK_EXT_debug_report
Timothy Arceri
2019-03-11
2
-12
/
+39
*
iris: Fix backface stencil write condition
Kenneth Graunke
2019-03-10
1
-1
/
+1
*
panfrost/drm: Cast pointer to u64 to fix warning
Alyssa Rosenzweig
2019-03-10
1
-1
/
+1
*
panfrost: Add backend targeting the DRM driver
Tomeu Vizoso
2019-03-10
9
-74
/
+607
*
panfrost: Add gem_handle to panfrost_memory and panfrost_bo
Tomeu Vizoso
2019-03-10
2
-0
/
+3
*
freedreno/a6xx: more bcolor fixes
Rob Clark
2019-03-10
1
-2
/
+2
*
gitlab-ci: add panfrost to the gallium drivers build
Eric Engestrom
2019-03-09
1
-1
/
+1
*
panfrost: move #include to fix compilation
Eric Engestrom
2019-03-09
1
-1
/
+1
*
panfrost: fix tgsi_to_nir() call
Eric Engestrom
2019-03-09
1
-1
/
+1
*
Revert "d3dadapter9: Support software renderer on any DRI device"
Axel Davy
2019-03-09
1
-20
/
+8
*
st/nine: Change a few advertised caps
Axel Davy
2019-03-09
2
-3
/
+6
*
st/nine: Do not advertise CANMANAGERESOURCE
Axel Davy
2019-03-09
1
-1
/
+1
*
st/nine: Do not advertise support for D15S1 and D24X4S4
Axel Davy
2019-03-09
1
-2
/
+2
*
d3dadapter9: Support software renderer on any DRI device
Patrick Rudolph
2019-03-09
1
-8
/
+20
*
st/nine: Disable depth write when nothing gets updated
Axel Davy
2019-03-09
1
-1
/
+4
*
virgl: Return an error if we use fp64 on top of GLES
Elie Tournier
2019-03-09
1
-0
/
+13
*
virgl: Set PIPE_CAP_DOUBLES when running on GLES This is a lie but no known a...
Elie Tournier
2019-03-09
1
-1
/
+2
*
virgl: Add a caps to advertise GLES backend
Elie Tournier
2019-03-09
1
-0
/
+1
*
Revert MR 369 (Fix extract_i8 and extract_u8 for 64-bit integers)
Kenneth Graunke
2019-03-09
1
-24
/
+10
*
nir/algebraic: Add missing 16-bit extract_[iu]8 patterns
Ian Romanick
2019-03-08
1
-0
/
+3
*
nir/algebraic: Add missing 64-bit extract_[iu]8 patterns
Ian Romanick
2019-03-08
1
-0
/
+3
*
nir/algebraic: Remove redundant extract_[iu]8 patterns
Ian Romanick
2019-03-08
1
-14
/
+4
*
nir/algebraic: Fix up extract_[iu]8 after loop unrolling
Ian Romanick
2019-03-08
1
-2
/
+20
*
anv/pipeline: Move lower_explicit_io much later
Jason Ekstrand
2019-03-08
1
-3
/
+5
*
intel/nir: Move lower_mem_access_bit_sizes to postprocess_nir
Jason Ekstrand
2019-03-08
1
-2
/
+1
*
freedreno/ir3: turn on [iu]mul_high
Rob Clark
2019-03-08
1
-0
/
+4
*
freedreno/ir3: fix ir3_cmdline harder
Rob Clark
2019-03-08
1
-2
/
+2
*
st/dri: Set the PIPE_BIND_SHARED flag on create_image_with_modifiers.
Eric Anholt
2019-03-08
1
-6
/
+1
*
iris: Use copy_region and staging resources to avoid transfer stalls
Kenneth Graunke
2019-03-08
4
-14
/
+161
*
android: fix missing backspace for line continuation
Eric Engestrom
2019-03-08
1
-1
/
+1
*
prog_to_nir: fix write from vps to FOG
Karol Herbst
2019-03-08
1
-1
/
+7
*
iris: Track last VS URB entry size
Sagar Ghuge
2019-03-08
3
-0
/
+11
*
iris: Refactor code to share 3DSTATE_URB_* packet
Sagar Ghuge
2019-03-08
3
-59
/
+60
*
glx/meson: use full include path for dri_interface.h
Eric Engestrom
2019-03-08
6
-7
/
+5
*
hgl/meson: drop unused include directory
Eric Engestrom
2019-03-08
1
-1
/
+1
*
intel/compiler: silence unitialized variable warning in opt_vector_float()
Brian Paul
2019-03-08
1
-1
/
+1
*
intel/decoders: silence uninitialized variable warnings in gen_print_batch()
Brian Paul
2019-03-08
1
-2
/
+2
*
st/mesa: init hash keys with memset(), not designated initializers
Brian Paul
2019-03-08
2
-5
/
+17
*
gitlab-ci: fix llvm version (7 doesn't have a ".0")
Eric Engestrom
2019-03-08
1
-1
/
+1
*
build: make passing an incorrect pointer type a hard error
Eric Engestrom
2019-03-08
3
-0
/
+3
*
r600: cast pointer to expected type
Eric Engestrom
2019-03-08
1
-2
/
+2
*
gitlab-ci: autotools needs to be told which llvm version to use
Eric Engestrom
2019-03-08
1
-0
/
+1
*
gitlab-ci: only build the default (=latest) and oldest llvm versions
Eric Engestrom
2019-03-08
2
-36
/
+12
*
travis: clean up
Eric Engestrom
2019-03-08
1
-3
/
+2
*
travis: drop unused vars
Eric Engestrom
2019-03-08
1
-5
/
+0
*
travis: fix meson build by letting `auto` do its job
Eric Engestrom
2019-03-08
1
-2
/
+1
[next]