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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
python: Better iterate over dictionaries
Mathieu Bridon
2018-07-24
2
-6
/
+6
*
intel: Make the disassembler take a const pointer to the assembly.
Kenneth Graunke
2018-07-24
2
-4
/
+5
*
intel/compiler: Account for built-in uniforms in analyze_ubo_ranges
Jason Ekstrand
2018-07-23
3
-4
/
+40
*
anv: remove unnecessary runtime copy of static string
Eric Engestrom
2018-07-23
1
-2
/
+1
*
anv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE)_BIT
Alex Smith
2018-07-23
1
-0
/
+9
*
intel/blorp: Fix blits to R8G8B8_UNORM_SRGB sRGB harder
Jason Ekstrand
2018-07-23
1
-3
/
+11
*
anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAV
Jason Ekstrand
2018-07-22
1
-31
/
+22
*
anv: Properly handle GetImageSubresourceLayout on complex images
Jason Ekstrand
2018-07-22
1
-7
/
+16
*
anv/gen9: expose VK_EXT_post_depth_coverage
Ilia Mirkin
2018-07-22
3
-2
/
+10
*
intel: tools: dump: protect against multiple calls on destructor
Lionel Landwerlin
2018-07-20
1
-3
/
+16
*
intel: tools: dump: make dump tool reliable under gdb
Lionel Landwerlin
2018-07-20
2
-4
/
+9
*
intel: tools: dump: remove mentions of intel_aubdump
Lionel Landwerlin
2018-07-19
1
-15
/
+15
*
intel: tools: aubwrite: fix invalid frees on finish
Lionel Landwerlin
2018-07-19
1
-4
/
+9
*
intel/isl/gen4: Make depth/stencil buffers Y-Tiled
Nanley Chery
2018-07-19
1
-1
/
+8
*
intel: tools: dump: trace memory writes
Lionel Landwerlin
2018-07-19
1
-13
/
+32
*
intel: tools: dump: remove command execution feature
Lionel Landwerlin
2018-07-19
2
-119
/
+29
*
intel/blorp: Take an explicit filter parameter in blorp_blit
Jason Ekstrand
2018-07-18
3
-49
/
+32
*
intel/blorp: Add a blorp_filter enum for use in blorp_blit
Jason Ekstrand
2018-07-18
3
-109
/
+123
*
intel/tools: add missing include for stdarg.h
Caio Marcelo de Oliveira Filho
2018-07-18
1
-0
/
+1
*
intel/tools: Rename error2aub to intel_error2aub
Jason Ekstrand
2018-07-18
1
-1
/
+1
*
intel/tools: Add an error state to aub translator
Jason Ekstrand
2018-07-18
2
-0
/
+343
*
intel/tools: Break aub file writing into a helper
Jason Ekstrand
2018-07-18
4
-762
/
+862
*
intel/tools: Refactor aub dumping to remove singletons
Jason Ekstrand
2018-07-18
1
-211
/
+287
*
intel/dump_gpu: Fix corner cases in PPGTT range calculations
Jason Ekstrand
2018-07-18
1
-6
/
+6
*
intel/batch-decoder: fix uninitialized values warnings
Caio Marcelo de Oliveira Filho
2018-07-18
1
-5
/
+5
*
intel/decoder: use snprintf(..., "%s", ...) instead of strncpy
Caio Marcelo de Oliveira Filho
2018-07-18
1
-2
/
+2
*
anv: give more room to debug report
Caio Marcelo de Oliveira Filho
2018-07-18
1
-2
/
+2
*
anv: avoid warning when switching in VkStructureType
Caio Marcelo de Oliveira Filho
2018-07-18
1
-1
/
+2
*
intel/compiler: fix -Wsign-compare warning
Caio Marcelo de Oliveira Filho
2018-07-18
1
-1
/
+1
*
intel/compiler: silence -Wclass-memaccess warnings
Caio Marcelo de Oliveira Filho
2018-07-18
2
-5
/
+5
*
anv: fix assert in anv_CmdBindDescriptorSets()
Samuel Iglesias Gonsálvez
2018-07-18
1
-1
/
+1
*
intel/batch_decoder: decoding of 3DSTATE_CONSTANT_BODY.
Sergii Romantsov
2018-07-16
1
-24
/
+14
*
intel: tools: Fix uninitialized variable warnings in intel_dump_gpu.
Eric Anholt
2018-07-16
1
-0
/
+2
*
intel/blorp: Handle 3-component formats in clears
Jason Ekstrand
2018-07-13
3
-11
/
+92
*
intel/blorp: Fix blits to R8G8B8_UNORM_SRGB
Jason Ekstrand
2018-07-13
1
-0
/
+4
*
i965/fs: unspills shoudn't use grf127 as dest since Gen8+
Jose Maria Casanova Crespo
2018-07-12
2
-5
/
+34
*
anv/android: Fix type error in call to vk_errorf()
Chad Versace
2018-07-11
1
-1
/
+1
*
anv/android: Fix Autotools build for VK_ANDROID_native_buffer
Chad Versace
2018-07-11
1
-1
/
+4
*
intel/tools/dump_gpu: Add option to print ppgtt mappings.
Rafael Antognolli
2018-07-10
2
-1
/
+30
*
intel/ir: Uncomment definition of several unused hardware opcodes.
Francisco Jerez
2018-07-09
1
-14
/
+14
*
intel/fs: Initialize mlen for gen7 varying pull constant load messages.
Francisco Jerez
2018-07-09
2
-7
/
+5
*
intel/eu: Assert that the instruction is send-like in brw_set_desc_ex().
Francisco Jerez
2018-07-09
1
-2
/
+3
*
intel/eu: Get rid of the return value of brw_send_indirect_message().
Francisco Jerez
2018-07-09
2
-20
/
+5
*
intel/eu: Get rid of the return value of brw_send_indirect_surface_message().
Francisco Jerez
2018-07-09
1
-10
/
+6
*
intel/eu: Use descriptor constructors for dataport typed surface messages.
Francisco Jerez
2018-07-09
1
-47
/
+35
*
intel/eu: Use descriptor constructors for dataport scattered byte surface mes...
Francisco Jerez
2018-07-09
1
-33
/
+27
*
intel/eu: Use descriptor constructors for dataport untyped surface messages.
Francisco Jerez
2018-07-09
2
-50
/
+52
*
intel/eu: Provide single descriptor argument to brw_send_indirect_surface_mes...
Francisco Jerez
2018-07-09
1
-29
/
+36
*
intel/eu: Use descriptor constructors for pixel interpolator messages.
Francisco Jerez
2018-07-09
2
-14
/
+29
*
intel/eu: Use descriptor constructors for dataport write messages.
Francisco Jerez
2018-07-09
3
-98
/
+65
[next]