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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915g: Blend equation separate seems to work.
Stéphane Marchesin
2011-09-21
1
-6
/
+1
*
i915g: Add ifdef'd out code to dump compiled shaders.
Stéphane Marchesin
2011-09-21
1
-0
/
+4
*
i915g: Fix bug in shader optimizer.
Stéphane Marchesin
2011-09-21
1
-2
/
+2
*
i915g: Remove stale function prototype.
Stéphane Marchesin
2011-09-21
1
-6
/
+0
*
svga: call u_default_redefine_user_buffer() to fix failed assertion
Brian Paul
2011-09-21
1
-5
/
+2
*
llvmpipe: silence a pointer type warning
Brian Paul
2011-09-20
1
-1
/
+1
*
Update llvmpipe's gitignore
Nicholas Miell
2011-09-19
1
-0
/
+1
*
r300/compiler: Fix regalloc for values with multiple writers
Tom Stellard
2011-09-18
1
-3
/
+6
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
27
-103
/
+121
*
r300/compiler: Add support for the output modifier (OMOD)
Tom Stellard
2011-09-16
16
-25
/
+310
*
r300/compiler: Move some helper functions to radeon_compiler_util.c
Tom Stellard
2011-09-16
3
-33
/
+68
*
r300/compiler: Don't unroll loops that conditionally increment the counter
Tom Stellard
2011-09-16
1
-2
/
+14
*
nouveau: Fix typos of ParseSourceList in SConscript files.
Vinson Lee
2011-09-16
4
-4
/
+4
*
winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOM
Marek Olšák
2011-09-16
1
-1
/
+1
*
softpipe: use pipe_get_tile_rgba_format()
Brian Paul
2011-09-16
1
-5
/
+6
*
softpipe: use util_format_is_depth_or_stencil()
Brian Paul
2011-09-16
1
-7
/
+1
*
r600g: fixup missing scaled r600 types.
Dave Airlie
2011-09-16
1
-0
/
+4
*
r600g: interpret integer texture types as ints.
Dave Airlie
2011-09-16
1
-0
/
+5
*
r600g: take constantly interpolated values into a/c
Dave Airlie
2011-09-16
1
-3
/
+4
*
r600g: add flat non-interpolation support.
Dave Airlie
2011-09-16
3
-3
/
+33
*
r600g: set number type correctly for color buffers.
Dave Airlie
2011-09-16
1
-5
/
+29
*
r600g: add missing formats to color buffer setup.
Dave Airlie
2011-09-16
2
-1
/
+17
*
softpipe: use consistent indentation in sp_quad_blend.c
Brian Paul
2011-09-15
1
-183
/
+183
*
softpipe: fix blending for luminance/intensity surfaces
Brian Paul
2011-09-15
1
-65
/
+96
*
r600g: Initialize multi VGT related register on Cayman.
Michel Dänzer
2011-09-14
2
-0
/
+11
*
nvc0: implement resource_resolve
Christoph Bumiller
2011-09-14
4
-5
/
+532
*
llvmpipe: Remove dead lp_tile_shuffle_mask.py script.
José Fonseca
2011-09-14
1
-32
/
+0
*
nv50/ir: add missing license headers
Christoph Bumiller
2011-09-14
24
-1
/
+484
*
nvc0: emit tessellation mode and patch size in TCP/TEP validation
Christoph Bumiller
2011-09-14
1
-1
/
+12
*
nv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSET
Christoph Bumiller
2011-09-14
2
-0
/
+8
*
nvc0: remove old shader backend files
Christoph Bumiller
2011-09-14
7
-7270
/
+0
*
nvc0: hook up to new shader code generator
Christoph Bumiller
2011-09-14
10
-612
/
+508
*
nv50/ir: import new shader backend code
Christoph Bumiller
2011-09-14
27
-2
/
+16434
*
nvc0: prevent interruption of m2mf push
Christoph Bumiller
2011-09-14
1
-20
/
+18
*
nouveau: make data argument of nouveau_context::push_data const
Christoph Bumiller
2011-09-14
5
-6
/
+6
*
softpipe: implement blend color clamping
Brian Paul
2011-09-14
3
-29
/
+117
*
nouveau: Add max_references parameter to vl_create_decoder()
Emeric Grange
2011-09-14
1
-6
/
+7
*
nv50/nvc0: add support for R4A4_UNORM and A4R4_UNORM formats
Marcin Slusarz
2011-09-13
2
-0
/
+16
*
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
1
-1
/
+1
*
r600g: remove r600_drm_public.h
Marek Olšák
2011-09-12
2
-1
/
+1
*
r600g: inline some of the winsys r600_get functions
Marek Olšák
2011-09-12
5
-12
/
+7
*
r600g: compute tiling info in the pipe, not in the winsys
Marek Olšák
2011-09-12
4
-12
/
+133
*
r600g: cleanup build include dirs and dependencies
Marek Olšák
2011-09-12
3
-8
/
+2
*
r300g: handle the new CAPs
Marek Olšák
2011-09-11
1
-0
/
+2
*
nouveau: Add support for XvMC acceleration
Maarten Lankhorst
2011-09-10
6
-7
/
+1328
*
r300/compiler: Implement ROUND
Tom Stellard
2011-09-10
4
-1
/
+56
*
r600g: fix shadow rect samplers
Marek Olšák
2011-09-10
1
-3
/
+6
[next]