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
*
vc4: Add the necessary stubs for occlusion queries.
Eric Anholt
2014-09-29
4
-1
/
+87
*
vc4: Optimize out silly SUBs of 0.
Eric Anholt
2014-09-29
1
-0
/
+11
*
vc4: Dump constant uniform values in VC4_DEBUG=qir.
Eric Anholt
2014-09-29
6
-24
/
+32
*
vc4: Turn a SEL_X_Y(x, 0) into SEL_X_0(x).
Eric Anholt
2014-09-29
1
-14
/
+61
*
vc4: Add support for texture cube maps.
Eric Anholt
2014-09-29
5
-22
/
+84
*
vc4: Rename the slice's size0.
Eric Anholt
2014-09-29
2
-5
/
+5
*
vc4: Stop trying to reuse temporaries that store uniform values.
Eric Anholt
2014-09-29
2
-12
/
+0
*
egl: setup screen iterator before using it
Tapani Pälli
2014-09-29
1
-1
/
+1
*
ilo: fix a missing 'else'
Chia-I Wu
2014-09-29
1
-1
/
+1
*
glsl: Allow texture2DProjLod and textureCubeLod in GL ES
Kalyan Kondapally
2014-09-29
1
-3
/
+3
*
glsl: Recognize open-coded pow(x, y).
Matt Turner
2014-09-27
1
-0
/
+14
*
i965/fs: Don't invalidate live intervals in saturate propagation.
Matt Turner
2014-09-27
1
-2
/
+1
*
i965/fs: Ignore mov.sat instructions in interference check in sat prop.
Matt Turner
2014-09-27
1
-1
/
+2
*
i965/fs: Walk instructions in reverse in saturate propagation.
Matt Turner
2014-09-27
1
-3
/
+3
*
freedreno/a3xx: add flat interpolation mode
Rob Clark
2014-09-27
7
-19
/
+60
*
freedreno/a3xx: add LOD_BIAS
Rob Clark
2014-09-27
1
-0
/
+1
*
freedreno: turn missing caps into compile warnings
Rob Clark
2014-09-27
1
-10
/
+10
*
freedreno: we have more than 0 viewports!
Rob Clark
2014-09-27
1
-0
/
+3
*
freedreno: update generated headers
Rob Clark
2014-09-27
4
-17
/
+133
*
freedreno: don't advertise mirror-clamp support
Rob Clark
2014-09-27
1
-1
/
+1
*
freedreno: fix compiler warning
Rob Clark
2014-09-27
1
-0
/
+1
*
Remove Bluegene/L wrappers
Emil Velikov
2014-09-27
2
-10
/
+4
*
mesa: remove last DJGPP remains
Emil Velikov
2014-09-27
5
-15
/
+6
*
configure: drop --with-egl-driver-dir switch
Emil Velikov
2014-09-27
2
-2
/
+2
*
glsl: Strip arrayness from ir_type_dereference_variable too
Ian Romanick
2014-09-26
1
-1
/
+1
*
glsl: Round struct size up to at least 16 bytes
Ian Romanick
2014-09-26
1
-1
/
+1
*
glsl: Make sure row-major array-of-structure get correct layout
Ian Romanick
2014-09-26
1
-1
/
+8
*
glsl: Make sure fields after small structs have correct padding
Ian Romanick
2014-09-26
1
-0
/
+22
*
ilo: give gen6_draw_session a better prefix
Chia-I Wu
2014-09-26
6
-74
/
+74
*
ilo: make ilo_render opaque
Chia-I Wu
2014-09-26
7
-94
/
+90
*
ilo: make ilo_render_emit_draw() direct
Chia-I Wu
2014-09-26
8
-295
/
+174
*
ilo: make ilo_render_emit_rectlist() direct
Chia-I Wu
2014-09-26
6
-53
/
+84
*
ilo: clean up draw and rectlist state emission
Chia-I Wu
2014-09-26
6
-812
/
+972
*
ilo: sanity check ilo_render_get_*_len()
Chia-I Wu
2014-09-26
1
-5
/
+12
*
ilo: simplify ilo_render_get_query_len()
Chia-I Wu
2014-09-26
1
-25
/
+12
*
ilo: make ilo_render_emit_query() direct
Chia-I Wu
2014-09-26
6
-173
/
+159
*
ilo: make ilo_render_emit_flush() direct
Chia-I Wu
2014-09-26
6
-54
/
+61
*
ilo: simplify ilo_render invalidation
Chia-I Wu
2014-09-26
7
-86
/
+83
*
ilo: add ilo_builder_{dynamic,surface}_used()
Chia-I Wu
2014-09-26
1
-0
/
+15
*
ilo: rename state buffer to dynamic buffer
Chia-I Wu
2014-09-26
4
-26
/
+26
*
ilo: constify ilo_render in ilo_render_get_sample_position()
Chia-I Wu
2014-09-26
2
-2
/
+2
*
ilo: rename 3d_pipeline to render
Chia-I Wu
2014-09-26
10
-883
/
+884
*
ilo: remove struct ilo_3d
Chia-I Wu
2014-09-26
6
-232
/
+167
*
ilo: rename ilo_3d_pipeline*.[ch] to ilo_render*.[ch]
Chia-I Wu
2014-09-26
8
-24
/
+24
*
ilo: rename ilo_3d.[ch] to ilo_draw.[ch]
Chia-I Wu
2014-09-26
6
-9
/
+9
*
st/mesa: Use PIPE_USAGE_STAGING for GL_STATIC/DYNAMIC/STREAM_READ buffers
Michel Dänzer
2014-09-26
1
-3
/
+5
*
glsl: remove unused link_assign_uniform_block_offsets
Tapani Pälli
2014-09-26
2
-37
/
+0
*
glsl: Structures must have same name to be considered same type.
Kalyan Kondapally
2014-09-26
2
-0
/
+22
*
glsl: fix uniform location count used for glsl types
Tapani Pälli
2014-09-26
2
-9
/
+12
*
gm107/ir: take relative pfetch offset into account
Ilia Mirkin
2014-09-26
1
-1
/
+4
[next]