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
...
*
vl: Make array initialization portable.
José Fonseca
2012-01-16
1
-1
/
+4
*
i915g: Fix the blending for the A8 destination buffer case.
Stéphane Marchesin
2012-01-15
4
-12
/
+29
*
r600g: fix mullo_uint trans slot only on r600/r700
Dave Airlie
2012-01-15
1
-1
/
+1
*
r600g: implement clip distances
Vadim Girlin
2012-01-15
6
-17
/
+111
*
r600g: implement two-sided lighting (v3)
Vadim Girlin
2012-01-15
6
-25
/
+135
*
r600g: add support for ISHR/USHR/SHL on r600-evergreen
Vadim Girlin
2012-01-15
2
-10
/
+13
*
r600g: implement IDIV/UDIV on r600-evergreen
Vadim Girlin
2012-01-15
1
-4
/
+222
*
r600g: implement ISSG on r600-evergreen
Vadim Girlin
2012-01-15
1
-0
/
+63
*
r600g: implement IABS on r600-evergreen
Vadim Girlin
2012-01-15
1
-0
/
+60
*
r600g: implement F2U on evergreen
Vadim Girlin
2012-01-15
1
-2
/
+2
*
r600g: add FLT_TO_UINT opcode for evergreen
Vadim Girlin
2012-01-15
2
-1
/
+4
*
r600g: fix F2I on evergreen
Vadim Girlin
2012-01-15
1
-1
/
+50
*
vl: fix YV12 handling
Christian König
2012-01-15
4
-9
/
+49
*
st/vdpau: recreate video buffer if decode doesn't like it
Christian König
2012-01-15
1
-1
/
+21
*
st/vdpau: recreate video buffer if format doesn't match
Christian König
2012-01-15
2
-19
/
+37
*
vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMAT
Christian König
2012-01-15
8
-3
/
+24
*
vl: add h264 infrastructure
Christian König
2012-01-15
2
-0
/
+107
*
vl: move away from state like parameters
Christian König
2012-01-15
9
-403
/
+293
*
vl/video_buffer: add support for interlaced buffers
Christian König
2012-01-15
3
-13
/
+25
*
vl/video_buffer: improve constructor
Christian König
2012-01-15
2
-45
/
+84
*
vl/video_buffer: use template style create params
Christian König
2012-01-15
7
-69
/
+71
*
r600g: vertex id support.
Dave Airlie
2012-01-15
1
-8
/
+15
*
r600g: make u2f trans only
Dave Airlie
2012-01-15
1
-1
/
+1
*
nvfx: random cleanups of the state validation code
Lucas Stach
2012-01-15
1
-27
/
+22
*
nvfx: drop render temporaries code
Lucas Stach
2012-01-15
4
-172
/
+18
*
nvfx: rework state_fb code to get rid of render temps
Lucas Stach
2012-01-15
4
-146
/
+72
*
nvfx: say no to stream output caps
Lucas Stach
2012-01-15
1
-1
/
+5
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
12
-140
/
+50
*
r600g: add r600 version of UINT_TO_FLT conversion.
Dave Airlie
2012-01-14
1
-0
/
+1
*
r600g: fix r600 f2i to be trans only emitted.
Dave Airlie
2012-01-14
1
-1
/
+1
*
r600g: add missing case for uint->flt conversion.
Dave Airlie
2012-01-14
1
-0
/
+1
*
r600g: add missing r32 uint/sint fbo formats.
Dave Airlie
2012-01-14
2
-0
/
+8
*
r600g: add support for virtual address space on cayman v11
Jerome Glisse
2012-01-13
13
-48
/
+370
*
gallivm: Allow target specific intrinsics in lp_declare_intrinsic()
Tom Stellard
2012-01-13
1
-7
/
+0
*
nv50/ir: make use of TGSI_INTERPOLATE_COLOR
Christoph Bumiller
2012-01-12
3
-10
/
+10
*
nvc0: fix submission of VertexID and EdgeFlag in push mode
Christoph Bumiller
2012-01-12
9
-21
/
+84
*
mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitions
Brian Paul
2012-01-12
1
-0
/
+5
*
sofpipe: remove extraneous semicolon
Brian Paul
2012-01-12
1
-1
/
+1
*
r600g: don't advertise integers yet on r600.
Dave Airlie
2012-01-12
1
-2
/
+0
*
st/xa: Bump version to 1.0.0 according to the README
Thomas Hellstrom
2012-01-12
2
-4
/
+4
*
svga: Fix user clip planes.
José Fonseca
2012-01-12
2
-4
/
+3
*
softpipe: bump max texture array layers to 256.
Dave Airlie
2012-01-12
1
-1
/
+1
*
gallium/svga: Pass the SVGA3D_SURFACE_HINT_RENDERTARGET flag to the device
Thomas Hellstrom
2012-01-12
1
-3
/
+6
*
rbug: Silence warning
Jakob Bornecrantz
2012-01-11
1
-1
/
+2
*
svga: don't reference count svga_sampler_view's texture
Brian Paul
2012-01-11
1
-2
/
+12
*
st/wgl: Return NULL for NULL HDCs in wglGetExtensionsStringARB.
José Fonseca
2012-01-11
1
-1
/
+3
*
llvmpipe: disable native integers
Dave Airlie
2012-01-11
1
-1
/
+8
*
st/glx/xlib: call register_with_display() in glXChooseFBConfig()
Brian Paul
2012-01-11
1
-0
/
+3
*
nv50/ir: handle TGSI_OPCODE_ISSG
Christoph Bumiller
2012-01-11
1
-3
/
+8
*
nv50/ir: handle TGSI_TEXTURE_SHADOWCUBE
Christoph Bumiller
2012-01-11
1
-0
/
+1
[prev]
[next]