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
*
compiler/spirv: flag nclamp/nmin/nmax as exact
Rhys Perry
2020-05-07
1
-7
/
+14
*
docs/features: Add ARB_clear_texture to virgl
Elie Tournier
2020-05-07
1
-1
/
+1
*
virgl: Enable CAP_CLEAR_TEXTURE if host supports it
Elie Tournier
2020-05-07
2
-1
/
+3
*
virgl: implement ARB_clear_texture
Elie Tournier
2020-05-07
4
-0
/
+73
*
r600: Fix warning regarding mixing enums and unsigned in ?: expression
Gert Wollny
2020-05-07
1
-1
/
+1
*
r600: remove some unused variables to silence warnings
Gert Wollny
2020-05-07
2
-4
/
+0
*
r600/sb: replace memset by using member initialization/assignment
Gert Wollny
2020-05-07
6
-10
/
+45
*
r600: remove unused static functions
Gert Wollny
2020-05-07
1
-199
/
+0
*
r600: Annotate some case fallthroughs
Gert Wollny
2020-05-07
5
-19
/
+26
*
ci: run radv-fossils with Pitcairn (GFX6) and Bonaire (GFX7) too
Samuel Pitoiset
2020-05-07
1
-3
/
+11
*
ci: set ACO_DEBUG=validateir,validatera global for RADV testing
Samuel Pitoiset
2020-05-07
1
-3
/
+4
*
ci: remove unused .test-radv-fossilize rule
Samuel Pitoiset
2020-05-07
1
-8
/
+0
*
anv: increase minUniformBufferOffsetAlignment to 64
Arcady Goldmints-Orlov
2020-05-06
1
-2
/
+4
*
freedreno/a6xx: enable tiled compressed textures
Rob Clark
2020-05-06
1
-0
/
+3
*
freedreno/a6xx: compressed blit fixes
Rob Clark
2020-05-06
1
-4
/
+15
*
freedreno/a6xx: Set tfetch correctly for compressed formats
Kristian H. Kristensen
2020-05-06
1
-4
/
+1
*
freedreno/fdl: Align after dividing by block size
Kristian H. Kristensen
2020-05-06
1
-13
/
+9
*
docs: update calendar for 20.1.0-rc2
Eric Engestrom
2020-05-06
1
-7
/
+1
*
ci: Fix the nick used in IRC reporting.
Eric Anholt
2020-05-06
2
-1
/
+11
*
ci: Improve the flakes reports on IRC.
Eric Anholt
2020-05-06
2
-1
/
+5
*
ci: Enable IRC flake reporting on freedreno baremetal boards.
Eric Anholt
2020-05-06
4
-1
/
+11
*
ci: Clean up setup of the job-specific env vars in baremetal testing.
Eric Anholt
2020-05-06
2
-10
/
+16
*
radeonsi: fix compilation of monolithic PS
Marek Olšák
2020-05-06
1
-1
/
+2
*
tgsi_to_nir: translate non-vec4 image stores correctly
Marek Olšák
2020-05-06
1
-2
/
+5
*
i965: Fix out-of-bounds access to brw_stage_state::surf_offset
Danylo Piliaiev
2020-05-06
1
-23
/
+29
*
zink: lower b2b to b2i
Erik Faye-Lund
2020-05-06
4
-1
/
+67
*
radv/winsys: do not count visible VRAM buffers twice in the budget
Samuel Pitoiset
2020-05-06
2
-17
/
+33
*
radv: display an error message if the winsys init failed
Samuel Pitoiset
2020-05-06
1
-1
/
+2
*
radv: use a linked list for physical devices
Samuel Pitoiset
2020-05-06
2
-52
/
+69
*
radv: don't report error with other vendor DRM devices
Samuel Pitoiset
2020-05-06
1
-9
/
+15
*
radv: report INITIALIZATION_FAILED when the amdgpu winsys init failed
Samuel Pitoiset
2020-05-06
1
-1
/
+1
*
radv: fix a memleak if the physical device initialization failed
Samuel Pitoiset
2020-05-06
1
-6
/
+8
*
radv: rename radv_devices() to radv_enumerate_physical_devices()
Samuel Pitoiset
2020-05-06
1
-3
/
+3
*
radv: cleanup radv_CreateInstance()
Samuel Pitoiset
2020-05-06
1
-35
/
+22
*
llvmpipe: enable ARB_sample_shading
Dave Airlie
2020-05-06
8
-53
/
+103
*
llvmpipe: add min samples support to the fragment shader.
Dave Airlie
2020-05-06
2
-27
/
+82
*
llvmpipe: enable GL_ARB_shader_texture_image_samples
Dave Airlie
2020-05-06
4
-37
/
+63
*
gallivm/nir: hooks up texture samples queries
Dave Airlie
2020-05-06
1
-3
/
+21
*
gallivm/sample: add num samples query for txqs (v2)
Dave Airlie
2020-05-06
4
-0
/
+9
*
llvmpipe: enable 4x sample MSAA + texture multisample
Dave Airlie
2020-05-06
4
-385
/
+37
*
drisw: add multisample support to sw dri layer.
Dave Airlie
2020-05-06
1
-1
/
+31
*
llvmpipe: don't choose pixel centers for multisample
Dave Airlie
2020-05-06
2
-2
/
+4
*
llvmpipe: choose correct position for multisample
Dave Airlie
2020-05-06
1
-7
/
+8
*
llvmpipe: choose multisample rasterizer functions per triangle (v2)
Dave Airlie
2020-05-06
1
-21
/
+41
*
llvmpipe: generate multisample triangle rasterizer functions (v2)
Dave Airlie
2020-05-06
4
-3
/
+142
*
llvmpipe: fixup multisample coverage masks for covered tiles
Dave Airlie
2020-05-06
2
-2
/
+10
*
llvmpipe: build 64-bit coverage mask in rasterizer
Dave Airlie
2020-05-06
1
-2
/
+23
*
llvmpipe: add fixed point sample positions to scene.
Dave Airlie
2020-05-06
2
-0
/
+9
*
llvmpipe: add new rast api to pass full 64-bit mask.
Dave Airlie
2020-05-06
2
-7
/
+21
*
llvmpipe: disable opaque variant for multisample
Dave Airlie
2020-05-06
1
-0
/
+1
[next]