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
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
isl: Set 3DSTATE_DEPTH_BUFFER::Depth correctly for 3D surfaces
Jason Ekstrand
2020-03-05
1
-1
/
+19
*
intel/gen12+: Disable mid thread preemption.
Rafael Antognolli
2020-03-03
2
-0
/
+13
*
intel/isl: Implement D16_UNORM workarounds.
Rafael Antognolli
2020-03-03
4
-2
/
+75
*
anv: multiply the scratch space by 4 on gen9-10 like iris and i965
Paulo Zanoni
2020-03-03
1
-2
/
+16
*
intel/device: bdw_gt1 actually has 6 eus per subslice
Paulo Zanoni
2020-03-03
1
-1
/
+1
*
intel: fix the gen 12 compute shader scratch IDs
Paulo Zanoni
2020-03-03
1
-3
/
+8
*
intel: fix the gen 11 compute shader scratch IDs
Paulo Zanoni
2020-03-03
1
-1
/
+6
*
anv: Wait for the GPU to be idle before invalidating the aux table.
Rafael Antognolli
2020-03-02
1
-0
/
+10
*
anv: Do end-of-pipe sync around MCS/CCS ops instead of CS stall
Jason Ekstrand
2020-03-02
2
-8
/
+8
*
anv: Use a proper end-of-pipe sync instead of just CS stall
Jason Ekstrand
2020-03-02
2
-15
/
+118
*
anv: Use the PIPE_CONTROL instead of bits for the CS stall W/A
Jason Ekstrand
2020-03-02
1
-3
/
+7
*
intel/tools/dump_gpu: fix getparam values
Lionel Landwerlin
2020-03-02
1
-1
/
+8
*
intel/compiler: Restrict cs_threads to 64
Jordan Justen
2020-02-28
1
-1
/
+3
*
anv: Remove unused field `urb.total_size`
Caio Marcelo de Oliveira Filho
2020-02-27
4
-10
/
+5
*
anv: Remove unused field xfb_used from anv_pipeline
Caio Marcelo de Oliveira Filho
2020-02-27
2
-5
/
+1
*
nir: Drop nir_tex_instr::texture_array_size
Jason Ekstrand
2020-02-26
2
-6
/
+0
*
intel/tools: Do not print type/qualifiers/name for c_literal
Matt Turner
2020-02-25
1
-1
/
+1
*
intel/tools: Allow i965_disasm to disassemble c_literal input type
Sagar Ghuge
2020-02-25
1
-36
/
+103
*
intel/tools: Print c_literals 4 byte wide
Sagar Ghuge
2020-02-25
1
-4
/
+12
*
intel/tools: Add test for state register as source
Sagar Ghuge
2020-02-25
2
-0
/
+2
*
intel/tools: Add test for address register as source
Sagar Ghuge
2020-02-25
2
-0
/
+2
*
intel/tools: Set correct address register file and number in i965_asm
Sagar Ghuge
2020-02-25
1
-1
/
+3
*
intel/tools: Handle STATE_REG in typed source operand
Sagar Ghuge
2020-02-25
1
-2
/
+4
*
intel/tools: Handle illegal instruction
Sagar Ghuge
2020-02-25
1
-0
/
+10
*
anv: Always enable the data cache
Jason Ekstrand
2020-02-25
3
-10
/
+1
*
intel/aub_dump: stub the waits when overriding the device
Lionel Landwerlin
2020-02-25
1
-0
/
+19
*
intel/tools/aub_dump: fix crash when using the default legacy context
Lionel Landwerlin
2020-02-25
1
-4
/
+5
*
intel/tools/aub_dump: move aub file initialization to maybe_init()
Lionel Landwerlin
2020-02-25
1
-38
/
+33
*
intel/isl: Add isl_aux_info.c to Makefile.sources
Jason Ekstrand
2020-02-25
1
-0
/
+1
*
intel/blorp: Implement GEN:BUG:1605967699.
Rafael Antognolli
2020-02-25
1
-8
/
+44
*
nir, intel: Move use_scoped_memory_barrier to nir_options
Caio Marcelo de Oliveira Filho
2020-02-24
2
-2
/
+2
*
nir: Move intel's intrinsic_image_coordinate_components() to core nir.
Eric Anholt
2020-02-24
1
-22
/
+1
*
isl: Add a module which manages aux resolves
Nanley Chery
2020-02-24
4
-0
/
+702
*
anv: Add pipe_state_for_stage() helper
Caio Marcelo de Oliveira Filho
2020-02-21
1
-13
/
+24
*
anv: Use intel_debug_flag_for_shader_stage()
Caio Marcelo de Oliveira Filho
2020-02-21
1
-10
/
+1
*
intel/fs: Correctly handle multiply of fsign with a source modifier
Ian Romanick
2020-02-19
1
-0
/
+10
*
anv: Drop anv_image.c:get_surface()
Chad Versace
2020-02-19
1
-10
/
+6
*
intel/compiler: Do not qsort zero sized array
Danylo Piliaiev
2020-02-19
1
-2
/
+4
*
brw_fs: Avoid zero size vla
Danylo Piliaiev
2020-02-19
1
-1
/
+1
*
brw_nir: Cast bitshift to unsigned
Danylo Piliaiev
2020-02-19
1
-1
/
+1
*
intel/gen12: Take into account opcode when decoding SWSB
Caio Marcelo de Oliveira Filho
2020-02-18
2
-3
/
+7
*
anv: Advertise VK_KHR_shader_non_semantic_info
Caio Marcelo de Oliveira Filho
2020-02-18
1
-0
/
+1
*
intel/fs/gen7+: Implement discard/demote for SIMD32 programs.
Francisco Jerez
2020-02-14
2
-8
/
+14
*
intel/fs: Return consistent UW types from sample_mask_reg() in fragment shaders.
Francisco Jerez
2020-02-14
1
-3
/
+2
*
intel/fs: Refactor predication on sample mask into helper function.
Francisco Jerez
2020-02-14
1
-34
/
+44
*
intel/fs/gen7+: Swap sample mask flag register and FIND_LIVE_CHANNEL temporary.
Francisco Jerez
2020-02-14
4
-13
/
+18
*
intel/fs: Use helper for discard sample mask flag subregister number.
Francisco Jerez
2020-02-14
4
-5
/
+16
*
intel/fs: Make sample_mask_reg() local to brw_fs.cpp and use it in more places.
Francisco Jerez
2020-02-14
2
-24
/
+28
*
intel/fs/gen11: Work around dual-source blending hangs in combination with SI...
Francisco Jerez
2020-02-14
1
-0
/
+12
*
intel/fs: Set src0 alpha present bit in header when provided in message payload.
Francisco Jerez
2020-02-14
3
-15
/
+6
[prev]
[next]