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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
8
-74
/
+466
*
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
*
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
1
-3
/
+3
*
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
*
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
*
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
*
r600: cast pointer to expected type
Eric Engestrom
2019-03-08
1
-2
/
+2
*
pipebuffer: s/PB_ALL_USAGE_FLAGS/PB_USAGE_ALL/
Brian Paul
2019-03-08
1
-1
/
+1
*
svga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()
Brian Paul
2019-03-08
1
-1
/
+1
*
svga: refactor draw_vgpu10() function
Brian Paul
2019-03-08
1
-105
/
+141
*
winsys/svga: use new pb_usage_flags enum type
Brian Paul
2019-03-08
3
-6
/
+26
*
pipebuffer: whitespace fixes in pb_buffer.h
Brian Paul
2019-03-08
1
-52
/
+49
*
pipebuffer: use new pb_usage_flags enum type
Brian Paul
2019-03-08
11
-32
/
+45
*
svga: add svga shader type in the shader variant
Charmaine Lee
2019-03-08
10
-31
/
+33
*
gallium/util: add some const qualifiers in u_bitmask.c
Brian Paul
2019-03-08
1
-6
/
+10
*
gallium/util: whitespace cleanups in u_bitmask.[ch]
Brian Paul
2019-03-08
2
-84
/
+85
*
iris: Wire up EGL_IMG_context_priority
Chris Wilson
2019-03-07
4
-3
/
+19
*
iris: Export a copy_region helper that doesn't flush
Kenneth Graunke
2019-03-07
2
-16
/
+48
*
iris: Spruce up "are we using this engine?" checks for flushing
Kenneth Graunke
2019-03-07
2
-12
/
+12
*
radeonsi/nir: Only set window_space_position for vertex shaders.
Timur Kristóf
2019-03-08
1
-2
/
+4
*
freedreno/a6xx: perfcntrs
Rob Clark
2019-03-07
5
-1
/
+1019
*
freedreno/a6xx: fix border-color swizzles
Rob Clark
2019-03-07
1
-2
/
+9
*
freedreno/a6xx: refactor fd6_tex_swiz()
Rob Clark
2019-03-07
4
-34
/
+61
*
freedreno/a6xx: remove astc_srgb workaround
Rob Clark
2019-03-07
4
-45
/
+2
*
freedreno: fix ir3_cmdline build
Rob Clark
2019-03-07
2
-0
/
+3
*
iris: Drop PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Kenneth Graunke
2019-03-07
1
-1
/
+0
*
iris: Properly support alpha and luminance-alpha formats
Kenneth Graunke
2019-03-07
4
-85
/
+117
*
iris: Defer uploading sampler state tables until draw time
Kenneth Graunke
2019-03-07
3
-20
/
+44
*
iris: Plumb through ISL_SWIZZLE_IDENTITY in buffer surface emitters
Kenneth Graunke
2019-03-07
1
-6
/
+8
*
isl: Add a swizzle parameter to isl_buffer_fill_state()
Kenneth Graunke
2019-03-07
1
-0
/
+3
*
iris: fix decode_get_bo callback
Lionel Landwerlin
2019-03-07
1
-1
/
+3
*
virgl: remove unused variable
Erik Faye-Lund
2019-03-07
1
-1
/
+0
*
virgl: remove unused variable
Erik Faye-Lund
2019-03-07
1
-1
/
+0
*
virgl: remove unused variable
Erik Faye-Lund
2019-03-07
1
-1
/
+0
*
virgl: remove unused variables
Erik Faye-Lund
2019-03-07
1
-3
/
+0
[next]