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
*
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
*
i965: Move brw_state_batch code to intel_batchbuffer.c
Kenneth Graunke
2017-09-14
4
-97
/
+47
*
i965: Drop a useless ret == 0 check.
Kenneth Graunke
2017-09-14
1
-22
/
+20
*
i965: Use a WC map and memcpy for the batch instead of pwrite.
Kenneth Graunke
2017-09-14
1
-10
/
+8
*
i965: Use batch->bo->size in brw_emit_reloc assertion.
Kenneth Graunke
2017-09-14
1
-1
/
+1
*
i965: Delete a batch size assertion that isn't very useful.
Kenneth Graunke
2017-09-14
1
-3
/
+0
*
i965/screen: Implement queryDmaBufFormatModifierAttirbs
Jason Ekstrand
2017-09-14
1
-1
/
+23
*
i965/screen: Report the correct number of image planes
Jason Ekstrand
2017-09-14
1
-1
/
+8
*
gbm: Add a gbm_device_get_format_modifier_plane_count function
Jason Ekstrand
2017-09-14
4
-0
/
+48
*
dri/image: Add a format modifier attributes query
Jason Ekstrand
2017-09-14
1
-1
/
+26
*
drirc: enable glthread for more games (Civ5, CivBE, Dreamfall, Hitman, SR3)
Christoph Berliner
2017-09-14
1
-0
/
+15
*
glsl: avoid accessing invalid memory after get_variable_being_redeclared()
Iago Toral Quiroga
2017-09-14
1
-20
/
+19
*
glsl: make the redeclared variable NULL if it is deleted
Iago Toral Quiroga
2017-09-14
1
-3
/
+6
*
glsl: use 'declared_var' instead of 'var' after checking redeclarations
Iago Toral Quiroga
2017-09-14
1
-2
/
+2
*
dri/radeon: use ARRAY_SIZE macro
Eric Engestrom
2017-09-14
1
-1
/
+3
*
radv: dump the list of enabled options when a hang occured
Samuel Pitoiset
2017-09-14
3
-0
/
+46
*
radv: dump last 60 lines of dmesg when a hang occured
Samuel Pitoiset
2017-09-14
1
-0
/
+20
*
radv: dump descriptors when a hang occured
Samuel Pitoiset
2017-09-14
1
-0
/
+182
*
radv: save all descriptor pointers into the trace BO
Samuel Pitoiset
2017-09-14
2
-0
/
+35
*
radv: dump annotated shaders using UMR
Samuel Pitoiset
2017-09-14
1
-0
/
+172
*
radeonsi: move si_get_wave_info() to AMD common code
Samuel Pitoiset
2017-09-14
3
-93
/
+97
*
radv: dump some status MMIO registers when a hang occured
Samuel Pitoiset
2017-09-14
1
-0
/
+57
*
radv/winsys: add a read_registers() callback
Samuel Pitoiset
2017-09-14
2
-0
/
+14
*
radv: dump shader stats when a hang occured
Samuel Pitoiset
2017-09-14
1
-3
/
+6
*
radv: add radv_shader_dump_stats() helper
Samuel Pitoiset
2017-09-14
3
-63
/
+77
*
radv: dump the active shaders when a hang occured
Samuel Pitoiset
2017-09-14
1
-5
/
+89
[next]