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
*
r600g: add TXQ and TXF support
Dave Airlie
2011-09-06
2
-7
/
+21
*
r600g: add initial evergreen integer opcode support
Dave Airlie
2011-09-06
2
-29
/
+162
*
r600g: add 10/10/10/2 vertex format conversion.
Dave Airlie
2011-09-05
1
-0
/
+6
*
gallium: add missing formats for ARB_vertex_type_2_10_10_10_rev
Dave Airlie
2011-09-05
2
-1
/
+15
*
gallivm: fix build with LLVM 3.0svn
Tobias Droste
2011-09-05
1
-4
/
+10
*
xvmc: Replace frame_started by picture_structure
Maarten Lankhorst
2011-09-04
2
-10
/
+16
*
gallium: add caps for MIN/MAX texel offsets.
Dave Airlie
2011-09-02
3
-1
/
+13
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
11
-18
/
+173
*
st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...
Christian König
2011-09-01
4
-19
/
+307
*
st/xvmc: the alpha component of palette entries isn't used
Christian König
2011-09-01
1
-1
/
+1
*
g3dvl: extend the functionality of the compositor
Christian König
2011-09-01
5
-33
/
+81
*
gallium: add R8A8 and A8R8 UNORM formats
Christian König
2011-09-01
2
-0
/
+4
*
st/xvmc: remove L4A4_UNORM workaround
Christian König
2011-09-01
1
-33
/
+5
*
r600g: add support for R4A4 and A4R4 textures.
Christian König
2011-09-01
2
-0
/
+8
*
gallium: try to cleanup a bit of the format mess created with pipe-video merge
Christian König
2011-09-01
4
-82
/
+7
*
nv50,nvc0: fix multisample format hack
Christoph Bumiller
2011-08-31
2
-2
/
+2
*
r600g: Make unaligned 3D textures work on +evergreen
Christian König
2011-08-30
1
-1
/
+5
*
nouveau: use PRIu64 for printing uint64_t
Christoph Bumiller
2011-08-30
3
-2
/
+6
*
nouveau/mm: move slabs to correct list on memory release
Christoph Bumiller
2011-08-30
1
-5
/
+5
*
winsys/radeon: Create async thread only once
Maarten Lankhorst
2011-08-30
2
-21
/
+50
*
nvfx: use common NOUVEAU_RESOURCE_FLAG_LINEAR define
Christoph Bumiller
2011-08-30
8
-15
/
+16
*
nv50: add support for linear textures and render targets
Christoph Bumiller
2011-08-30
7
-14
/
+63
*
nv50: align pitch of linear surfaces correctly
Christoph Bumiller
2011-08-30
1
-1
/
+2
*
nv50: handle TGSI_OPCODE_ROUND
Christoph Bumiller
2011-08-30
5
-3
/
+10
*
nv50,nvc0: add states mask to state validation function
Christoph Bumiller
2011-08-30
8
-24
/
+31
*
nv50,nvc0: reject R8G8B8A8/X8_UNORM for multisample surfaces
Christoph Bumiller
2011-08-30
2
-2
/
+17
*
libgl-gdi: Fix mingw-w64 build.
José Fonseca
2011-08-30
1
-1
/
+3
*
st/wgl: Fix build on mingw-w64
José Fonseca
2011-08-30
1
-2
/
+2
*
xorg/xvmc: Only set decode buffer when available
Maarten Lankhorst
2011-08-29
1
-3
/
+6
*
i915g: remove unused var in i915_flush_heuristically()
Brian Paul
2011-08-29
1
-2
/
+0
*
winsys/g3dvl: Fix include style
Kai Wasserbäch
2011-08-29
3
-19
/
+19
*
tests/unit: Fix include style
Kai Wasserbäch
2011-08-29
1
-5
/
+5
*
targets/xorg-vmwgfx: Fix include style
Kai Wasserbäch
2011-08-29
1
-1
/
+1
*
st/xorg: Fix include style
Kai Wasserbäch
2011-08-29
7
-31
/
+31
*
vdpau: Fix include style
Kai Wasserbäch
2011-08-29
9
-31
/
+32
*
va: Fix include style
Kai Wasserbäch
2011-08-29
8
-19
/
+19
*
d3d1x: Fix include style
Kai Wasserbäch
2011-08-29
5
-19
/
+19
*
include/pipe: Fix include style
Kai Wasserbäch
2011-08-29
2
-6
/
+6
*
r600g: Fix include style
Kai Wasserbäch
2011-08-29
9
-66
/
+66
*
noop: Fix include style
Kai Wasserbäch
2011-08-29
2
-13
/
+13
*
vl: Fix include style
Kai Wasserbäch
2011-08-29
20
-63
/
+63
*
util: Fix include style
Kai Wasserbäch
2011-08-29
4
-18
/
+18
*
g3dvl: Fix a bug not decoding the last 32-64 bits of an mpeg2 bitstream.
Christian König
2011-08-29
2
-8
/
+7
*
st/vdpau: Respect source_rect in VideoMixerRender
Christian König
2011-08-29
1
-1
/
+11
*
xvmc tests: Clean up test_rendering slightly
Maarten Lankhorst
2011-08-28
1
-14
/
+24
*
android: make DRM optional
Chia-I Wu
2011-08-27
4
-6
/
+33
*
android: add support for nouveau
Chia-I Wu
2011-08-27
7
-0
/
+203
*
android: add support for r300g
Chia-I Wu
2011-08-27
3
-2
/
+56
*
android: add support for i915g
Chia-I Wu
2011-08-27
4
-0
/
+87
*
android: add support for vmwgfx
Chia-I Wu
2011-08-27
4
-0
/
+90
[next]