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
...
*
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
*
glsl: handle 8 and 16 bit ints in glsl_base_type_is_integer
Karol Herbst
2019-05-21
1
-1
/
+5
*
nir/test: add split vars tests (v2)
Dave Airlie
2019-05-21
1
-1
/
+419
*
anv: Don't re-use entry_point pointer from spirv_to_nir
Caio Marcelo de Oliveira Filho
2019-05-20
1
-2
/
+2
*
nir: Fix clone of nir_variable state slots
Caio Marcelo de Oliveira Filho
2019-05-20
1
-3
/
+5
*
mesa: unreference current winsys buffers when unbinding winsys buffers
Charmaine Lee
2019-05-20
1
-0
/
+4
*
st/mesa: purge framebuffers with current context after unbinding winsys buffers
Charmaine Lee
2019-05-20
1
-3
/
+10
*
spirv: Generate proper NULL pointer values
Caio Marcelo de Oliveira Filho
2019-05-20
1
-4
/
+12
*
spirv: Reuse helpers in vtn_handle_type()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-33
/
+6
*
spirv: Add vtn_variable_mode_image
Caio Marcelo de Oliveira Filho
2019-05-20
2
-0
/
+11
*
spirv: Add vtn_mode_to_address_format()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-20
/
+57
*
spirv: Add vtn_mode_uses_ssa_offset()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-8
/
+15
*
spirv: Add and use vtn_type_without_array() helper
Caio Marcelo de Oliveira Filho
2019-05-20
3
-8
/
+15
*
spirv: Change vtn_null_constant() to use vtn_type
Caio Marcelo de Oliveira Filho
2019-05-20
1
-32
/
+26
*
spirv: Export vtn_storage_class_to_mode()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-1
/
+6
*
nir: Add nir_address_format_null_value()
Caio Marcelo de Oliveira Filho
2019-05-20
2
-0
/
+22
*
spirv, radv, anv: Replace ptr_type with addr_format
Caio Marcelo de Oliveira Filho
2019-05-20
5
-36
/
+46
*
nir: Add nir_address_format_32bit_offset
Caio Marcelo de Oliveira Filho
2019-05-20
2
-0
/
+9
[prev]
[next]