index
:
platform/upstream/mesa
19.2.8
19.3.0
19.3.0.1
20.1.8
20.3.0
21.0.0
21.0.0_tizen
21.0_rc5
21.2.3
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel/coregl
devel/libtpl-egl
devel/x11
lock_surface
pristine-tar
sandbox/akazmin/tizen6_asan
sandbox/baixl/devel
sandbox/denis13/esan
sandbox/gvancuts/x11-vmware
sandbox/jbko/21.2.0-devel
sandbox/jbko/devel
sandbox/jbko/vk_devel
sandbox/jbko/vk_devel2
sandbox/jihochu/5.0
sandbox/jobol/devel
sandbox/leemgs/5.0
sandbox/lstelmach/virgl
sandbox/mbachmann/tizen_eglsoft
sandbox/mmajewski2/gbm_mesa
sandbox/mmajewski2/gbm_mesa_static
sandbox/mmajewski2/virgl-wayland-platform
sandbox/mpikula/riscv64
sandbox/mwereski/mesa
sandbox/nmerinov/llvm
sandbox/pcoval/devel
sandbox/pcoval/tizen
sandbox/pcoval/upstream
sandbox/playchang/riscv64
sandbox/pwieczorek/mesa
sandbox/vbarinov/asan
sandbox/vbarinov/lto
sandbox/yuanzhaowei/devel
tizen
tizen-19.0.0
tizen_23.1.5
tizen_23.3.3
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi
tizen_ivi_genivi
tizen_ivi_release
tizen_lz
tizen_real
upstream
v17.1.0
Domain: Graphics System / GL; Licenses: MIT;
Hoyub Lee <hoyub.lee@samsung.com>, Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-05
anv: Allow storage on all formats that support typed writes
Jason Ekstrand
3
-12
/
+39
2021-05-05
isl: document format fields
Lionel Landwerlin
1
-0
/
+2
2021-05-05
anv: Check offset instead of alloc_size for freeing surface states
Jason Ekstrand
1
-4
/
+8
2021-05-05
intel/decoder: add gen4/5 geometry state decode
Dave Airlie
1
-0
/
+24
2021-05-05
intel/decoder: fixup batch decoder for binding tables on gen4/5
Dave Airlie
1
-4
/
+13
2021-05-05
intel/genxml: fix raster op fields on gen4/5
Dave Airlie
3
-3
/
+3
2021-05-05
intel/gemxml: move blitter command to render on gen4/5
Dave Airlie
3
-11
/
+11
2021-05-05
intel/genxml: rewrite the prefilterop xml to be more consistent.
Dave Airlie
13
-115
/
+115
2021-05-05
intel/genxml: align gen4/5 xml for store data immediate
Dave Airlie
3
-6
/
+3
2021-05-05
intel: fix MI builder for pre-gen7
Ilia Mirkin
1
-0
/
+4
2021-05-04
nir: Move shared_memory_explicit_layout bit into common shader_info
Caio Marcelo de Oliveira Filho
1
-1
/
+1
2021-05-04
intel/compiler: Remove unused exported functions
Caio Marcelo de Oliveira Filho
2
-19
/
+1
2021-05-04
anv: Use brw_cs_get_dispatch_info()
Caio Marcelo de Oliveira Filho
5
-50
/
+24
2021-05-04
intel/compiler: Add common function for CS dispatch info
Caio Marcelo de Oliveira Filho
2
-0
/
+48
2021-05-04
intel/compiler: add support for compiling fixed function gs
Dave Airlie
4
-0
/
+677
2021-05-04
intel: move brw_ff_gs_prog_key/data to compiler.
Dave Airlie
1
-25
/
+67
2021-05-04
intel/nir: Set lower txs with non-zero LOD
Jason Ekstrand
1
-0
/
+1
2021-05-03
intel/fs: Don't use pixel_z for Gen4-5 source_depth_to_render_target
Jason Ekstrand
1
-5
/
+12
2021-05-03
intel/eu: Set message subtype properly for SIMD8 FB fetch
Jason Ekstrand
2
-2
/
+4
2021-05-02
anv: implement VK_KHR_fragment_shading_rate
Lionel Landwerlin
8
-21
/
+298
2021-05-02
intel/fs: Stop using brw_dp_read/write_desc in Gen7+ only code
Jason Ekstrand
2
-16
/
+12
2021-05-02
intel/eu: SVB writes only happen on Gen6
Jason Ekstrand
1
-4
/
+2
2021-05-02
intel/compiler: add restrictions related to coarse pixel shading
Lionel Landwerlin
1
-0
/
+12
2021-05-02
intel/compiler: add coarse pixel offset on Gfx12.5+
Lionel Landwerlin
1
-14
/
+46
2021-05-02
intel/compiler: add support for fragment coordinate with coarse pixels
Lionel Landwerlin
5
-17
/
+172
2021-05-02
intel/compiler: add support for fragment shading rate variable
Lionel Landwerlin
3
-1
/
+50
2021-05-02
intel/compiler: handle coarse pixel in render target writes descriptors
Lionel Landwerlin
6
-7
/
+47
2021-05-02
intel/compiler: use existing helpers to pull bits of descriptors
Lionel Landwerlin
1
-1
/
+4
2021-05-02
intel/compiler: rework message descriptors for render targets
Lionel Landwerlin
6
-42
/
+138
2021-05-02
intel/compiler: make sure we keep the lowest dispatch limit
Lionel Landwerlin
1
-1
/
+1
2021-05-02
intel/decoder: decode CPS_STATE
Lionel Landwerlin
1
-1
/
+8
2021-05-02
intel/genxml: Add coarse pixel shading instructions
Lionel Landwerlin
3
-0
/
+101
2021-05-02
intel/dev: printout correct subslice/dualsubslice name
Lionel Landwerlin
1
-2
/
+4
2021-04-30
intel/isl: Fix isl_color_value_unpack to match the prototype
Jason Ekstrand
1
-1
/
+1
2021-04-30
intel/compiler: Fix INTEL_DEBUG=hex
Jordan Justen
1
-0
/
+1
2021-04-28
intel/isl: There are seven aux states
Jason Ekstrand
1
-1
/
+1
2021-04-27
nir/lower_non_uniform: allow lowering with vec2 handles
Rhys Perry
1
-2
/
+5
2021-04-26
anv: Implement VK_EXT_provoking_vertex
Jason Ekstrand
2
-7
/
+73
2021-04-26
anv: Use the same re-order mode for streamout as for GS
Jason Ekstrand
1
-0
/
+1
2021-04-22
intel/compiler: Don't insert barriers for NULL sources
Jason Ekstrand
1
-4
/
+4
2021-04-22
anv: reuse define for number of render target assert
Lionel Landwerlin
1
-1
/
+1
2021-04-22
anv: implement VK_EXT_color_write_enable
Lionel Landwerlin
7
-12
/
+205
2021-04-22
anv: prepare pipeline for delayed emission of color writes
Lionel Landwerlin
2
-87
/
+137
2021-04-22
anv: drop extension check for dynamic state
Lionel Landwerlin
2
-4
/
+2
2021-04-22
vulkan: bump headers/registry to version 1.2.175
Lionel Landwerlin
1
-0
/
+4
2021-04-22
intel/perf: move calculation of period_exponent to perf ctx init
Marcin Ślusarz
1
-54
/
+68
2021-04-21
intel/batch_decoder: set foreground color of decoded instructions
Marcin Ślusarz
1
-1
/
+1
2021-04-21
intel/tools: remove unused macros
Marcin Ślusarz
2
-6
/
+0
2021-04-20
intel: Rename _gen keyword to _gfx_ver in few build files
Anuj Phogat
2
-6
/
+6
2021-04-20
intel: Rename {i965, iris, anv, isl}_gen prefix in build files
Anuj Phogat
2
-13
/
+13
[next]