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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-21
i965/miptree: Clean-up unused
i965_isl
Topi Pohjolainen
14
-1646
/
+96
2017-07-21
squash: i965/gen4: Force x-tiling for color surfaces
Topi Pohjolainen
1
-1
/
+6
2017-07-21
i965/miptree: Switch remaining surfaces to isl
Topi Pohjolainen
2
-93
/
+36
2017-07-21
i965/miptree: Drop miptree_array_layout in get_isl_dim_layout()
Topi Pohjolainen
3
-11
/
+8
2017-07-21
i965/miptree: Relax size alignment for linear surfaces
Topi Pohjolainen
1
-1
/
+6
2017-07-21
i965/miptree: Store compression flag also for isl based
Topi Pohjolainen
1
-0
/
+1
2017-07-21
i965/miptree: Check tex image allocation failures
Topi Pohjolainen
1
-0
/
+2
2017-07-21
main/teximage: Even on failure use valid format for init()
Topi Pohjolainen
1
-1
/
+1
2017-07-21
intel/isl/gen7: Don't allow multisampled surfaces with valign2
Topi Pohjolainen
1
-19
/
+23
2017-07-21
intel/isl/gen7: Allow msaa with signed integer formats
Topi Pohjolainen
1
-2
/
+3
2017-07-21
intel/isl/gen7: Allow msaa with 128-bit formats
Topi Pohjolainen
1
-4
/
+7
2017-07-21
intel/isl: Allow 1D surfaces with compressed formats
Topi Pohjolainen
1
-1
/
+1
2017-07-21
intel/isl: Aling non-tiled horizontally by cache line
Topi Pohjolainen
1
-1
/
+15
2017-07-21
i965/miptree/gen4: Prepare x-tiled fallback for isl based
Topi Pohjolainen
1
-6
/
+20
2017-07-21
i965/miptree: Prepare non-tiled fallback for isl based
Topi Pohjolainen
1
-0
/
+36
2017-07-21
i965/miptree: Prepare has_color_unresolved() for isl based
Topi Pohjolainen
1
-1
/
+5
2017-07-21
Android: fix spirv_info.c generation
Chih-Wei Huang
1
-5
/
+2
2017-07-21
android: fix libmesa_nir build
Tapani Pälli
1
-0
/
+1
2017-07-20
nir: Optimize find_lsb/imsb/umsb error checks
Matt Turner
1
-0
/
+11
2017-07-20
i965/fs: Match destination type to size for ballot
Matt Turner
2
-2
/
+6
2017-07-20
nir: Reduce destination size of ballot intrinsic when possible
Matt Turner
3
-0
/
+21
2017-07-20
i965: Enable ARB_shader_ballot on Gen8+
Matt Turner
3
-1
/
+3
2017-07-20
i965/fs: Implement ARB_shader_ballot operations
Matt Turner
3
-0
/
+48
2017-07-20
i965/fs: Do not move MOVs writing the flag outside of control flow
Matt Turner
1
-2
/
+4
2017-07-20
i965/fs: Handle explicit flag sources in flags_read()
Francisco Jerez
1
-4
/
+5
2017-07-20
nir: Add pass to scalarize read_invocation/read_first_invocation
Matt Turner
3
-1
/
+114
2017-07-20
nir: Add system values from ARB_shader_ballot
Matt Turner
7
-4
/
+84
2017-07-20
nir: Add intrinsics from ARB_shader_ballot
Matt Turner
2
-0
/
+58
2017-07-20
i965: Enable ARB_shader_group_vote
Matt Turner
3
-1
/
+3
2017-07-20
i965/fs: Implement ARB_shader_group_vote operations
Matt Turner
1
-0
/
+50
2017-07-20
i965/fs: Handle explicit flag destinations in flags_written()
Francisco Jerez
1
-4
/
+19
2017-07-20
i965/vec4: Lower ARB_shader_group_vote intrinsics
Matt Turner
1
-0
/
+1
2017-07-20
nir: Support lowering vote intrinsics
Matt Turner
2
-2
/
+4
2017-07-20
nir: Add pass to optimize intrinsics
Matt Turner
4
-0
/
+99
2017-07-20
nir: Add intrinsics from ARB_shader_group_vote
Matt Turner
2
-0
/
+27
2017-07-20
i965: Rename batch->exec_objects to validation_list
Chris Wilson
2
-12
/
+14
2017-07-20
Revert "i965: Call intel_prepare_render() from intel_update_state()"
Kenneth Graunke
1
-2
/
+0
2017-07-20
mesa: remove useless assert in _mesa_TextureView()
Samuel Pitoiset
1
-1
/
+0
2017-07-20
mesa: remove duplicated code around framebuffer_renderbuffer()
Samuel Pitoiset
1
-47
/
+23
2017-07-20
mesa: remove one extra check in _mesa_DeleteTextures()
Samuel Pitoiset
1
-5
/
+0
2017-07-20
mesa: make _mesa_generate_texture_mipmap() static
Samuel Pitoiset
2
-10
/
+6
2017-07-20
mesa: inline save_array_object()
Samuel Pitoiset
1
-14
/
+1
2017-07-20
mesa: inline remove_array_object()
Samuel Pitoiset
1
-15
/
+1
2017-07-20
mesa: tidy up _mesa_DeleteVertexArrays()
Samuel Pitoiset
1
-13
/
+12
2017-07-20
mesa: remove useless assert in texture_storage()
Samuel Pitoiset
1
-1
/
+0
2017-07-20
mesa: pass the 'caller' function to texstorage()
Samuel Pitoiset
1
-9
/
+11
2017-07-20
mesa: make _mesa_texture_storage() static
Samuel Pitoiset
2
-19
/
+12
2017-07-20
i965: Represent depth surfaces with isl
Topi Pohjolainen
3
-48
/
+94
2017-07-20
i965: Drop redundant check for non-tiled depth buffer
Topi Pohjolainen
2
-4
/
+2
2017-07-20
intel/isl/gen4: Represent cube maps with 3D layout
Topi Pohjolainen
1
-6
/
+35
[next]