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
2016-05-24
i965/skl: Emit new 3DSTATE_VF_COMPONENT_PACKING
vf_packing_dbg
Ben Widawsky
3
-4
/
+64
2016-05-24
i965: Move the ve counter outside of loop
Ben Widawsky
1
-2
/
+3
2016-04-21
i965/blorp: Prepare stencil sampling for gen8
Topi Pohjolainen
2
-3
/
+4
2016-04-21
i965/blorp: Add check for supported sample numbers
Topi Pohjolainen
2
-2
/
+17
2016-04-21
i965/blorp: Add support for sampling 3D textures
Topi Pohjolainen
3
-6
/
+23
2016-04-21
i965/blorp: Add support for source swizzle
Topi Pohjolainen
5
-9
/
+29
2016-04-21
i965/blorp: Pipeline upload support for gen8
Topi Pohjolainen
3
-0
/
+699
2016-04-21
i965/gen8: Expose pma stall emission
Topi Pohjolainen
2
-4
/
+8
2016-04-21
i965: Allow texture surface state setup to be used by blorp
Topi Pohjolainen
4
-6
/
+12
2016-04-21
i965/blorp: Prepare sampling for gen9
Topi Pohjolainen
1
-2
/
+14
2016-04-21
i965/blorp: Prepare render target write for gen8
Topi Pohjolainen
5
-8
/
+10
2016-04-21
i965/blorp/gen6: Prepare vertex buffer setup logic for gen8
Topi Pohjolainen
1
-8
/
+22
2016-04-21
i965/blorp/gen7: Expose state setup applicable to gen8
Topi Pohjolainen
2
-11
/
+50
2016-04-21
i965/blorp: Use 8k chunk size for urb allocation
Topi Pohjolainen
1
-5
/
+14
2016-04-21
i965/blorp/gen7: Prepare re-using for gen8
Topi Pohjolainen
1
-2
/
+4
2016-04-21
i965/blorp: Let compiler calculate the vertex buffer size
Topi Pohjolainen
1
-21
/
+10
2016-04-21
i965/gen8: Expose state base address setup
Topi Pohjolainen
2
-2
/
+4
2016-04-21
i965/gen8: Expose surface state helpers
Topi Pohjolainen
2
-25
/
+41
2016-04-21
i965/gen9: Use correct size for DS_STATE
Topi Pohjolainen
1
-4
/
+18
2016-04-21
glsl: add forgotten textureOffset function for sampler2DArrayShadow
Roland Scheidegger
1
-0
/
+7
2016-04-20
i965: Fix interpolateAtSample() on single sampled buffers.
Kenneth Graunke
1
-0
/
+15
2016-04-20
i965: Fix gl_SampleMaskIn[] in per-sample shading mode.
Kenneth Graunke
3
-2
/
+42
2016-04-20
i965: Only enable oMask output when there's a multisample FBO.
Kenneth Graunke
1
-1
/
+1
2016-04-20
i965: Generalize wm_key->compute_sample_id to wm_key->multisample_fbo.
Kenneth Graunke
4
-8
/
+7
2016-04-20
i965: Delete now dead persample_2x FS program key flag.
Kenneth Graunke
3
-8
/
+0
2016-04-20
i965: Simplify gl_SampleID setup on Gen8+.
Kenneth Graunke
1
-5
/
+37
2016-04-20
i965: Flip key->compute_sample_id check.
Kenneth Graunke
1
-7
/
+7
2016-04-21
st/mesa: Use correct size for compute CAPs.
Bas Nieuwenhuizen
1
-2
/
+6
2016-04-20
i965: Properly handle integer types in opt_vector_float().
Kenneth Graunke
1
-4
/
+18
2016-04-20
i965: Make opt_vector_float() only handle non-type-conversion MOVs.
Kenneth Graunke
1
-2
/
+5
2016-04-20
i965: Fold vectorize_mov() back into the one caller.
Kenneth Graunke
2
-28
/
+16
2016-04-20
i965: Rework opt_vector_float() control flow.
Kenneth Graunke
1
-27
/
+34
2016-04-20
anv: s/anv_batch_emit_blk/anv_batch_emit/
Jason Ekstrand
11
-138
/
+133
2016-04-20
anv: Remove the old emit macro
Jason Ekstrand
1
-10
/
+0
2016-04-20
anv/gen7_pipeline: Use the new emit macro
Jason Ekstrand
1
-113
/
+124
2016-04-20
anv/gen7_cmd_buffer: Use the new emit macro
Jason Ekstrand
1
-52
/
+70
2016-04-20
anv/device: Use the new emit macro
Jason Ekstrand
2
-12
/
+13
2016-04-20
anv/state: Use the new emit macro
Jason Ekstrand
1
-77
/
+78
2016-04-20
anv/gen8_pipeline: Use the new emit macro
Jason Ekstrand
1
-177
/
+191
2016-04-20
anv/genX_pipeline: Use the new emit macro
Jason Ekstrand
2
-38
/
+45
2016-04-20
anv/gen8_cmd_buffer: Use the new emit macro
Jason Ekstrand
1
-74
/
+87
2016-04-20
anv/cmd_buffer: Use the new emit macro for quaries
Jason Ekstrand
1
-24
/
+32
2016-04-20
anv/cmd_buffer: Use the new emit macro for DRAWING_RECTANGLE
Jason Ekstrand
1
-9
/
+10
2016-04-20
anv/cmd_buffer: Use the new emit macro for compute shader dispatch
Jason Ekstrand
1
-52
/
+64
2016-04-20
anv/cmd_buffer: Use the new emit macro for 3DSTATE_CONSTANT
Jason Ekstrand
1
-10
/
+11
2016-04-20
anv/cmd_buffer: Use the new emit macro for DEPTH/STENCIL_BUFFER
Jason Ekstrand
1
-34
/
+42
2016-04-20
anv/cmd_buffer: Use the new emit macro for PIPE_CONTROL and STATE_BASE_ADDRESS
Jason Ekstrand
1
-62
/
+76
2016-04-20
anv/cmd_buffer: Use the new emit macro for 3DPRIMITIVE commands
Jason Ekstrand
1
-24
/
+28
2016-04-20
anv: Add a new block-based batch emit macro
Jason Ekstrand
1
-0
/
+9
2016-04-20
gk110/ir: make use of IMUL32I for all immediates
Samuel Pitoiset
1
-1
/
+1
[next]