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-06
i965/meta/hack: Prepare stencil blit for ARB_texture_stencil8
stencil_hack
Topi Pohjolainen
2
-1
/
+5
2015-04-06
causes crash
Topi Pohjolainen
1
-1
/
+1
2015-03-30
i965/blorp/gen7: Use normal pipeline support for disabling stages
Topi Pohjolainen
1
-59
/
+1
2015-03-30
i965/blorp: Enable replicated clears using glsl-based programs
Topi Pohjolainen
1
-0
/
+8
2015-03-30
i965/blorp: Enable fast clears using glsl-based programs
Topi Pohjolainen
3
-0
/
+69
2015-03-30
i965/blorp: Add support for executing glsl-based clears
Topi Pohjolainen
5
-0
/
+142
2015-03-30
i965/meta: Add cache and compile support for clear programs
Topi Pohjolainen
3
-0
/
+77
2015-03-30
i965/meta/clear: Refactor logic using gl-context
Topi Pohjolainen
1
-65
/
+78
2015-03-30
i965/meta/clear: Declare input rectangle for drawing as constant
Topi Pohjolainen
1
-1
/
+2
2015-03-30
i965/meta/clear: Refactor miptree clear state setting
Topi Pohjolainen
1
-11
/
+18
2015-03-30
i965/blorp/gen8: Execution support
Topi Pohjolainen
4
-1
/
+829
2015-03-30
i965/blorp/gen6: Prepare vertex buffer setup logic for gen8
Topi Pohjolainen
1
-8
/
+22
2015-03-30
i965/blorp/gen7: Expose state setup applicable to gen8
Topi Pohjolainen
2
-10
/
+46
2015-03-30
i965/blorp/gen7: Prepare re-using for gen8
Topi Pohjolainen
1
-2
/
+4
2015-03-30
i965/blorp: Enable glsl-based fbo blits
Topi Pohjolainen
2
-0
/
+21
2015-03-30
i965/blorp: Add support for setting samplers for glsl-based blits
Topi Pohjolainen
2
-0
/
+16
2015-03-30
i965/blorp: Add support for setting up surfaces for glsl-based blits
Topi Pohjolainen
3
-0
/
+41
2015-03-30
i965/blorp: Add support for loading vertices for glsl-based blits
Topi Pohjolainen
2
-0
/
+90
2015-03-30
i965/blorp: Add plumbing for glsl-based color blits
Topi Pohjolainen
2
-0
/
+110
2015-03-30
i965/blorp/gen7: Support for loading glsl-based fragment shaders
Topi Pohjolainen
4
-0
/
+126
2015-03-30
i965/blorp: Move multisample setup for parameter type to handle
Topi Pohjolainen
3
-8
/
+13
2015-03-30
i965/blorp: Move vertex uploading for parameter type to handle
Topi Pohjolainen
3
-11
/
+8
2015-03-30
i965/blorp/gen7: Move surface setup for the parameter type to handle
Topi Pohjolainen
2
-24
/
+34
2015-03-30
i965/blorp/gen6: Move surface setup for the parameter type to handle
Topi Pohjolainen
2
-21
/
+34
2015-03-30
i965/blorp: Move sampler setup for the parameter type to handle
Topi Pohjolainen
3
-19
/
+27
2015-03-30
i965/blorp: Move push const setup for the parameter type to handle
Topi Pohjolainen
6
-17
/
+28
2015-03-30
i965/blorp: Use virtual function for wm/ps configuration
Topi Pohjolainen
5
-29
/
+57
2015-03-30
i965/blorp: Prepare drawing rectangle for flipped coordinates
Topi Pohjolainen
1
-2
/
+2
2015-03-30
i965/blorp: Add support for layered rendering
Topi Pohjolainen
4
-5
/
+8
2015-03-30
i965/blorp: Allow blend state to be set for multiple render targets
Topi Pohjolainen
3
-19
/
+16
2015-03-30
i965/blorp: Remove unused arguments
Topi Pohjolainen
3
-21
/
+12
2015-03-30
i965/gen7/blorp: Remove unused arguments
Topi Pohjolainen
1
-47
/
+28
2015-03-30
i965/blorp: Remove unnecessary check if program is in use
Topi Pohjolainen
1
-1
/
+1
2015-03-30
i965/blorp: Use program data to determine if a program is present
Topi Pohjolainen
1
-1
/
+1
2015-03-30
i965/blorp/gen7: Emit SBE before SF
Topi Pohjolainen
1
-12
/
+13
2015-03-30
i965/blorp: Allow caller to provide sampler settings
Topi Pohjolainen
3
-8
/
+14
2015-03-30
i965/blorp: Refactor vertex buffer state setup
Topi Pohjolainen
1
-26
/
+34
2015-03-30
i965/blorp: Remove constant parameter
Topi Pohjolainen
3
-20
/
+0
2015-03-30
i965/meta: Add helper for looking up blit programs
Topi Pohjolainen
2
-0
/
+150
2015-03-30
meta: Provide read access to blit shaders
Topi Pohjolainen
2
-10
/
+12
2015-03-30
i965/gen8: Expose surface state setup logic
Topi Pohjolainen
2
-18
/
+23
2015-03-30
i965/gen8: Expose state base address setup
Topi Pohjolainen
2
-2
/
+5
2015-03-30
i965/ps/gen8: Refactor state uploading
Topi Pohjolainen
2
-27
/
+59
2015-03-30
i965/ps/gen7: Refactor state uploading
Topi Pohjolainen
2
-21
/
+46
2015-03-30
i965/wm/gen6: Refactor push constant uploading
Topi Pohjolainen
2
-10
/
+25
2015-03-30
i965: Refactor and expose brw_upload_binding_table()
Topi Pohjolainen
2
-7
/
+21
2015-03-30
i965: Expose and refactor brw_update_renderbuffer_surfaces()
Topi Pohjolainen
2
-21
/
+35
2015-03-30
i965: Refactor rb surface setup to allow caller to store offsets
Topi Pohjolainen
5
-45
/
+46
2015-03-30
radeonsi: Cache LLVMTargetMachineRef in context instead of in screen
Michel Dänzer
6
-30
/
+41
2015-03-30
glsl: fix unreachable(!"") to unreachable("")
Tapani Pälli
1
-1
/
+1
[next]