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
...
*
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
*
util: Query build-id by symbol address, not library name
Chad Versace
2017-09-13
3
-13
/
+17
*
st/glsl_to_tgsi: remove unused code in temprename
Nicolai Hähnle
2017-09-13
1
-15
/
+1
*
st/glsl_to_tgsi: be precise about merging scopes
Nicolai Hähnle
2017-09-13
1
-2
/
+2
*
ac/surface: match Z and stencil tile config
Nicolai Hähnle
2017-09-13
1
-7
/
+42
*
ac/surface: sanity-check that we got a TC-compatible HTILE if requested
Nicolai Hähnle
2017-09-13
1
-0
/
+6
*
ac/addrlib: enable assertions in debug builds
Nicolai Hähnle
2017-09-13
1
-9
/
+17
*
ac/addrlib: relax an assertion
Nicolai Hähnle
2017-09-13
1
-1
/
+2
*
ac/addrlib: relax an assertion
Nicolai Hähnle
2017-09-13
1
-1
/
+1
*
radeonsi: hard-code pixel center for interpolateAtSample without multisample ...
Nicolai Hähnle
2017-09-13
3
-1
/
+33
*
radeonsi: apply a mask to gl_SampleMaskIn in the PS prolog
Nicolai Hähnle
2017-09-13
3
-5
/
+76
*
radeonsi: remove SET_PREDICATION workaround on newer firmware
Nicolai Hähnle
2017-09-13
1
-2
/
+4
[prev]
[next]