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
Commit message (
Expand
)
Author
Age
Files
Lines
*
noop: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
5
-17
/
+24
*
identity: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
5
-15
/
+19
*
freedreno: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
6
-41
/
+47
*
trace: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
3
-13
/
+10
*
llvmpipe: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
3
-85
/
+46
*
rbug: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
3
-11
/
+9
*
softpipe: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
4
-92
/
+37
*
r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM
Emil Velikov
2013-10-01
2
-3
/
+1
*
gallium/radeon: drop unused variable LIBGALLIUM_LIBS
Emil Velikov
2013-10-01
1
-3
/
+0
*
mesa/drivers: drop HAVE_*_DRI from individual makefiles
Emil Velikov
2013-10-01
6
-19
/
+0
*
gallium/targets: Make use of prebuilt libdricommon.la.
Johannes Obermayr
2013-10-01
9
-39
/
+17
*
i915: Fix memory leak in do_blit_readpixels.
Vinson Lee
2013-09-30
1
-0
/
+1
*
llvmpipe: Remove unnecessary null check of shader.
Vinson Lee
2013-09-30
1
-1
/
+1
*
util/u_format: Assert that format block size is at least 1 byte.
Vinson Lee
2013-09-30
1
-1
/
+6
*
draw: Add a null check for draw.
Vinson Lee
2013-09-30
1
-1
/
+1
*
st/vdpau: Include u_surface.h for u_copy_rect.
Vinson Lee
2013-09-30
2
-0
/
+2
*
st/vdpau: Include u_format.h for util_format_description.
Vinson Lee
2013-09-30
1
-0
/
+1
*
st/xvmc: Include u_surface.h for u_copy_rect.
Vinson Lee
2013-09-30
1
-0
/
+1
*
st/egl: include u_format.h for util_format_get_blocksize()
Brian Paul
2013-09-30
1
-0
/
+1
*
svga: fix pixel center integer
Brian Paul
2013-09-30
1
-2
/
+4
*
svga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER
Brian Paul
2013-09-30
1
-1
/
+1
*
svga: we don't support TGSI_OPCODE_CONT
Brian Paul
2013-09-30
2
-2
/
+5
*
gallium: include u_surface.h instead of u_rect.h
Brian Paul
2013-09-30
4
-9
/
+3
*
i965: Reenable glBitmap() after the sRGB winsys enabling.
Eric Anholt
2013-09-30
1
-1
/
+2
*
mesa: Remove all traces of GL_OES_matrix_get
Ian Romanick
2013-09-30
3
-12
/
+0
*
Use -Bsymbolic when linking libEGL.so
Carl Worth
2013-09-30
1
-1
/
+1
*
i965/blorp: retype destination register for texture SEND instruction to UW.
Paul Berry
2013-09-30
1
-1
/
+1
*
i965: Add a real native TexStorage path.
Eric Anholt
2013-09-30
1
-0
/
+63
*
i965: Add missing license to intel_tex_validate.c.
Eric Anholt
2013-09-30
1
-0
/
+23
*
i965: Always allocate validated miptrees from level 0.
Eric Anholt
2013-09-30
1
-6
/
+5
*
i965: Don't relayout a texture just for baselevel changes.
Eric Anholt
2013-09-30
2
-24
/
+39
*
i965: Don't allocate a 1-level texture when GL_GENERATE_MIPMAP is set.
Eric Anholt
2013-09-30
1
-1
/
+2
*
i965: Stop allocating miptrees with first_level != 0.
Eric Anholt
2013-09-30
1
-17
/
+6
*
i965: Drop a special case for guessing small miptree levels.
Eric Anholt
2013-09-30
1
-43
/
+30
*
i965: Totally switch around how we handle nonzero baselevel-first_level.
Eric Anholt
2013-09-30
4
-19
/
+12
*
i965: Always look up from the object's mt when setting up texturing state.
Eric Anholt
2013-09-30
2
-5
/
+2
*
r600g/sb: Move variable dereference after null check.
Vinson Lee
2013-09-30
1
-1
/
+2
*
st/mesa: fix comment typo
Brian Paul
2013-09-30
1
-1
/
+1
*
r600g,radeonsi: workaround for late shared screen initialization
Marek Olšák
2013-09-30
2
-1
/
+5
*
r600g: Fix build failure introduced with r600_texture.c consolidation
Laurent Carlier
2013-09-29
1
-4
/
+4
*
radeon: make texture logging more useful
Marek Olšák
2013-09-29
5
-26
/
+23
*
r600g,radeonsi: share r600_texture.c
Marek Olšák
2013-09-29
18
-1228
/
+367
*
r600g: remove compute_global_transfer_* calls from texture_transfer_map/unmap
Marek Olšák
2013-09-29
1
-9
/
+0
*
r600g: move the low-level buffer functions for multiple rings to drivers/radeon
Marek Olšák
2013-09-29
11
-88
/
+87
*
r600g,radeonsi: consolidate tiling_info initialization
Marek Olšák
2013-09-29
12
-217
/
+148
*
radeonsi: implement clear_buffer using CP DMA, initialize CMASK with it
Marek Olšák
2013-09-29
4
-19
/
+108
*
r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon
Marek Olšák
2013-09-29
6
-66
/
+74
*
radeonsi: move debug options to R600_DEBUG
Marek Olšák
2013-09-29
6
-38
/
+41
*
r600g: move some debug options to drivers/radeon
Marek Olšák
2013-09-29
10
-52
/
+61
*
r600g,radeonsi: share the async dma interface
Marek Olšák
2013-09-29
8
-51
/
+61
[next]