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/formats: Update the three-channel DXT1 mappings
Nanley Chery
2017-05-18
2
-14
/
+5
*
anv/formats: Update the three-channel BC1 mappings
Nanley Chery
2017-05-18
1
-2
/
+2
*
anv: Add an option to abort on device loss
Jason Ekstrand
2017-05-18
1
-0
/
+5
*
anv: Wrap the device lost error in vk_error in QueueSubmit
Jason Ekstrand
2017-05-18
1
-1
/
+1
*
radeonsi/gfx9: use CE RAM optimally
Marek Olšák
2017-05-18
2
-36
/
+134
*
radeonsi: remove CE offset alignment restriction
Marek Olšák
2017-05-18
1
-2
/
+1
*
radeonsi: only upload (dump to L2) those descriptors that are used by shaders
Marek Olšák
2017-05-18
4
-24
/
+117
*
radeonsi: record which descriptor slots are used by shaders
Marek Olšák
2017-05-18
5
-0
/
+41
*
radeonsi: update si_ce_needed_cs_space
Marek Olšák
2017-05-18
1
-8
/
+8
*
radeonsi: do only 1 big CE dump at end of IBs and one reload in the preamble
Marek Olšák
2017-05-18
5
-37
/
+37
*
radeonsi: remove early return in si_upload_descriptors
Marek Olšák
2017-05-18
1
-3
/
+0
*
radeonsi: clamp indirect index to the number of declared shader resources
Marek Olšák
2017-05-18
4
-4
/
+15
*
radeonsi: merge sampler and image descriptor lists into one
Marek Olšák
2017-05-18
6
-112
/
+99
*
radeonsi: merge constant and shader buffers descriptor lists into one
Marek Olšák
2017-05-18
8
-132
/
+152
*
gallium/u_threaded: add a fast path for unbinding shader buffers
Marek Olšák
2017-05-18
1
-3
/
+9
*
gallium/u_threaded: add a fast path for unbinding shader images
Marek Olšák
2017-05-18
1
-4
/
+10
*
st/mesa: silence a valgrind warning in u_threaded_context due to st_draw_vbo
Marek Olšák
2017-05-18
1
-0
/
+1
*
glsl_to_tgsi: declare all SSBOs and atomics when indirect indexing is used
Marek Olšák
2017-05-18
1
-16
/
+14
*
radeonsi: get the sampler view type from inst->Texture for TG4
Samuel Pitoiset
2017-05-18
1
-7
/
+3
*
tgsi: store the sampler view type directly in the instruction
Samuel Pitoiset
2017-05-18
8
-23
/
+49
*
tgsi: remove some unused OPCODE macros
Samuel Pitoiset
2017-05-18
2
-200
/
+0
*
gallivm: Make sure module has the correct data layout when pass manager runs
Tom Stellard
2017-05-18
1
-16
/
+18
*
egl: Partially revert 23c86c74, fix eglMakeCurrent
Chad Versace
2017-05-18
1
-19
/
+0
*
anv: fix multiview for clear commands
Iago Toral Quiroga
2017-05-18
1
-0
/
+41
*
ac: add missing extern "C" guards
Nicolai Hähnle
2017-05-18
2
-0
/
+16
*
ac: add radeon_info::num_{sdma,compute}_rings
Nicolai Hähnle
2017-05-18
4
-7
/
+19
*
ac: add radeon_surf::htile_slice_size
Nicolai Hähnle
2017-05-18
2
-0
/
+6
*
ac_surface: use radeon_info from ac_gpu_info
Nicolai Hähnle
2017-05-18
4
-35
/
+31
*
ac/radeonsi: move radeon_info initialization to amd/common
Nicolai Hähnle
2017-05-18
7
-241
/
+293
*
ac/radeonsi: move struct radeon_info to ac_gpu_info.h
Nicolai Hähnle
2017-05-18
2
-61
/
+94
*
ac/radeonsi: move some aspects of sanity checking to ac_surface
Nicolai Hähnle
2017-05-18
2
-16
/
+33
*
ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9
Nicolai Hähnle
2017-05-18
3
-20
/
+24
*
ac/radeonsi: move the bulk of gfx9_surface_init to ac_surface
Nicolai Hähnle
2017-05-18
3
-415
/
+394
*
ac/radeonsi: move the bulk of gfx6_surface_init to ac_surface
Nicolai Hähnle
2017-05-18
3
-411
/
+470
*
ac/radeonsi: move amdgpu_addr_create to ac_surface
Nicolai Hähnle
2017-05-18
8
-165
/
+220
*
ac/radeonsi: move surface definitions to new header ac_surface.h
Nicolai Hähnle
2017-05-18
2
-147
/
+179
*
st/mesa: remove an incorrect assertion
Nicolai Hähnle
2017-05-18
1
-2
/
+0
*
i965/vec4: load dvec3/4 uniforms first in the push constant buffer
Samuel Iglesias Gonsálvez
2017-05-18
1
-27
/
+80
*
i965/vec4: fix swizzle and writemask when loading an uniform with constant of...
Samuel Iglesias Gonsálvez
2017-05-18
1
-4
/
+11
*
i965/vec4/gs: restore the uniform values which was overwritten by failed vec4...
Samuel Iglesias Gonsálvez
2017-05-18
1
-0
/
+26
*
vc4: Don't allocate new BOs to avoid synchronization when they're shared.
Eric Anholt
2017-05-17
1
-1
/
+2
*
vc4: Drop pointless indirections around BO import/export.
Eric Anholt
2017-05-17
3
-69
/
+49
*
vc4: Drop the u_resource_vtbl no-op layer.
Eric Anholt
2017-05-17
4
-33
/
+27
*
gallium/radeon: use a top-of-pipe timestamp for the start of TIME_ELAPSED
Marek Olšák
2017-05-17
2
-2
/
+30
*
mesa: don't check mapped buffers in every draw call if drivers allow it
Marek Olšák
2017-05-17
1
-1
/
+14
*
mesa: add gl_constants::AllowMappedBuffersDuringExecution
Marek Olšák
2017-05-17
2
-0
/
+6
*
gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
Marek Olšák
2017-05-17
17
-0
/
+17
*
glxglvnddispatch: Add missing dispatch for GetDriverConfig
Hans de Goede
2017-05-17
2
-0
/
+15
*
swr: don't use AttributeSet with llvm >= 5
Tim Rowley
2017-05-17
1
-15
/
+21
*
Android: correct libz dependency
Chih-Wei Huang
2017-05-17
4
-3
/
+6
[next]