index
:
~tpohjola/mesa
16_bit_gles
81828
96743
arb_texture_stencil8
b2b_with_surf_array
blorp_flat_inputs
blorp_flush
blorp_tex_upload
blorp_w_tiled_as_linear
daimler
dbg/blorp_push_const
debug-intel-aux-surfaces
depth_align_wa_for_arrayed
depth_state_cleanup
df_scalar_test
dump-isl-surf
ext_memory_object
fast_clear_vbo
fast_lod
fast_lod_isl
fastlod_isl_wip
foo
fp64
fp64_common
fp64_lower_df
fp64_lower_df_hsw
fp64_pack32x2
fp64_split
fp64_uniform
fp64_uniform_lower_df_uni
gen6_hiz_wip
gen6_no_hiz_mt
gen8_blorp
i965_isl
i965_isl_05062017
i965_isl_2017_1
i965_isl_rebase
icl
icl_dbg
icl_fcc
icl_fcc_2
img_ext_yuv420
import_rework
isl_depth_stencil_wip
jenkins
master
meta_with_blorp
meta_with_blorp_17042015
misc_wa
mordor_fix
mordor_rbc
multi_lod
no_frag_depth
non_comp_fast_clear
rbc
rbc_rebase_ben_hiz
release_aux_when_sharing
skl_bug
skl_hacks
stencil-texture
stencil_hack
stencil_meta_blit_wip
surf_state_refactor
uniform_tracking
uniform_updates_by_stage
vec4_pull_const_opt
vf_packing_dbg
y_only
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-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
2017-10-12
anv/pipeline: Ralloc prog_data::param of the compile mem_ctx
Jason Ekstrand
1
-2
/
+1
2017-10-12
anv/pipeline: Add a mem_ctx parameter to anv_pipeline_compile
Jason Ekstrand
1
-33
/
+39
2017-10-12
i965: Store image_param in brw_context instead of prog_data
Jason Ekstrand
2
-8
/
+2
2017-10-12
intel: Rewrite the world of push/pull params
Jason Ekstrand
13
-69
/
+133
2017-10-12
anv/pipeline_cache: Rework to use multialloc and blob
Jason Ekstrand
2
-159
/
+141
2017-10-12
anv/pipeline: Declare bind maps closer to their use
Jason Ekstrand
1
-12
/
+6
2017-10-12
anv/multialloc: Add new add_size helper
Jason Ekstrand
1
-2
/
+4
2017-10-12
meson: fix typo in isl
tournier.elie
1
-1
/
+1
2017-10-11
anv: intel: use anv_image's computed size for importing a BO
Lionel Landwerlin
1
-11
/
+15
2017-10-11
anv: bo_cache: allow importing a BO larger than needed
Lionel Landwerlin
1
-1
/
+1
2017-10-10
i965: Fix output register sizes when multiple variables share a slot.
Kenneth Graunke
1
-5
/
+18
2017-10-11
anv: fix assert in wsi image code.
Dave Airlie
1
-1
/
+1
2017-10-10
i965: Don't try to decode types for non-existent src1.
Kenneth Graunke
1
-1
/
+2
2017-10-10
i965/tes: account for the fact that dvec3/4 inputs take two slots
Iago Toral Quiroga
1
-2
/
+7
2017-10-10
anv: fix null pointer dereference
Tapani Pälli
1
-0
/
+1
2017-10-09
anv: Do not assert() on VK_ATTACHMENT_UNUSED
Józef Kucia
1
-1
/
+2
2017-10-07
anv/wsi: Allocate enough memory for the entire image
Jason Ekstrand
1
-3
/
+4
2017-10-07
anv: fix nir.h include
Lionel Landwerlin
1
-1
/
+1
2017-10-06
anv/cmd_buffer: Reset state in cmd_buffer_destroy
Lionel Landwerlin
1
-9
/
+3
2017-10-06
anv/cmd_buffer: fix push descriptors with set > 0
Lionel Landwerlin
2
-13
/
+49
2017-10-06
anv: enable VK_KHR_sampler_ycbcr_conversion
Lionel Landwerlin
6
-18
/
+186
2017-10-06
anv: enable multiple planes per image/imageView
Lionel Landwerlin
9
-484
/
+915
2017-10-06
anv: Take an image in can_sample_with_hiz
Jason Ekstrand
3
-9
/
+10
2017-10-06
anv: Take a single aspect in anv_layout_to_aux_usage
Jason Ekstrand
3
-18
/
+15
2017-10-06
anv/cmd_buffer: Make get_fast_clear_state return an address
Jason Ekstrand
1
-22
/
+24
2017-10-06
anv/blorp: Add a concept of default aux usage
Jason Ekstrand
1
-11
/
+16
2017-10-06
anv: add nir lowering pass for ycbcr textures
Lionel Landwerlin
6
-2
/
+496
2017-10-06
anv: prepare sampler emission code for multiplanar images
Lionel Landwerlin
3
-41
/
+43
2017-10-06
anv/apply_pipeline_layout: Prepare for multi-planar images
Lionel Landwerlin
4
-22
/
+116
2017-10-06
anv: add new formats KHR_sampler_ycbcr_conversion
Lionel Landwerlin
3
-6
/
+189
2017-10-06
anv: modify the internal concept of format to express multiple planes
Lionel Landwerlin
4
-256
/
+331
2017-10-06
anv: prepare formats to handle disjoints sets
Lionel Landwerlin
1
-10
/
+27
2017-10-06
isl: fill out layout descriptions for yuv formats
Lionel Landwerlin
1
-4
/
+4
2017-10-06
isl: check whether a format is rgb if colorspace is yuv
Lionel Landwerlin
1
-0
/
+2
2017-10-06
isl: make format layout channels accessible by index
Lionel Landwerlin
1
-9
/
+12
2017-10-05
intel/compiler: Don't propagate cmod into integer multiplies
Jason Ekstrand
2
-0
/
+34
[next]