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
...
*
i965/fs: Use the UW type for the destination of VARYING_PULL_CONSTANT_LOAD in...
Jason Ekstrand
2014-09-30
1
-2
/
+2
*
i965/fs: Use offset a lot more places
Jason Ekstrand
2014-09-30
4
-93
/
+78
*
i965/fs: fix a comment in compact_virtual_grfs
Jason Ekstrand
2014-09-30
1
-1
/
+1
*
i965/fs: Rewrite fs_visitor::split_virtual_grfs
Jason Ekstrand
2014-09-30
1
-47
/
+86
*
i965/fs_live_variables: Use var_from_vgrf insead of repeating the calculation
Jason Ekstrand
2014-09-30
1
-2
/
+2
*
i965/fs: Manually generate the meta fast-clear shader
Jason Ekstrand
2014-09-30
2
-90
/
+35
*
radeonsi: Pass the slice size to si_dma_copy_buffer
Michel Dänzer
2014-09-30
1
-4
/
+4
*
radeonsi: Catch more cases that can't be handled by si_dma_copy_buffer/tile
Michel Dänzer
2014-09-30
1
-3
/
+11
*
radeonsi: Fix si_dma_copy(_tile) for compressed formats
Michel Dänzer
2014-09-30
1
-2
/
+2
*
radeonsi: Fix tiling mode index for stencil resources
Michel Dänzer
2014-09-30
1
-2
/
+3
*
ilo: fix format of edge flag pointer
Chia-I Wu
2014-09-30
1
-3
/
+5
*
ilo: add a pass to finalize ilo_ve_state
Chia-I Wu
2014-09-30
8
-158
/
+190
*
ilo: precalculate aligned depth buffer size
Chia-I Wu
2014-09-30
7
-48
/
+43
*
ilo: use dynamic bo for rectlist vertices
Chia-I Wu
2014-09-30
10
-73
/
+92
*
st/xa: Fix regression in xa_yuv_planar_blit()
Thomas Hellstrom
2014-09-30
2
-0
/
+12
*
i965: Delete intel_chipset.h.
Kenneth Graunke
2014-09-29
5
-251
/
+0
*
driconf: Correct and update Catalan translation
Alex Henrie
2014-09-29
1
-8
/
+8
*
driconf: Update Spanish translation
Alex Henrie
2014-09-29
1
-5
/
+5
*
driconf: Synchronize po files
Alex Henrie
2014-09-29
6
-319
/
+390
*
vc4: Don't try to do stores to buffers that aren't bound.
Eric Anholt
2014-09-29
1
-5
/
+8
*
vc4: Shove some depth comparison bits down to where they're used.
Eric Anholt
2014-09-29
1
-5
/
+5
*
i965: Use BRW_MATH_DATA_SCALAR when source regioning is scalar.
Matt Turner
2014-09-29
6
-11
/
+9
*
i965/compaction: Move variable declarations to their uses.
Matt Turner
2014-09-29
1
-5
/
+4
*
i965/compaction: Simplify jump target code.
Matt Turner
2014-09-29
1
-26
/
+18
*
freedreno/a3xx: re-emit shaders on variant change
Rob Clark
2014-09-29
2
-1
/
+50
*
freedreno/ir3: add some cmdline args
Rob Clark
2014-09-29
1
-8
/
+87
*
freedreno/a3xx: add support to emulate GL_CLAMP
Rob Clark
2014-09-29
8
-16
/
+129
*
freedreno: add texcoord clamp support to lowering
Rob Clark
2014-09-29
2
-5
/
+173
*
freedreno: move bind_sampler_states to per-generation
Rob Clark
2014-09-29
4
-23
/
+48
*
freedreno/a3xx: fix border color order
Rob Clark
2014-09-29
1
-5
/
+4
*
freedreno/a3xx: add 32bit integer vtx formats
Rob Clark
2014-09-29
2
-17
/
+37
*
vc4: Add support for GL 1.1's stupid CLAMP mode.
Eric Anholt
2014-09-29
1
-4
/
+19
*
vc4: Add support for texture border color.
Eric Anholt
2014-09-29
2
-1
/
+84
*
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
[prev]
[next]