index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: update draw command emission for Gen8
Chia-I Wu
2015-02-12
6
-34
/
+517
*
ilo: update surface state emission for Gen8
Chia-I Wu
2015-02-12
1
-7
/
+8
*
ilo: update dynamic state emission for Gen8
Chia-I Wu
2015-02-12
1
-14
/
+26
*
ilo: update outdated gen assertions for Gen8
Chia-I Wu
2015-02-12
6
-24
/
+23
*
ilo: add new WM related helpers for Gen8
Chia-I Wu
2015-02-12
1
-0
/
+76
*
ilo: update VS related functions for Gen8
Chia-I Wu
2015-02-12
2
-1
/
+31
*
ilo: update VF related functions for Gen8
Chia-I Wu
2015-02-12
2
-42
/
+157
*
ilo: update SAMPLER_STATE for Gen8
Chia-I Wu
2015-02-12
1
-29
/
+42
*
ilo: update SAMPLER_BORDER_COLOR_STATE for Gen8
Chia-I Wu
2015-02-12
1
-2
/
+3
*
ilo: update depth clear value for Gen8
Chia-I Wu
2015-02-12
1
-1
/
+4
*
ilo: update ilo_zs_surface for Gen8
Chia-I Wu
2015-02-12
5
-82
/
+137
*
ilo: update ilo_view_surface for Gen8
Chia-I Wu
2015-02-12
4
-43
/
+141
*
ilo: update texture layout for Gen8
Chia-I Wu
2015-02-12
1
-1
/
+3
*
ilo: update ilo_blend_state and related functions for Gen8
Chia-I Wu
2015-02-12
6
-22
/
+319
*
ilo: update ilo_dsa_state and related functions for Gen8
Chia-I Wu
2015-02-12
3
-6
/
+89
*
ilo: update multisample related states for Gen8
Chia-I Wu
2015-02-12
3
-1
/
+116
*
ilo: update WM and PS related functions for Gen8
Chia-I Wu
2015-02-12
2
-76
/
+264
*
ilo: update SBE related functions for Gen8
Chia-I Wu
2015-02-12
1
-20
/
+97
*
ilo: update SF related functions for Gen8
Chia-I Wu
2015-02-12
3
-81
/
+267
*
ilo: update CLIP related functions for Gen8
Chia-I Wu
2015-02-12
1
-18
/
+20
*
ilo: update SF_CLIP_VIEWPORT for Gen8
Chia-I Wu
2015-02-12
3
-14
/
+40
*
ilo: update streamout related functions for Gen8
Chia-I Wu
2015-02-12
3
-44
/
+78
*
ilo: update 3DSTATE_{DS,HS,GS} for Gen8
Chia-I Wu
2015-02-12
1
-8
/
+24
*
ilo: update 3DSTATE_CONSTANT_x for Gen8
Chia-I Wu
2015-02-12
1
-3
/
+16
*
ilo: update 3DSTATE_URB_x for Gen8
Chia-I Wu
2015-02-12
1
-1
/
+8
*
ilo: update 3DSTATE_PUSH_CONSTANT_ALLOC_x for Gen8
Chia-I Wu
2015-02-12
1
-7
/
+8
*
ilo: update render engine common helpers for Gen8
Chia-I Wu
2015-02-12
4
-34
/
+91
*
ilo: update BLT helpers for Gen8
Chia-I Wu
2015-02-12
1
-25
/
+58
*
ilo: update MI helpers for Gen8
Chia-I Wu
2015-02-12
2
-30
/
+59
*
ilo: add functions for Gen8 relocs
Chia-I Wu
2015-02-12
1
-6
/
+39
*
ilo: update the toy compiler for Gen8
Chia-I Wu
2015-02-12
5
-91
/
+501
*
ilo: update genhw headers
Chia-I Wu
2015-02-12
19
-529
/
+1704
*
ilo: clean up ilo_gpe_init_dsa()
Chia-I Wu
2015-02-12
1
-54
/
+82
*
ilo: clean up ilo_gpe_init_blend()
Chia-I Wu
2015-02-12
3
-87
/
+106
*
ilo: clean up sample patterns
Chia-I Wu
2015-02-12
5
-68
/
+71
*
glsl: Optimize (f2i(trunc x)) into (f2i x).
Matt Turner
2015-02-11
1
-0
/
+9
*
glsl: Optimize round-half-up pattern.
Matt Turner
2015-02-11
1
-0
/
+33
*
glsl: Add trunc() to ir_builder.
Matt Turner
2015-02-11
2
-0
/
+6
*
i965: Add LINTERP/CINTERP to can_do_cmod().
Matt Turner
2015-02-11
1
-0
/
+2
*
program: Remove _mesa_nop_vertex_program/_mesa_nop_fragment_program.
Matt Turner
2015-02-11
2
-97
/
+0
*
nir: Recognize open-coded fmin/fmax.
Matt Turner
2015-02-11
1
-0
/
+2
*
nir: Add algebraic opt for int comparisons with identical operands.
Eric Anholt
2015-02-11
1
-0
/
+9
*
nir: Fix load_const comparisons for CSE.
Eric Anholt
2015-02-11
1
-1
/
+1
*
i965/fs: Remove conditional mod when optimizing a SEL into a MOV.
Matt Turner
2015-02-11
1
-0
/
+1
*
darwin: build fix
Jeremy Huddleston Sequoia
2015-02-10
1
-0
/
+5
*
darwin: build fix
Jeremy Huddleston Sequoia
2015-02-10
1
-0
/
+1
*
glsl: Optimize 1/exp(x) into exp(-x).
Matt Turner
2015-02-10
1
-0
/
+6
*
nir: Remove casts from void*.
Matt Turner
2015-02-10
4
-14
/
+13
*
nir: Replace assert(0) with unreachable().
Matt Turner
2015-02-10
1
-7
/
+7
*
nir: Remove unused has_indirect variable.
Matt Turner
2015-02-10
1
-4
/
+0
[next]