index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vc4: Don't forget to store stencil along with depth when storing either.
Eric Anholt
2014-09-30
1
-1
/
+1
*
llvmpipe: Reuse llvmpipes LLVMContext in the draw context.
Mathias Fröhlich
2014-09-30
5
-9
/
+31
*
llvmpipe: Make a llvmpipe OpenGL context thread safe.
Mathias Fröhlich
2014-09-30
4
-18
/
+40
*
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
Mathias Fröhlich
2014-09-30
13
-31
/
+40
*
llvmpipe: move lp_jit_screen_init() call after allocation of screen object
Brian Paul
2014-09-30
1
-3
/
+5
*
tgsi: fix Semantic.Name assignment in tgsi_transform_input_decl()
Brian Paul
2014-09-30
1
-1
/
+1
*
util: simplify PIPE_TEXTURE_CUBE case in util_max_layer()
Brian Paul
2014-09-30
1
-2
/
+3
*
softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout()
Brian Paul
2014-09-30
1
-2
/
+3
*
llvmpipe: remove special case for PIPE_TEXTURE_CUBE in llvmpipe_texture_layout()
Brian Paul
2014-09-30
1
-3
/
+6
*
gallium: add doc note about cube textures and can_create_resource()
Brian Paul
2014-09-30
1
-0
/
+2
*
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
*
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
*
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
*
ilo: fix a missing 'else'
Chia-I Wu
2014-09-29
1
-1
/
+1
*
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
*
configure: drop --with-egl-driver-dir switch
Emil Velikov
2014-09-27
1
-1
/
+1
*
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
[prev]
[next]