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
...
*
intel/perf: create a vtable entry for bo_unreference
Mark Janes
2019-08-07
1
-0
/
+1
*
intel/perf: create a vtable for low-level driver functions
Mark Janes
2019-08-07
1
-0
/
+4
*
intel/perf: use common ioctl wrapper
Mark Janes
2019-08-07
2
-9
/
+5
*
intel/perf: rename gen_perf to gen_perf_config
Mark Janes
2019-08-07
3
-26
/
+26
*
util: add anon_file.h for all memfd/temp file usage
Greg V
2019-08-07
3
-46
/
+10
*
meson,i965: Link with android deps when building for android.
Bas Nieuwenhuizen
2019-08-07
2
-4
/
+12
*
anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3D
Jason Ekstrand
2019-08-06
1
-0
/
+19
*
anv: Implement VK_EXT_line_rasterization
Jason Ekstrand
2019-08-06
8
-12
/
+211
*
genxml: Rename 3DSTATE_SF::Anti-Aliasing Enable
Jason Ekstrand
2019-08-06
6
-6
/
+6
*
anv: Use dirty bits for dynamic state tracking
Jason Ekstrand
2019-08-06
3
-23
/
+64
*
anv: Advertise the right line width range on gen9 and CHV
Jason Ekstrand
2019-08-06
1
-1
/
+5
*
intel/compiler: add ability to override shader's assembly
Danylo Piliaiev
2019-08-05
4
-12
/
+85
*
intel/tools: add binary output type to i965_asm
Danylo Piliaiev
2019-08-05
2
-17
/
+47
*
intel/nir: Add 1-bit opcodes to brw_cmod_for_nir_comparison_op
Jason Ekstrand
2019-08-03
1
-0
/
+10
*
intel/nir: Add a common nir comparison -> cmod helper
Jason Ekstrand
2019-08-03
4
-82
/
+47
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
2
-2
/
+2
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
5
-24
/
+28
*
intel/tools: Fix aubinator_viewer build.
Kenneth Graunke
2019-08-01
1
-1
/
+1
*
intel/ir: Fix CFG corruption in opt_predicated_break().
Francisco Jerez
2019-08-01
2
-9
/
+0
*
intel/device: make internal functions private
Mark Janes
2019-08-01
2
-84
/
+68
*
intel/device: rename gen_get_device_info
Mark Janes
2019-08-01
12
-20
/
+22
*
intel/tools: use device info initializer
Mark Janes
2019-08-01
1
-22
/
+3
*
anv: use initialization routine for gen_device_info
Mark Janes
2019-08-01
1
-15
/
+7
*
i965: Move device info initialization to common code
Mark Janes
2019-08-01
2
-0
/
+137
*
intel/common: provide common ioctl routine
Mark Janes
2019-08-01
2
-50
/
+55
*
iris: add support for gl_ClipVertex in tess eval shaders
Timothy Arceri
2019-08-01
1
-0
/
+9
*
iris: add support for gl_ClipVertex in geometry shaders
Timothy Arceri
2019-08-01
1
-0
/
+9
*
intel/vec4: Drop all of the 64-bit varying code
Jason Ekstrand
2019-07-31
4
-200
/
+47
*
intel/fs: Drop all of the 64-bit varying code
Jason Ekstrand
2019-07-31
2
-363
/
+139
*
intel: Use NIR to lower 64-bit varying access
Jason Ekstrand
2019-07-31
1
-6
/
+11
*
intel: add a couple of ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
15
-28
/
+28
*
anv: drop MAYBE_UNUSED var
Eric Engestrom
2019-07-31
1
-4
/
+1
*
intel: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
3
-4
/
+4
*
intel: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
4
-5
/
+5
*
intel/fs: Implement quad_swap_horizontal with a swizzle on gen7
Jason Ekstrand
2019-07-30
1
-7
/
+20
*
intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7
Jason Ekstrand
2019-07-30
2
-24
/
+65
*
i965/fs: Print the scheduler mode.
Matt Turner
2019-07-30
4
-8
/
+28
*
i965/fs: Add a shader_stats struct.
Matt Turner
2019-07-30
9
-27
/
+29
*
intel: Use a system value for gl_FragCoord
Jason Ekstrand
2019-07-29
7
-39
/
+13
*
intel/fs: Remove calculate_urb_setup from fs_visitor
Jason Ekstrand
2019-07-29
2
-14
/
+8
*
anv: implement VK_EXT_index_type_uint8
Lionel Landwerlin
2019-07-29
4
-22
/
+66
*
intel/mi: only resolve to a temp register if source isn't in memory
Eric Engestrom
2019-07-29
1
-1
/
+1
*
anv: Don't claim support for 24 and 48-bit formats on IVB
Jason Ekstrand
2019-07-29
1
-0
/
+8
*
isl/formats: R8G8B8_UNORM_SRGB isn't supported on HSW
Jason Ekstrand
2019-07-29
1
-1
/
+5
*
intel: replace large stack buffer with heap allocation
Eric Engestrom
2019-07-29
2
-27
/
+32
*
anv+tu+radv: delete unusable dev_icd.json
Eric Engestrom
2019-07-26
1
-13
/
+0
*
anv: Disable transform feedback on gen7
Jason Ekstrand
2019-07-25
1
-1
/
+1
*
intel/mi: Add a unit test for gen_mi_store_if().
Kenneth Graunke
2019-07-25
1
-0
/
+43
*
intel/mi: Add a new gen_mi_store_if() helper.
Kenneth Graunke
2019-07-25
1
-0
/
+53
[prev]
[next]