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
*
tgsi: update documents with some info on texture lookup
Dave Airlie
2011-12-19
1
-0
/
+11
*
softpipe: fix shadow1d tests.
Dave Airlie
2011-12-19
1
-1
/
+13
*
softpipe: fix shadow 2d texture array sampling
Dave Airlie
2011-12-19
2
-6
/
+22
*
gallium/draw: fix two side handling
Dave Airlie
2011-12-19
1
-18
/
+9
*
vdpau: Add background surface support
Maarten Lankhorst
2011-12-19
1
-1
/
+10
*
vdpau: Add support for mixer attributes
Maarten Lankhorst
2011-12-19
3
-15
/
+147
*
vdpau: Add support for parameters
Maarten Lankhorst
2011-12-19
3
-6
/
+126
*
softpipe: fix depth sampling for linear vs nearest.
Dave Airlie
2011-12-19
1
-7
/
+16
*
softpipe: fix texture sampling from 1D texture array
Dave Airlie
2011-12-19
1
-0
/
+13
*
nvc0: add NVC0_RESOURCE_FLAG_VIDEO
Christoph Bumiller
2011-12-18
2
-0
/
+30
*
r600g: fix MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS limit
Marek Olšák
2011-12-17
1
-2
/
+1
*
r600g: handle new caps
Marek Olšák
2011-12-17
1
-0
/
+2
*
r300g: handle new caps
Marek Olšák
2011-12-17
1
-0
/
+4
*
r600g: implement transform feedback
Marek Olšák
2011-12-17
18
-13
/
+873
*
gallivm: Fix build with llvm-3.1svn.
Vinson Lee
2011-12-16
2
-1
/
+15
*
gallium: fix a crash in drivers that don't support stream output
Fredrik Höglund
2011-12-15
1
-1
/
+2
*
llvmpipe: adapt to struct stream_output_info modifications
Christoph Bumiller
2011-12-15
1
-9
/
+2
*
nvc0: implement new stream output interface
Christoph Bumiller
2011-12-15
15
-189
/
+372
*
d3d1x: implement new stream output interface
Christoph Bumiller
2011-12-15
7
-50
/
+213
*
st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2
Marek Olšák
2011-12-15
4
-0
/
+118
*
u_blitter: implement copy_buffer using stream output
Marek Olšák
2011-12-15
2
-2
/
+96
*
u_blitter: restore stream output targets
Marek Olšák
2011-12-15
2
-0
/
+36
*
trace: implement stream output interface
Christoph Bumiller
2011-12-15
1
-0
/
+73
*
noop: implement stream output
Marek Olšák
2011-12-15
1
-0
/
+35
*
gallium: utility helper functions for stream output
Marek Olšák
2011-12-15
7
-7
/
+66
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
24
-89
/
+210
*
gallium: disable stream output in drivers that support it
Marek Olšák
2011-12-15
5
-2
/
+23
*
st/xa: Disable composite solid fill with mask
Thomas Hellstrom
2011-12-15
1
-1
/
+19
*
st/xa: Fix format conversion copy alpha channel
Thomas Hellstrom
2011-12-15
3
-3
/
+13
*
st/xa: Fix component alpha check
Thomas Hellstrom
2011-12-15
1
-2
/
+1
*
st/egl: fix compiler warnings
Chia-I Wu
2011-12-15
2
-3
/
+3
*
st/egl: Implement EGL_NOK_swap_region for x11
Fredrik Höglund
2011-12-15
3
-20
/
+51
*
st/egl: Add support for EGL_NOK_swap_region
Fredrik Höglund
2011-12-15
3
-3
/
+46
*
st/vdpau: fix unwanted output scaling
Christian König
2011-12-14
1
-7
/
+12
*
st/vdpau: some mixer fixes
Christian König
2011-12-14
3
-2
/
+8
*
g3dvl/compositor: improve dirty area handling
Christian König
2011-12-14
8
-47
/
+81
*
r300g: take advantage of KEEP_TILING_FLAGS flush flag
Marek Olšák
2011-12-13
2
-2
/
+10
*
nouveau: get rid of winsys object
Marcin Slusarz
2011-12-13
17
-113
/
+17
*
i915g: Roll back to the previous shader limits.
Stéphane Marchesin
2011-12-13
3
-6
/
+2
*
i915g: Update TODO.
Stéphane Marchesin
2011-12-13
1
-0
/
+2
*
winsys/radeon: add flush option not to rewrite tiling flags in registers
Marek Olšák
2011-12-13
3
-4
/
+24
*
mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)
Marek Olšák
2011-12-13
2
-1
/
+5
*
r300g: integer and fixed-point 16.16 textures are not supported
Marek Olšák
2011-12-12
1
-0
/
+11
*
i915g: fix debug dump on 64 bit systems
Michael Karcher
2011-12-11
1
-1
/
+1
*
i915g: Fix wrong indices for LINE_LOOP case
Fatih Aşıcı
2011-12-11
1
-2
/
+2
*
vl: Add missing mpeg fields to pipe_mpeg12_picture_desc
Maarten Lankhorst
2011-12-11
2
-0
/
+6
*
g3dvl/xlib: fix build by changing include order
Tobias Droste
2011-12-11
1
-2
/
+2
*
gallium: implement ARB_conservative_depth
Marek Olšák
2011-12-10
4
-1
/
+31
*
util: Add strings.h include on unices
José Fonseca
2011-12-09
1
-0
/
+4
*
llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.
José Fonseca
2011-12-08
6
-11
/
+62
[next]