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
*
intel/blorp: Drop blorp_resolve_ccs_attachment
Jason Ekstrand
2017-11-27
2
-61
/
+20
*
anv: Let blorp handle indirect clear colors for CCS resolves
Jason Ekstrand
2017-11-27
3
-67
/
+20
*
anv: Move get_fast_clear_state_address into anv_private.h
Jason Ekstrand
2017-11-27
2
-50
/
+33
*
intel/blorp: Take a range of layers in blorp_ccs_resolve
Jason Ekstrand
2017-11-27
3
-4
/
+8
*
intel/blorp: Add initial support for indirect clear colors
Jason Ekstrand
2017-11-27
6
-0
/
+109
*
i965/blorp: Use a designated initializer for blorp_surf
Jason Ekstrand
2017-11-27
1
-8
/
+9
*
intel/blorp: Add fast-clear to the special case in MSAA resolves
Jason Ekstrand
2017-11-27
1
-2
/
+9
*
intel/blorp/blit: Rename blorp_nir_txf_ms_mcs
Jason Ekstrand
2017-11-27
1
-4
/
+5
*
st/glsl_to_tgsi: make use of driver_cache_blob with the disk cache
Timothy Arceri
2017-11-28
4
-231
/
+110
*
glsl: Fix typo nagivation -> navigation
Gwan-gyeong Mun
2017-11-28
1
-1
/
+1
*
gl_table.py: add extern C guard for the generated glapitable.h
Emil Velikov
2017-11-27
1
-0
/
+8
*
ac: pack legacy_surf_level better
Marek Olšák
2017-11-27
1
-3
/
+3
*
ac: change legacy_surf_level::slice_size to dword units
Marek Olšák
2017-11-27
12
-36
/
+38
*
ac: pack ac_surface better
Marek Olšák
2017-11-27
3
-11
/
+12
*
radeonsi: always initialize max_forced_staging_uploads
Marek Olšák
2017-11-27
1
-0
/
+2
*
radeonsi: remove an old hack for evergreen
Marek Olšák
2017-11-27
1
-10
/
+0
*
radeonsi: set COMPUTE_RESOURCE_LIMITS.FORCE_SIMD_DIST when profitable
Marek Olšák
2017-11-27
1
-1
/
+16
*
ac/nir: don't write tcs outputs to LDS that aren't read back.
Dave Airlie
2017-11-27
1
-1
/
+16
*
nir: fill outputs_read field and add patch outputs read (v2)
Dave Airlie
2017-11-27
2
-12
/
+30
*
r600/eg: dump event type in dumps
Dave Airlie
2017-11-27
1
-0
/
+1
*
nouveau/compiler: Allow to omit line numbers when printing instructions
Tobias Klausmann
2017-11-26
5
-4
/
+13
*
radeonsi: try flushing unflushed fences in si_fence_finish even when timeout ...
Nicolai Hähnle
2017-11-26
1
-3
/
+3
*
nv50/ir: move LateAlgebraicOpt to the very end
Ilia Mirkin
2017-11-26
1
-1
/
+1
*
nv50/ir: when merging immediates/consts, load directly
Ilia Mirkin
2017-11-26
1
-1
/
+21
*
nv50/ir: add optimization for modulo by a non-power-of-2 value
Ilia Mirkin
2017-11-26
1
-0
/
+15
*
nv50/ir: optimize signed integer modulo by pow-of-2
Ilia Mirkin
2017-11-25
2
-10
/
+29
*
util: Just give up and define PIPE_ARCH_LITTLE_ENDIAN on MSVC
Matt Turner
2017-11-25
1
-2
/
+3
*
util: Use preprocessor correctly
Matt Turner
2017-11-25
1
-1
/
+1
*
freedreno/a4xx: add ARB_framebuffer_no_attachments support
Ilia Mirkin
2017-11-25
2
-1
/
+6
*
freedreno/a4xx: add indirect draw support
Ilia Mirkin
2017-11-25
2
-0
/
+33
*
freedreno: regenerate pm4 header, adjust code for new names
Ilia Mirkin
2017-11-25
3
-114
/
+171
*
freedreno/a4xx: add stencil texturing support
Ilia Mirkin
2017-11-25
3
-12
/
+35
*
freedreno/ir3: add a pass to lower tg4 to txl, enable gather on a4xx
Ilia Mirkin
2017-11-25
7
-3
/
+151
*
nir: allow texture offsets with cube maps
Ilia Mirkin
2017-11-25
1
-2
/
+13
*
util: Fix disk_cache index calculation on big endian
Matt Turner
2017-11-25
1
-2
/
+2
*
util: Add a SHA1 unit test program
Matt Turner
2017-11-25
2
-1
/
+67
*
util: Fix SHA1 implementation on big endian
Matt Turner
2017-11-25
1
-1
/
+2
*
util: Assume little endian in the absence of platform-specific handling
Matt Turner
2017-11-25
1
-0
/
+3
*
mesa: shrink VERT_ATTRIB bitfields to 32 bits
Marek Olšák
2017-11-25
14
-49
/
+59
*
mesa: remove unused vertex attrib WEIGHT
Marek Olšák
2017-11-25
11
-27
/
+24
*
mesa: don't assign numbers to vertex attrib enums manually
Marek Olšák
2017-11-25
3
-133
/
+133
*
gallium/hud: add HUD sharing within a context share group
Marek Olšák
2017-11-25
4
-14
/
+106
*
gallium/hud: update the HUD interface for multiple contexts
Marek Olšák
2017-11-25
9
-19
/
+22
*
gallium/hud: prevent a crash if the recording context is inactive
Marek Olšák
2017-11-25
1
-1
/
+4
*
gallium/hud: separate code for record context init/release
Marek Olšák
2017-11-25
2
-16
/
+37
*
gallium/hud: separate code for draw context init/release
Marek Olšák
2017-11-25
1
-70
/
+111
*
gallium/hud: don't use hud->pipe in hud_parse_env_var
Marek Olšák
2017-11-25
1
-6
/
+7
*
gallium/hud: use cso_get_pipe_context
Marek Olšák
2017-11-25
6
-7
/
+8
*
cso: add cso_get_pipe_context
Marek Olšák
2017-11-25
2
-0
/
+5
*
gallium/hud: pass pipe_context explicitly to most functions
Marek Olšák
2017-11-25
5
-64
/
+57
[next]