projects
/
platform
/
upstream
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/mesa.git
2017-09-15
Eric Engestrom
i965: drop unused variables
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Jason Ekstrand
i965/tex: Unify the TexImage and TexSubImage code
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Jason Ekstrand
i965/tex: Remove the for_glTexImage parameter from...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Jason Ekstrand
i965/tex: Make a couple of helpers static
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Jason Ekstrand
i965: Move TexSubImage functions to intel_tex_image.c
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Jason Ekstrand
i965/blorp: Set r8stencil_needs_update when writing...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Matt Turner
util/u_atomic: Add implementation of __sync_val_compare...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Matt Turner
util: Link libmesautil into u_atomic_test
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Lionel Landwerlin
vulkan: update headers & registry to VK 1.0.61
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Emil Velikov
automake: enable libunwind in `make distcheck'
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Gert Wollny
travis: Add libunwind-dev to gallium/make builds
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Gert Wollny
travis: force llvm-3.3 for "make Gallium ST Other"
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Gert Wollny
mesa/st/tests: Correct build flags and force -std=c++11
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Emil Velikov
automake: include radv_shader.h in the sources list
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Gurkirpal Singh
st/omx_bellagio: Rename state tracker and option
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Tapani Pälli
i965: fix build warning on clang
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Samuel Pitoiset
radv: fix a potential crash if attachments allocation...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Samuel Pitoiset
radv: dump the device name into the hang report
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Samuel Pitoiset
radv: add get_chip_name() callback
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Dave Airlie
r600: add .gitignore for egd_tables.h
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Timothy Arceri
radeonsi: enable STD430 packing of UBOs by default
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Timothy Arceri
st/mesa: set UseSTD430AsDefaultPacking const based...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Timothy Arceri
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Timothy Arceri
radeonsi: make use of LOAD for UBOs
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Timothy Arceri
mesa/st: add LOAD support for UBOs
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Timothy Arceri
mesa/st: create add_buffer_to_load_and_stores() helper
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Timothy Arceri
gallium: add CONSTBUF type to tgsi_file_type
commit
|
commitdiff
|
tree
|
snapshot
2017-09-15
Dave Airlie
virgl: drop const dimensions on first block.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Dave Airlie
st/glsl->tgsi: fix u64 to bool comparisons.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Print size of validation and relocation lists...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Disentangle batch and state buffer flushing.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Delete BATCH_RESERVED handling.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Make BLORP properly avoid batch wrapping.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Grow the batch/state buffers if we need space...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Use a separate state buffer, but avoid changing...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Pass screen to intel_batchbuffer_reset().
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Prepare INTEL_DEBUG=bat decoding for a separate...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Split brw_emit_reloc into brw_batch_reloc and...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Refactor relocs into a brw_reloc_list structure.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Move brw_state_batch code to intel_batchbuffer.c
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Drop a useless ret == 0 check.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Use a WC map and memcpy for the batch instead...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Use batch->bo->size in brw_emit_reloc assertion.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Kenneth Graunke
i965: Delete a batch size assertion that isn't very...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Jason Ekstrand
i965/screen: Implement queryDmaBufFormatModifierAttirbs
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Jason Ekstrand
i965/screen: Report the correct number of image planes
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Jason Ekstrand
gbm: Add a gbm_device_get_format_modifier_plane_count...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Jason Ekstrand
dri/image: Add a format modifier attributes query
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Christoph Berliner
drirc: enable glthread for more games (Civ5, CivBE...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Iago Toral...
glsl: avoid accessing invalid memory after get_variable...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Iago Toral...
glsl: make the redeclared variable NULL if it is deleted
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Iago Toral...
glsl: use 'declared_var' instead of 'var' after checkin...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Eric Engestrom
dri/radeon: use ARRAY_SIZE macro
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: dump the list of enabled options when a hang...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: dump last 60 lines of dmesg when a hang occured
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: dump descriptors when a hang occured
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: save all descriptor pointers into the trace BO
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: dump annotated shaders using UMR
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radeonsi: move si_get_wave_info() to AMD common code
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: dump some status MMIO registers when a hang occured
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv/winsys: add a read_registers() callback
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: dump shader stats when a hang occured
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: add radv_shader_dump_stats() helper
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: dump the active shaders when a hang occured
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: add debug flags for syncing shaders after every...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: add radv_cmd_buffer_after_draw() helper function
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: save the bound pipeline pointers into the trace BO
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: add a comment that describes the trace BO layout
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Samuel Pitoiset
radv: initialize the trace BO to 0
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Eric Engestrom
swr: use ARRAY_SIZE macro
commit
|
commitdiff
|
tree
|
snapshot
2017-09-14
Jeremy Huddleston...
mesa: Deal with size differences between GLuint and...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Denis Pauk
gallium/{r600, radeonsi}: Fix segfault with color forma...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Kenneth Graunke
i965: Add an INTEL_DEBUG=submit option for printing...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Dave Airlie
radv/nir: call opt_remove_phis after trivial continues.
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Chad Versace
util/build_id: Include <dlfcn.h>
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Chad Versace
util: Query build-id by symbol address, not library...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
st/glsl_to_tgsi: remove unused code in temprename
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
st/glsl_to_tgsi: be precise about merging scopes
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
ac/surface: match Z and stencil tile config
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
ac/surface: sanity-check that we got a TC-compatible...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
ac/addrlib: enable assertions in debug builds
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
ac/addrlib: relax an assertion
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
ac/addrlib: relax an assertion
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
radeonsi: hard-code pixel center for interpolateAtSampl...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai HÃ...
radeonsi: apply a mask to gl_SampleMaskIn in the PS...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
radeonsi: remove SET_PREDICATION workaround on newer...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
amd/common: get ME/PFP/CE firmware feature versions...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
radeonsi: rename variable to clarify its meaning
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
radeonsi: make si_init_shader_selector_async static
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
radeonsi: fix segfault in descriptor dumping
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Nicolai Hähnle
ddebug: write out final driver log messages with GALLIU...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Tim Rowley
swr/rast: Fetch compile state changes
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Tim Rowley
swr/rast: adjust linux cpu topology identification...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Tim Rowley
swr/rast: Missed conversion to SIMD_T
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Tim Rowley
swr/rast: whitespace changes
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Tim Rowley
swr/rast: add graph write to jit debug putput
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Tim Rowley
swr/rast: Migrate memory pointers to gfxptr_t type
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Tim Rowley
swr/rast: Remove hardcoded clip/cull slot from clipper
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Tim Rowley
swr/rast: Start to remove hardcoded clipcull_dist verte...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-13
Tim Rowley
swr/rast: Move clip/cull enables in API
commit
|
commitdiff
|
tree
|
snapshot
next