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
*
anv: fix typo
Eric Engestrom
2019-03-01
1
-1
/
+1
*
anv: remove spaces around kwargs assignment
Eric Engestrom
2019-03-01
1
-4
/
+4
*
anv: drop unused parameter
Eric Engestrom
2019-03-01
1
-3
/
+2
*
anv: simplify chained comparison
Eric Engestrom
2019-03-01
1
-1
/
+1
*
intel/compiler: Re-prefix non-logical surface opcodes with VEC4
Jason Ekstrand
2019-02-28
10
-47
/
+25
*
intel/schedule_instructions: Move some comments
Jason Ekstrand
2019-02-28
1
-37
/
+37
*
intel/compiler: Drop unused surface opcodes
Jason Ekstrand
2019-02-28
7
-60
/
+0
*
intel/fs: Get rid of the IMAGE_SIZE opcode
Jason Ekstrand
2019-02-28
3
-10
/
+5
*
intel/vec4: Drop dead code for handling typed surface messages
Jason Ekstrand
2019-02-28
5
-272
/
+0
*
intel/fs: Drop the fs_surface_builder
Jason Ekstrand
2019-02-28
5
-471
/
+195
*
intel/fs: Re-order logical surface arguments
Jason Ekstrand
2019-02-28
1
-2
/
+2
*
intel/fs: Add an enum type for logical sampler inst sources
Jason Ekstrand
2019-02-28
3
-39
/
+58
*
intel/compiler: use correct swizzle for replacement
Lionel Landwerlin
2019-02-27
1
-5
/
+5
*
android: add liblog to libmesa_intel_common build
Tapani Pälli
2019-02-27
1
-1
/
+1
*
i965: Add support for sampling from XYUV images
Kasireddy, Vivek
2019-02-26
2
-0
/
+2
*
intel/eu: Add an EOT parameter to send_indirect_[split]_message
Jason Ekstrand
2019-02-25
4
-19
/
+29
*
intel/aub_viewer: silence more compiler warnings
Lionel Landwerlin
2019-02-25
1
-2
/
+2
*
intel/aub_viewer: silence compiler warning
Lionel Landwerlin
2019-02-25
1
-1
/
+1
*
intel/aub_viewer: printout 48bits addresses
Lionel Landwerlin
2019-02-25
1
-14
/
+14
*
Revert "anv: add support for INTEL_DEBUG=bat"
Lionel Landwerlin
2019-02-24
1
-49
/
+0
*
anv: add support for INTEL_DEBUG=bat
Lionel Landwerlin
2019-02-23
1
-0
/
+49
*
anv: advertise 8 subpixel precision bits
Juan A. Suarez Romero
2019-02-22
2
-1
/
+6
*
genxml: add missing field values for 3DSTATE_SF
Juan A. Suarez Romero
2019-02-22
6
-6
/
+24
*
intel: fix urb size for CFL GT1
Lionel Landwerlin
2019-02-22
1
-0
/
+1
*
isl: the display engine requires 64B alignment for linear surfaces
Samuel Iglesias Gonsálvez
2019-02-22
1
-0
/
+8
*
android: intel/isl: remove redundant building rules
Mauro Rossi
2019-02-22
1
-13
/
+0
*
intel/fs: Rely on undocumented unrestricted regioning for 32x16-bit integer m...
Francisco Jerez
2019-02-21
1
-3
/
+11
*
intel/fs: Implement extended strides greater than 4 for IR source regions.
Francisco Jerez
2019-02-21
1
-3
/
+10
*
intel/fs: Cap dst-aligned region stride to maximum representable hstride value.
Francisco Jerez
2019-02-21
1
-5
/
+23
*
intel/fs: Lower integer multiply correctly when destination stride equals 4.
Francisco Jerez
2019-02-21
1
-4
/
+8
*
intel/fs: Exclude control sources from execution type and region alignment ca...
Francisco Jerez
2019-02-21
3
-4
/
+68
*
genxml: Remove extra space in gen4/45/5 field name
Jordan Justen
2019-02-21
3
-15
/
+15
*
genxml/gen_bits_header.py: Use regex to strip no alphanum chars
Jordan Justen
2019-02-21
1
-26
/
+4
*
iris: handle PatchVerticesIn as a system value.
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: add Android build
Tapani Pälli
2019-02-21
1
-0
/
+13
*
imgui: make sure our copy of imgui doesn't clash with others in the same process
Lionel Landwerlin
2019-02-21
1
-0
/
+2
*
build: move imgui out of src/intel/tools to be reused
Lionel Landwerlin
2019-02-21
19
-31619
/
+10
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
4
-4
/
+10
*
blorp: introduce helper method blorp_nir_init_shader
Alejandro Piñeiro
2019-02-21
3
-7
/
+16
*
anv: use anv_shader_bin_write_to_blob()'s return value
Eric Engestrom
2019-02-20
1
-3
/
+1
*
anv: drop unused imports
Eric Engestrom
2019-02-20
1
-2
/
+0
*
anv: make sure the extensions stay sorted
Eric Engestrom
2019-02-20
1
-0
/
+20
*
anv: sort vendors extensions after KHR and EXT
Eric Engestrom
2019-02-20
1
-2
/
+2
*
anv: sort extensions alphabetically
Eric Engestrom
2019-02-20
1
-1
/
+1
*
anv: anv: refactor error handling in anv_shader_bin_write_to_blob()
Tapani Pälli
2019-02-20
1
-28
/
+26
*
anv: implement VK_EXT_depth_clip_enable
Lionel Landwerlin
2019-02-20
5
-4
/
+23
*
isl: remove the cache line size alignment requirement
Samuel Iglesias Gonsálvez
2019-02-20
1
-14
/
+0
*
intel/compiler/test: Add unit test for mismatched signedness comparison
Matt Turner
2019-02-15
1
-0
/
+32
*
intel/compiler: Avoid propagating inequality cmods if types are different
Matt Turner
2019-02-15
1
-0
/
+7
*
intel/compiler/test: Set devinfo->gen = 7
Matt Turner
2019-02-15
1
-1
/
+1
[next]