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
*
r600: use min_dx10/max_dx10 instead of min/max
Roland Scheidegger
2017-11-15
2
-6
/
+9
*
r600: fix cubemap arrays
Dave Airlie
2017-11-15
1
-9
/
+17
*
freedreno/a5xx: small comment fix
Rob Clark
2017-11-14
1
-1
/
+1
*
freedreno/a5xx: indirect draw support
Rob Clark
2017-11-14
2
-1
/
+37
*
freedreno/a5xx: split out helper for pipeline stalls
Rob Clark
2017-11-14
2
-6
/
+13
*
freedreno: update generated headers
Rob Clark
2017-11-14
6
-16
/
+135
*
gallium/radeon: disable the cache when nir backend enabled
Timothy Arceri
2017-11-15
1
-0
/
+4
*
st/glsl_to_tgsi: use tgsi_get_gl_varying_semantic() for gs/tes outputs
Timothy Arceri
2017-11-15
1
-91
/
+5
*
gallium/tgsi: add tess output supoort to tgsi_get_gl_varying_semantic()
Timothy Arceri
2017-11-15
1
-0
/
+8
*
st/glsl_to_tgsi: make use of tgsi_get_gl_varying_semantic()
Timothy Arceri
2017-11-15
1
-71
/
+11
*
gallium/tgsi: add prim id to tgsi_get_gl_varying_semantic()
Timothy Arceri
2017-11-15
1
-0
/
+4
*
i965: Make use of brw_load_register_imm32() helper function
Anuj Phogat
2017-11-14
5
-40
/
+19
*
i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DW
Anuj Phogat
2017-11-14
2
-5
/
+19
*
i965: Program DWord Length in MI_FLUSH_DW
Anuj Phogat
2017-11-14
2
-2
/
+2
*
anv/gen10: Enable float blend optimization
Anuj Phogat
2017-11-14
1
-0
/
+12
*
intel/genxml: Add Cache Mode SubSlice Register to gen10.xml
Anuj Phogat
2017-11-14
1
-0
/
+12
*
anv/gen10: Implement WaSampleOffsetIZ workaround
Anuj Phogat
2017-11-14
1
-0
/
+61
*
mesa/st: add missing copyright headers to memoryobjects files
Andres Rodriguez
2017-11-14
2
-0
/
+48
*
mesa: minor tidy up for memory object error strings
Andres Rodriguez
2017-11-14
1
-16
/
+14
*
broadcom/vc4: fix indentation in vc4_screen.c
Andres Rodriguez
2017-11-14
1
-8
/
+8
*
Revert "intel/fs: Use a pure vertical stride for large register strides"
Matt Turner
2017-11-14
1
-13
/
+3
*
i965/fs: Fix extract_i8/u8 to a 64-bit destination
Matt Turner
2017-11-14
1
-2
/
+23
*
i965/fs: Split all 32->64-bit MOVs on CHV, BXT, GLK
Matt Turner
2017-11-14
1
-4
/
+4
*
swr/rast: Faster emulated simd16 permute
Tim Rowley
2017-11-14
1
-23
/
+11
*
swr/rast: Use gather instruction for i32gather_ps on simd16/avx512
Tim Rowley
2017-11-14
1
-11
/
+1
*
egl/wayland: Add a fallback when fourcc query isn't supported
Derek Foreman
2017-11-14
1
-2
/
+30
*
radeonsi: remove has_cp_dma, has_streamout flags (v2)
Marek Olšák
2017-11-14
3
-20
/
+2
*
i965: implement (un)mapImage
Julien Isorce
2017-11-14
1
-2
/
+63
*
radv: force enable LLVM sisched for The Talos Principle
Samuel Pitoiset
2017-11-14
1
-0
/
+20
*
radv: add nosisched debug option
Samuel Pitoiset
2017-11-14
2
-0
/
+10
*
spirv: fix typo on DO NOT EDIT header
Alejandro Piñeiro
2017-11-14
1
-1
/
+1
*
radv: Free temporary syncobj after waiting on it.
Bas Nieuwenhuizen
2017-11-14
1
-4
/
+18
*
radv: Free syncobj with multiple imports.
Bas Nieuwenhuizen
2017-11-14
1
-2
/
+8
*
i965: Track the depth and render caches separately
Jason Ekstrand
2017-11-13
5
-22
/
+26
*
i965/blorp: Add more destination flushing
Jason Ekstrand
2017-11-13
1
-1
/
+6
*
i965: Add more precise cache tracking helpers
Jason Ekstrand
2017-11-13
6
-13
/
+49
*
i965: Add stencil buffers to cache set regardless of stencil texturing
Jason Ekstrand
2017-11-13
1
-3
/
+1
*
i965: Switch over to fully external-or-not MOCS scheme
Jason Ekstrand
2017-11-13
3
-29
/
+11
*
i965: Use PTE MOCS for all external buffers
Jason Ekstrand
2017-11-13
2
-10
/
+18
*
intel/blorp: Make the MOCS setting part of blorp_address
Jason Ekstrand
2017-11-13
6
-33
/
+44
*
anv/blorp: Add a device parameter to blorp_surf_for_anv_image
Jason Ekstrand
2017-11-13
1
-22
/
+34
*
intel/blorp: Use mocs.tex for depth stencil
Jason Ekstrand
2017-11-13
1
-5
/
+1
*
intel/tools/error: Decode compute shaders.
Kenneth Graunke
2017-11-13
1
-7
/
+42
*
intel/tools/error: Use do-while for field iterator loops.
Kenneth Graunke
2017-11-13
1
-6
/
+6
*
intel/tools/error: Decode shaders while decoding batch commands.
Kenneth Graunke
2017-11-13
1
-85
/
+49
*
intel/tools/error: Save error state sections and decode them later.
Kenneth Graunke
2017-11-13
1
-37
/
+58
*
intel/tools/error: Fix null termination of ring name string.
Kenneth Graunke
2017-11-13
1
-0
/
+1
*
intel/tools/error: Drop unused MAX_RINGS #define.
Kenneth Graunke
2017-11-13
1
-2
/
+0
*
intel/tools/error: Refactor buffer matching, add more buffers.
Kenneth Graunke
2017-11-13
1
-62
/
+30
*
intel/tools/error: Only decode a few sections of error states.
Kenneth Graunke
2017-11-13
1
-1
/
+3
[next]