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
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: add release notes for 17.2.1
Emil Velikov
2017-09-18
1
-0
/
+199
*
docs: update sourcetree following omx rename
Eric Engestrom
2017-09-17
1
-1
/
+1
*
gbm: Add gbm_device_get_format_modifier_plane_count to test
Gert Wollny
2017-09-17
1
-0
/
+1
*
travis: replace omx feature flag with omx-bellagio one
Andres Gomez
2017-09-17
1
-6
/
+6
*
docs/submittingpatches: add 'test each commit' instructions
Eric Engestrom
2017-09-17
1
-0
/
+12
*
radv: Add support for more DCC compression with VK_KHR_image_format_list.
Bas Nieuwenhuizen
2017-09-16
2
-3
/
+25
*
radv: Add code to check if two formats can share DCC metadata.
Bas Nieuwenhuizen
2017-09-16
2
-0
/
+87
*
i965: Add an INTEL_DEBUG=reemit option.
Kenneth Graunke
2017-09-15
4
-1
/
+4
*
clover: Fix build after LLVM r313390
Jan Vesely
2017-09-15
2
-1
/
+11
*
radv: Don't redundantly emit pipelines after secondary cmd buffer.
Bas Nieuwenhuizen
2017-09-15
1
-5
/
+6
*
radv: Check for GFX9 for 1D arrays in image_size intrinsic.
Bas Nieuwenhuizen
2017-09-15
1
-1
/
+2
*
i965: drop unused variables
Eric Engestrom
2017-09-15
2
-2
/
+0
*
i965/tex: Unify the TexImage and TexSubImage code
Jason Ekstrand
2017-09-15
1
-58
/
+45
*
i965/tex: Remove the for_glTexImage parameter from texsubimage_tiled_memcpy
Jason Ekstrand
2017-09-15
1
-14
/
+5
*
i965/tex: Make a couple of helpers static
Jason Ekstrand
2017-09-15
2
-22
/
+2
*
i965: Move TexSubImage functions to intel_tex_image.c
Jason Ekstrand
2017-09-15
5
-260
/
+210
*
i965/blorp: Set r8stencil_needs_update when writing stencil
Jason Ekstrand
2017-09-15
1
-0
/
+6
*
util/u_atomic: Add implementation of __sync_val_compare_and_swap_8
Matt Turner
2017-09-15
1
-0
/
+14
*
util: Link libmesautil into u_atomic_test
Matt Turner
2017-09-15
1
-0
/
+1
*
vulkan: update headers & registry to VK 1.0.61
Lionel Landwerlin
2017-09-15
2
-150
/
+908
*
automake: enable libunwind in `make distcheck'
Emil Velikov
2017-09-15
1
-0
/
+1
*
travis: Add libunwind-dev to gallium/make builds
Gert Wollny
2017-09-15
1
-0
/
+11
*
travis: force llvm-3.3 for "make Gallium ST Other"
Gert Wollny
2017-09-15
1
-0
/
+4
*
mesa/st/tests: Correct build flags and force -std=c++11
Gert Wollny
2017-09-15
1
-9
/
+5
*
automake: include radv_shader.h in the sources list
Emil Velikov
2017-09-15
1
-0
/
+1
*
st/omx_bellagio: Rename state tracker and option
Gurkirpal Singh
2017-09-15
16
-29
/
+34
*
i965: fix build warning on clang
Tapani Pälli
2017-09-15
1
-1
/
+2
*
radv: fix a potential crash if attachments allocation failed
Samuel Pitoiset
2017-09-15
1
-1
/
+2
*
radv: dump the device name into the hang report
Samuel Pitoiset
2017-09-15
1
-0
/
+30
*
radv: add get_chip_name() callback
Samuel Pitoiset
2017-09-15
2
-0
/
+10
*
r600: add .gitignore for egd_tables.h
Dave Airlie
2017-09-15
1
-0
/
+1
*
radeonsi: enable STD430 packing of UBOs by default
Timothy Arceri
2017-09-15
1
-1
/
+1
*
st/mesa: set UseSTD430AsDefaultPacking const based on CAP
Timothy Arceri
2017-09-15
1
-0
/
+3
*
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
2017-09-15
17
-0
/
+18
*
radeonsi: make use of LOAD for UBOs
Timothy Arceri
2017-09-15
1
-10
/
+21
*
mesa/st: add LOAD support for UBOs
Timothy Arceri
2017-09-15
1
-79
/
+119
*
mesa/st: create add_buffer_to_load_and_stores() helper
Timothy Arceri
2017-09-15
1
-19
/
+27
*
gallium: add CONSTBUF type to tgsi_file_type
Timothy Arceri
2017-09-15
2
-0
/
+2
*
virgl: drop const dimensions on first block.
Dave Airlie
2017-09-15
1
-0
/
+27
*
st/glsl->tgsi: fix u64 to bool comparisons.
Dave Airlie
2017-09-15
1
-1
/
+15
*
i965: Print size of validation and relocation lists in INTEL_DEBUG=flush
Kenneth Graunke
2017-09-14
1
-3
/
+8
*
i965: Disentangle batch and state buffer flushing.
Kenneth Graunke
2017-09-14
5
-40
/
+30
*
i965: Delete BATCH_RESERVED handling.
Kenneth Graunke
2017-09-14
2
-34
/
+3
*
i965: Make BLORP properly avoid batch wrapping.
Kenneth Graunke
2017-09-14
1
-14
/
+2
*
i965: Grow the batch/state buffers if we need space and can't flush.
Kenneth Graunke
2017-09-14
1
-5
/
+131
*
i965: Use a separate state buffer, but avoid changing flushing behavior.
Kenneth Graunke
2017-09-14
7
-82
/
+141
*
i965: Pass screen to intel_batchbuffer_reset().
Kenneth Graunke
2017-09-14
1
-10
/
+8
*
i965: Prepare INTEL_DEBUG=bat decoding for a separate statebuffer.
Kenneth Graunke
2017-09-14
1
-56
/
+54
*
i965: Split brw_emit_reloc into brw_batch_reloc and brw_state_reloc.
Kenneth Graunke
2017-09-14
5
-48
/
+73
*
i965: Refactor relocs into a brw_reloc_list structure.
Kenneth Graunke
2017-09-14
2
-19
/
+32
[next]