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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
g3dvl: Add get_clear_color capability
Emeric Grange
2011-09-14
2
-0
/
+18
*
g3dvl: Various whitespace cleanups found while reading some code
Emeric Grange
2011-09-14
4
-18
/
+20
*
gallivm: remove unused vars
Brian Paul
2011-09-13
1
-5
/
+0
*
gallium: minor comments for util_format_channel_description fields
Brian Paul
2011-09-13
1
-2
/
+2
*
nv50/nvc0: add support for R4A4_UNORM and A4R4_UNORM formats
Marcin Slusarz
2011-09-13
2
-0
/
+16
*
r600g: fix typo in "r600g: simplify deducing chip family"
Marek Olšák
2011-09-13
1
-1
/
+1
*
r600g: remove unused function r600_buffer_from_handle
Marek Olšák
2011-09-12
2
-28
/
+0
*
r600g: remove an irrelevant XXX comment
Marek Olšák
2011-09-12
1
-1
/
+1
*
r600g: remove r600_resource_buffer struct
Marek Olšák
2011-09-12
4
-80
/
+65
*
r600g: set the return type of radeon_destroy to void
Marek Olšák
2011-09-12
2
-7
/
+4
*
r600g: remove r600_drm_public.h
Marek Olšák
2011-09-12
4
-35
/
+1
*
r600g: inline some of the winsys r600_get functions
Marek Olšák
2011-09-12
8
-43
/
+13
*
r600g: simplify deducing chip family
Marek Olšák
2011-09-12
1
-36
/
+8
*
r600g: compute tiling info in the pipe, not in the winsys
Marek Olšák
2011-09-12
6
-133
/
+133
*
r600g: remove unused ioctl definitions
Marek Olšák
2011-09-12
1
-8
/
+0
*
r600g: do not loop in radeon_family_from_device
Marek Olšák
2011-09-12
4
-57
/
+11
*
r600g: cleanup build include dirs and dependencies
Marek Olšák
2011-09-12
6
-14
/
+3
*
pb_buffer: inline 'base' sub-struct
Marek Olšák
2011-09-11
13
-106
/
+102
*
r300g: handle the new CAPs
Marek Olšák
2011-09-11
1
-0
/
+2
*
tgsi: fix typo in commit 324ac982d8e7
Emil Velikov
2011-09-10
1
-1
/
+1
*
nouveau: Add support for XvMC acceleration
Maarten Lankhorst
2011-09-10
6
-7
/
+1328
*
gallium: add TGSI opcodes UARL and UCMP
Bryan Cain
2011-09-10
4
-1
/
+56
*
draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()
Brian Paul
2011-09-10
1
-273
/
+97
*
r300/compiler: Implement ROUND
Tom Stellard
2011-09-10
4
-1
/
+56
*
st/dri: remove the call to driInitExtensions
Marek Olšák
2011-09-10
1
-20
/
+0
*
r600g: fix shadow rect samplers
Marek Olšák
2011-09-10
1
-3
/
+6
*
r600g: use SAMPLE_LB for OPCODE_TXB
Marek Olšák
2011-09-10
1
-3
/
+6
*
r600g: enable texture arrays
Marek Olšák
2011-09-10
1
-3
/
+3
*
r600g: add support for shadow array samplers
Marek Olšák
2011-09-10
2
-19
/
+57
*
r600g: implement texture arrays for evergreen
Marek Olšák
2011-09-10
1
-5
/
+18
*
r600g: always decompress all mipmaps and layers, slices, or faces of zbuffers
Marek Olšák
2011-09-10
2
-28
/
+49
*
r600g: fix texture array filtering
Marek Olšák
2011-09-10
3
-74
/
+113
*
u_blitter: add texture array support
Marek Olšák
2011-09-10
1
-11
/
+41
*
gallium: add shadow 1D and 2D array samplers to TGSI
Marek Olšák
2011-09-10
8
-9
/
+70
*
gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS
Marek Olšák
2011-09-10
8
-12
/
+11
*
llvmpipe: add some null pointer checks
Brian Paul
2011-09-09
2
-1
/
+35
*
d3d1x: fix a build error
Chia-I Wu
2011-09-09
1
-3
/
+4
*
st/dri: add support for __DRI_IMAGE_FORMAT_ABGR8888
Chia-I Wu
2011-09-09
1
-0
/
+6
*
nouveau: fix nouveau_fence leak
Marcin Slusarz
2011-09-08
1
-0
/
+2
*
nv50: fix screen->blitctx memory leak
Marcin Slusarz
2011-09-08
1
-0
/
+2
*
st/egl: Fix GDI build.
José Fonseca
2011-09-08
1
-1
/
+1
*
Define INLINE macro in terms of inline.
José Fonseca
2011-09-08
1
-11
/
+14
*
st/egl: add premultiplied alpha support to wayland
Benjamin Franzke
2011-09-08
4
-4
/
+24
*
st/egl: correctly return configs under wayland
Benjamin Franzke
2011-09-08
4
-23
/
+98
*
Revert "st/egl: correctly return configs under wayland"
Chia-I Wu
2011-09-08
4
-113
/
+30
*
Revert "st/egl: add premultiplied alpha support to wayland"
Chia-I Wu
2011-09-08
4
-32
/
+3
*
st/egl: add premultiplied alpha support to wayland
Chia-I Wu
2011-09-08
4
-3
/
+32
*
st/egl: correctly return configs under wayland
Chia-I Wu
2011-09-08
4
-30
/
+113
*
st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHA
Chia-I Wu
2011-09-08
3
-7
/
+25
*
st/egl: add NATIVE_PARAM_PREMULTIPLIED_ALPHA
Chia-I Wu
2011-09-08
1
-1
/
+10
[next]