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
*
nir/builder: Remove the use_fmov parameter from nir_swizzle
Jason Ekstrand
2019-05-24
15
-51
/
+48
*
ptn,ttn: Use nir_channel for selecting channels
Jason Ekstrand
2019-05-24
2
-2
/
+2
*
etnaviv: use the correct uniform dirty bits
Christian Gmeiner
2019-05-24
1
-2
/
+2
*
anv: Do not emulate texture swizzle for INPUT_ATTACHMENT, STORAGE_IMAGE
Danylo Piliaiev
2019-05-24
2
-6
/
+12
*
st/dri: enable EGL_ANDROID_blob_cache on gallium drivers
Tapani Pälli
2019-05-24
1
-0
/
+29
*
panfrost: Remove the standalone compiler
Alyssa Rosenzweig
2019-05-24
2
-165
/
+0
*
vk/util: suppress warning about out-of-enum android value
Eric Engestrom
2019-05-23
1
-2
/
+4
*
iris: Advertise coherent framebuffer fetches
Kenneth Graunke
2019-05-23
1
-0
/
+2
*
gallium: Add PIPE_CAP_FBFETCH_COHERENT and expose extensions
Kenneth Graunke
2019-05-23
4
-0
/
+8
*
st/mesa: Advertise GL_EXT_shader_framebuffer_fetch_non_coherent
Kenneth Graunke
2019-05-23
1
-0
/
+5
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
20
-24
/
+32
*
iris: Record state sizes for INTEL_DEBUG=bat decoding.
Kenneth Graunke
2019-05-23
7
-5
/
+57
*
vk/util: drop no-op compiler warning workaround
Eric Engestrom
2019-05-23
1
-19
/
+5
*
mesa/main: make the CONSERVATIVE_RASTERIZATION_INTEL checks consistent
Erik Faye-Lund
2019-05-23
1
-1
/
+2
*
mesa/main: make the FRAGMENT_PROGRAM checks consistent
Erik Faye-Lund
2019-05-23
1
-3
/
+2
*
mesa/main: make the TEXTURE_CUBE_MAP checks consistent
Erik Faye-Lund
2019-05-23
1
-3
/
+5
*
mesa/main: remove duplicate macros
Erik Faye-Lund
2019-05-23
1
-14
/
+0
*
mesa/main: remove unused argument
Erik Faye-Lund
2019-05-23
1
-24
/
+24
*
mesa/main: remove unused macro
Erik Faye-Lund
2019-05-23
1
-8
/
+0
*
glsl: simplify resource list building code
Timothy Arceri
2019-05-23
3
-77
/
+87
*
virgl: track valid buffer range for transfer sync
Chia-I Wu
2019-05-22
7
-20
/
+59
*
virgl: remove support for buffer surfaces
Chia-I Wu
2019-05-22
2
-19
/
+15
*
virgl: handle NULL shader resource explicitly
Chia-I Wu
2019-05-22
1
-3
/
+3
*
vulkan: fix build dependency issue with generated files
Lionel Landwerlin
2019-05-22
7
-26
/
+35
*
gallium: enable dmabuf on BSD as well
Greg V
2019-05-22
1
-1
/
+1
*
iris: fix android build
Tapani Pälli
2019-05-22
1
-0
/
+1
*
etnaviv: fill missing offset in etna_resource_get_handle
Philipp Zabel
2019-05-22
1
-0
/
+1
*
radv: do not reset query pool during creation
Samuel Pitoiset
2019-05-22
1
-3
/
+0
*
radv: fix the sample max distance value for 8x
Samuel Pitoiset
2019-05-22
1
-1
/
+1
*
radv: emit correct centroid priority based on the number of samples
Samuel Pitoiset
2019-05-22
1
-3
/
+16
*
radv: clean up the sample locations codebase
Samuel Pitoiset
2019-05-22
4
-98
/
+76
*
radv: remove remaining code related to 16 samples
Samuel Pitoiset
2019-05-22
2
-51
/
+0
*
iris: Fix ALT mode regressions from shader cache
Kenneth Graunke
2019-05-21
2
-4
/
+9
*
radeonsi: fix a regression in si_rebind_buffer
Marek Olšák
2019-05-21
1
-4
/
+8
*
iris: Expose the disk cache to the state tracker as well.
Kenneth Graunke
2019-05-21
1
-0
/
+8
*
iris: Cache assembly shaders in the on-disk shader cache
Dylan Baker
2019-05-21
3
-6
/
+236
*
iris: Serialize the NIR to a blob we can use for shader cache purposes.
Kenneth Graunke
2019-05-21
2
-0
/
+25
*
iris: Start wiring up on-disk shader cache
Dylan Baker
2019-05-21
4
-0
/
+81
*
iris: Move iris_uncompiled_shader definition to iris_context.h
Kenneth Graunke
2019-05-21
2
-23
/
+23
*
intel: Move brw_prog_key_set_id from i965 to the compiler.
Kenneth Graunke
2019-05-21
4
-20
/
+20
*
spirv: Drop GOOGLE suffix from names incorporated to SPIR-V
Caio Marcelo de Oliveira Filho
2019-05-21
2
-15
/
+15
*
spirv: Pick the right bitsize when doing SpvUConvert
Caio Marcelo de Oliveira Filho
2019-05-21
1
-0
/
+1
*
spirv: Trivially handle new 1.4 loop controls
Caio Marcelo de Oliveira Filho
2019-05-21
1
-1
/
+6
*
spirv: Update JSON and Headers to 1.4
Caio Marcelo de Oliveira Filho
2019-05-21
3
-81
/
+2419
*
spirv: Handle instruction aliases in spirv_info_c.py
Caio Marcelo de Oliveira Filho
2019-05-21
1
-0
/
+7
*
Revert "glsl: do not use deprecated bison-keyword"
Erik Faye-Lund
2019-05-21
3
-3
/
+3
*
imgui: delete demo file
Eric Engestrom
2019-05-21
2
-4326
/
+1
*
vulkan/overlay: update remaining manual error checks
Lionel Landwerlin
2019-05-21
1
-42
/
+24
*
vulkan/overlay: fix timestamp query emission with no pipeline stats
Lionel Landwerlin
2019-05-21
1
-4
/
+0
*
glsl: do not use deprecated bison-keyword
Erik Faye-Lund
2019-05-21
3
-3
/
+3
[next]