index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
radv: add debug flags for syncing shaders after every draw call
Samuel Pitoiset
2017-09-14
3
-0
/
+17
*
radv: add radv_cmd_buffer_after_draw() helper function
Samuel Pitoiset
2017-09-14
1
-6
/
+12
*
radv: save the bound pipeline pointers into the trace BO
Samuel Pitoiset
2017-09-14
2
-7
/
+54
*
radv: add a comment that describes the trace BO layout
Samuel Pitoiset
2017-09-14
1
-0
/
+6
*
radv: initialize the trace BO to 0
Samuel Pitoiset
2017-09-14
1
-1
/
+6
*
swr: use ARRAY_SIZE macro
Eric Engestrom
2017-09-14
1
-4
/
+6
*
mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...
Jeremy Huddleston Sequoia
2017-09-13
1
-7
/
+15
*
gallium/{r600, radeonsi}: Fix segfault with color format (v2)
Denis Pauk
2017-09-14
3
-1
/
+17
*
i965: Add an INTEL_DEBUG=submit option for printing batch statistics.
Kenneth Graunke
2017-09-13
3
-2
/
+3
*
radv/nir: call opt_remove_phis after trivial continues.
Dave Airlie
2017-09-13
1
-0
/
+1
*
util/build_id: Include <dlfcn.h>
Chad Versace
2017-09-13
1
-0
/
+1
[next]