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
2015-04-22
i965/blorp: Enable resolve clears using glsl-based programs
meta_with_blorp
Topi Pohjolainen
1
-0
/
+16
2015-04-22
i965/blorp: Add support for resolve clears using glsl-based programs
Topi Pohjolainen
5
-0
/
+137
2015-04-22
i965/blorp: Enable replicated clears using glsl-based programs
Topi Pohjolainen
1
-0
/
+9
2015-04-22
i965/blorp: Enable fast clears using glsl-based programs
Topi Pohjolainen
3
-0
/
+84
2015-04-22
i965/blorp: Add support for executing glsl-based clears
Topi Pohjolainen
5
-0
/
+143
2015-04-22
i965/meta: Add cache and compile support for clear programs
Topi Pohjolainen
3
-0
/
+77
2015-04-22
i965/meta/clear: Refactor logic using gl-context
Topi Pohjolainen
1
-65
/
+78
2015-04-22
i965/meta/clear: Declare input rectangle for drawing as constant
Topi Pohjolainen
1
-1
/
+2
2015-04-22
i965/meta/clear: Refactor miptree clear state setting
Topi Pohjolainen
1
-11
/
+18
2015-04-22
i965/blorp/gen8: Execution support
Topi Pohjolainen
4
-1
/
+512
2015-04-22
i965/blorp/gen6: Prepare vertex buffer setup logic for gen8
Topi Pohjolainen
1
-8
/
+22
2015-04-22
i965/blorp/gen7: Expose state setup applicable to gen8
Topi Pohjolainen
2
-10
/
+46
2015-04-22
i965/blorp/gen7: Prepare re-using for gen8
Topi Pohjolainen
1
-2
/
+4
2015-04-22
i965/blorp: Enable glsl-based fbo blits
Topi Pohjolainen
2
-0
/
+21
2015-04-22
i965/gen6: Add support for setting minimum layer for tex surfaces
Topi Pohjolainen
1
-1
/
+4
2015-04-22
i965/blorp: Add support for setting samplers for glsl-based blits
Topi Pohjolainen
2
-0
/
+32
2015-04-22
i965/blorp: Add support for setting up surfaces for glsl-based blits
Topi Pohjolainen
3
-0
/
+40
2015-04-22
i965/blorp: Add support for loading vertices for glsl-based blits
Topi Pohjolainen
2
-0
/
+99
2015-04-22
i965/blorp: Add plumbing for glsl-based color blits
Topi Pohjolainen
2
-0
/
+117
2015-04-22
i965/meta: Add helper for looking up blit programs
Topi Pohjolainen
2
-0
/
+157
2015-04-22
meta: Provide read access to blit shaders
Topi Pohjolainen
2
-10
/
+12
2015-04-22
i965/blorp/gen6: Support for loading glsl-based fragment shaders
Topi Pohjolainen
2
-0
/
+75
2015-04-22
i965/blorp/gen7: Support for loading glsl-based fragment shaders
Topi Pohjolainen
4
-0
/
+132
2015-04-22
i965/blorp: Move multisample setup for parameter type to handle
Topi Pohjolainen
3
-8
/
+13
2015-04-22
i965/blorp: Move vertex uploading for parameter type to handle
Topi Pohjolainen
3
-11
/
+8
2015-04-22
i965/blorp/gen7: Move surface setup for the parameter type to handle
Topi Pohjolainen
2
-24
/
+34
2015-04-22
i965/blorp/gen6: Move surface setup for the parameter type to handle
Topi Pohjolainen
2
-21
/
+34
2015-04-22
i965/blorp: Move sampler setup for the parameter type to handle
Topi Pohjolainen
3
-34
/
+38
2015-04-22
i965/blorp: Move push const setup for the parameter type to handle
Topi Pohjolainen
6
-17
/
+28
2015-04-22
i965/blorp: Use virtual function for wm/ps configuration
Topi Pohjolainen
5
-29
/
+57
2015-04-22
i965/blorp: Prepare drawing rectangle for flipped coordinates
Topi Pohjolainen
1
-2
/
+2
2015-04-22
i965/blorp: Add support for layered rendering
Topi Pohjolainen
4
-5
/
+9
2015-04-22
i965/blorp: Allow blend state to be set for multiple render targets
Topi Pohjolainen
3
-19
/
+18
2015-04-22
i965/blorp: Prepare for attributes other than render position
Topi Pohjolainen
4
-7
/
+12
2015-04-22
i965/blorp: Remove unused arguments
Topi Pohjolainen
3
-21
/
+12
2015-04-22
i965/gen7/blorp: Remove unused arguments
Topi Pohjolainen
1
-47
/
+28
2015-04-22
i965/blorp: Allow caller to provide sampler settings
Topi Pohjolainen
3
-8
/
+14
2015-04-22
i965/blorp: Refactor vertex buffer state setup
Topi Pohjolainen
1
-26
/
+34
2015-04-22
i965/blorp: Remove constant parameter
Topi Pohjolainen
3
-20
/
+0
2015-04-22
i965/gen8: Expose state base address setup
Topi Pohjolainen
2
-2
/
+5
2015-04-22
i965/ps/gen8: Refactor state uploading
Topi Pohjolainen
2
-27
/
+59
2015-04-22
i965/ps/gen7: Refactor state uploading
Topi Pohjolainen
2
-21
/
+46
2015-04-22
i965/wm/gen6: Refactor push constant state uploading
Topi Pohjolainen
2
-21
/
+34
2015-04-22
i965/wm/gen6: Refactor program offset setup
Topi Pohjolainen
2
-23
/
+41
2015-04-21
i965: Pass slice details as parameters for surface setup
Topi Pohjolainen
4
-31
/
+33
2015-04-21
i965: Pass texture target as parameter for surface setup
Topi Pohjolainen
4
-20
/
+18
2015-04-21
i965: Refactor effective depth calculation
Topi Pohjolainen
4
-17
/
+13
2015-04-21
i965: Pass integer format flag as parameter to surface setup
Topi Pohjolainen
4
-8
/
+14
2015-04-21
i965: Move texture swizzle resolving into dispatcher
Topi Pohjolainen
4
-36
/
+21
2015-04-21
i965: Move sampler and texture object resolving into dispatcher
Topi Pohjolainen
4
-27
/
+26
[next]