index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-21
anv: don't assert on device init on Cannonlake
Lionel Landwerlin
1
-2
/
+4
2017-10-21
anv: disable stencil pma fix on Gen > 9
Lionel Landwerlin
1
-0
/
+2
2017-10-21
blorp: enable R32G32B32X32 blorp ccs copies
Lionel Landwerlin
1
-0
/
+1
2017-10-20
i965/fs: Use align1 mode on ternary instructions on Gen10+
Matt Turner
1
-4
/
+8
2017-10-20
i965: Add align1 ternary instruction emission support
Matt Turner
1
-55
/
+160
2017-10-20
i965: Add align1 ternary instruction disassembler support
Matt Turner
2
-75
/
+288
2017-10-20
i965: Add align1 ternary instruction-word support
Matt Turner
1
-0
/
+108
2017-10-20
i965: Add align1 ternary instruction support to conversion functions
Matt Turner
4
-34
/
+101
2017-10-20
i965: Add align1 ternary instruction field encodings
Matt Turner
1
-0
/
+35
2017-10-20
i965: Add functions to abstract access to 3src register types
Matt Turner
2
-20
/
+23
2017-10-20
i965: Rename brw_inst's functions that access the 3src register type
Matt Turner
3
-18
/
+18
2017-10-20
i965: Rename brw_inst 3src functions in preparation for align1
Matt Turner
4
-86
/
+92
2017-10-20
i965: Print subreg in units of type-size on ternary instructions
Matt Turner
1
-5
/
+26
2017-10-20
i965: Add functions for brw_reg_type <-> hw 3src type
Matt Turner
2
-0
/
+58
2017-10-20
i965: Move brw_reg_type_is_floating_point to brw_reg_type.h
Matt Turner
2
-13
/
+15
2017-10-20
nir: Get rid of nir_shader::stage
Jason Ekstrand
11
-37
/
+38
2017-10-20
i965/vec4: remove setting default LOD in the backend
Samuel Iglesias Gonsálvez
2
-21
/
+0
2017-10-20
i965/fs: remove setting default LOD in the backend
Samuel Iglesias Gonsálvez
1
-9
/
+0
2017-10-19
isl: Fix width check in isl_gen7_choose_msaa_layout.
Kenneth Graunke
1
-1
/
+1
2017-10-19
i965: Use is_scheduling_barrier instead of schedule_node::is_barrier.
Kenneth Graunke
1
-22
/
+10
2017-10-19
i965: Move fs_inst::has_side_effects()'s eot check to the parent class.
Kenneth Graunke
5
-9
/
+3
2017-10-18
anv: Fix instance typos.
Vinson Lee
2
-2
/
+2
2017-10-18
meson: move expat dependency where it's needed
Eric Engestrom
2
-2
/
+2
2017-10-18
automake: intel: move expat handling where it's used
Hongxu Jia
2
-5
/
+2
2017-10-18
anv: Install as Vulkan HAL module in Android.mk build
Tapani Pälli
1
-1
/
+3
2017-10-18
anv: Implement VK_ANDROID_native_buffer (v9)
Chad Versace
8
-6
/
+459
2017-10-17
anv: Move size check from anv_bo_cache_import() to caller (v2)
Chad Versace
5
-23
/
+46
2017-10-17
anv: Add func anv_gem_get_tiling()
Chad Versace
2
-0
/
+17
2017-10-17
anv: Move close(fd) from anv_bo_cache_import to its callers (v2)
Chad Versace
4
-23
/
+24
2017-10-17
anv: Add field anv_image::planes[]::bo_is_owned (v2)
Chad Versace
2
-0
/
+14
2017-10-17
anv: Better support for Android logging (v2)
Chad Versace
4
-33
/
+15
2017-10-17
intel: Add simple logging façade for Android (v2)
Chad Versace
4
-1
/
+173
2017-10-17
anv/android: Link to libsync, liblog in Android.mk
Tapani Pälli
1
-1
/
+1
2017-10-17
anv/android: Link to Android libraries in the autotools build
Chad Versace
1
-0
/
+5
2017-10-17
anv/apply_pipeline_layout: Use nir_tex_instr_remove_src
Jason Ekstrand
1
-12
/
+5
2017-10-17
nir: Add a helper for adding texture instruction sources
Jason Ekstrand
1
-18
/
+1
2017-10-16
anv: Get rid of gen fall-through
Jason Ekstrand
1
-17
/
+17
2017-10-16
intel/common: Improve the comments for sample positions
Jason Ekstrand
1
-0
/
+65
2017-10-13
blob: Use intptr_t instead of ssize_t
Jason Ekstrand
1
-1
/
+1
2017-10-12
intel/cs: Make thread_local_id a regular builtin param
Jason Ekstrand
4
-34
/
+33
2017-10-12
intel/compiler: Allocate pull_param in assign_constant_locations
Jason Ekstrand
2
-6
/
+14
2017-10-12
intel: Allocate prog_data::[pull_]param deeper inside the compiler
Jason Ekstrand
2
-4
/
+4
2017-10-12
anv/pipeline: Refactor setup of the prog_data::param array
Jason Ekstrand
1
-14
/
+9
2017-10-12
anv/pipeline: Grow the param array for images
Jason Ekstrand
2
-7
/
+5
2017-10-12
anv/pipeline: Whack nir->num_uniforms to MAX_PUSH_CONSTANT_SIZE
Jason Ekstrand
1
-4
/
+2
2017-10-12
intel/vs: Grow the param array for clip planes
Jason Ekstrand
2
-0
/
+14
2017-10-12
intel/cs: Grow prog_data::param on-demand for thread_local_id_index
Jason Ekstrand
3
-19
/
+9
2017-10-12
intel/compiler: Make brw_nir_lower_intrinsics compute-specific
Jason Ekstrand
5
-19
/
+13
2017-10-12
intel/compiler: Add a helper for growing the prog_data::param array
Jason Ekstrand
1
-0
/
+13
2017-10-12
intel/compiler: Add a flag for pull constant support
Jason Ekstrand
4
-2
/
+12
[prev]
[next]