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
...
*
nouveau: share the source lists
Chia-I Wu
2011-08-27
12
-149
/
+91
*
r300g: share the source list
Chia-I Wu
2011-08-27
3
-114
/
+63
*
i915g: share the source list
Chia-I Wu
2011-08-27
3
-53
/
+30
*
svga: share the source list
Chia-I Wu
2011-08-27
3
-97
/
+50
*
Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesa
Stéphane Marchesin
2011-08-26
165
-1829
/
+20352
|
\
|
*
svga: include LLVM in name string in debug builds
Brian Paul
2011-08-26
1
-2
/
+11
|
*
r600g: Handle PIPE_TRANSFER_MAP_DIRECTLY.
Michel Dänzer
2011-08-26
1
-0
/
+3
|
*
g3dvl: Rework the decoder interface part 2/5
Christian König
2011-08-26
5
-0
/
+10
|
*
i915g: Fix off-by-one in scissors.
David Reveman
2011-08-25
1
-2
/
+2
|
*
i915g: Fix case where texcoords can overlap with fragpos/frontface.
Stéphane Marchesin
2011-08-25
1
-3
/
+3
|
*
i915g: Improve the flush heuristic by using the previous frame's number of ve...
Stéphane Marchesin
2011-08-25
4
-6
/
+18
|
*
r600g: fix replace_gpr_with_pv_ps
Vadim Girlin
2011-08-25
1
-1
/
+1
|
*
r600g: fix check_and_set_bank_swizzle
Vadim Girlin
2011-08-25
1
-10
/
+20
|
*
softpipe: add const qualifier to silence warnings
Brian Paul
2011-08-25
1
-1
/
+1
|
*
softpipe: implement TXF support via get_texel callback
Dave Airlie
2011-08-25
1
-0
/
+69
|
*
softpipe: add get_dims callback for TXQ support. (v2)
Dave Airlie
2011-08-25
1
-0
/
+40
|
*
android: add support for r600g
Chia-I Wu
2011-08-25
1
-0
/
+42
|
*
r600g: share the source list
Chia-I Wu
2011-08-25
3
-31
/
+19
|
*
llvmpipe: add more restrict keywords
Brian Paul
2011-08-24
1
-4
/
+4
|
*
r600g: fill out missing entries in opcode tables.
Dave Airlie
2011-08-24
1
-0
/
+36
|
*
android: build softpipe
Chia-I Wu
2011-08-21
1
-0
/
+67
|
*
r600g: don't allocate separate depth and stencil for transfer textures on EG
Marek Olšák
2011-08-19
1
-1
/
+2
|
*
r600g: finally enable float depth buffers on evergreen
Marek Olšák
2011-08-19
1
-0
/
+11
|
*
r600g: rename resource -> view in create_sampler_view
Marek Olšák
2011-08-19
2
-32
/
+26
|
*
r600g: hack around a problem with texture alignment
Marek Olšák
2011-08-19
1
-0
/
+10
|
*
r600g: simplify the conditionals determining array mode
Marek Olšák
2011-08-19
1
-20
/
+11
|
*
r600g: put depth and stencil into one backing buffer
Marek Olšák
2011-08-19
1
-10
/
+17
|
*
r600g: fix depth-stencil on evergreen
Marek Olšák
2011-08-19
4
-55
/
+99
|
*
nv50: fix potential null deref in insn modifer optimization pass
Christoph Bumiller
2011-08-19
1
-2
/
+4
|
*
r600g: fix a possible crash in r600_adjust_gprs
Marek Olšák
2011-08-19
1
-1
/
+1
|
*
llvmpipe: Don't build lp_test_arit on MSVC.
José Fonseca
2011-08-18
1
-1
/
+1
|
*
llvmpipe: snprintf->util_snprintf.
José Fonseca
2011-08-18
1
-1
/
+2
|
*
llvmpipe: Add u_math.h include.
José Fonseca
2011-08-18
1
-0
/
+1
|
*
r600g: implement NV_primitive_restart functionality (v2)
Marek Olšák
2011-08-18
3
-1
/
+9
|
*
nv50: don't drop flags definition when merging SAT with ADD/MAD
Christoph Bumiller
2011-08-17
1
-0
/
+2
|
*
softpipe: fix an obvious copy-paste error in get_query_result
Marek Olšák
2011-08-16
1
-1
/
+1
|
*
r600g: rename bc -> bytecode
Marek Olšák
2011-08-16
6
-485
/
+485
|
*
r600g: expose ARB_ES2_compatibility by claiming fixed-point format support
Marek Olšák
2011-08-16
2
-1
/
+1
|
*
noop: redirect the get_param/is_format.. queries to the underlying driver
Marek Olšák
2011-08-16
1
-109
/
+12
|
*
u_blitter: rename util_blitter_copy_region -> util_blitter_copy_texture
Marek Olšák
2011-08-16
4
-6
/
+6
|
*
r600g: consolidate two files r600d.h
Marek Olšák
2011-08-16
1
-1
/
+55
|
*
r600g: set read/write usage flags for each relocation
Marek Olšák
2011-08-16
5
-505
/
+531
|
*
winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctl
Marek Olšák
2011-08-16
2
-4
/
+4
|
*
r600g: enable thread offloading
Marek Olšák
2011-08-16
3
-5
/
+9
|
*
r600g: undefine RADEON_CTX_MAX_PM4
Marek Olšák
2011-08-16
1
-2
/
+0
|
*
r600g: don't include radeon_drm.h and xf86drm.h
Marek Olšák
2011-08-16
1
-3
/
+0
|
*
r600g: remove an unused parameter from r600_bo_destroy
Marek Olšák
2011-08-16
7
-14
/
+11
|
*
r600g: merge radeon_bo with r600_bo
Marek Olšák
2011-08-16
1
-1
/
+1
|
*
r600g: use buffer_map/unmap from radeon_winsys
Marek Olšák
2011-08-16
6
-10
/
+13
|
*
r600g: set the flush callback in radeon_winsys
Marek Olšák
2011-08-16
3
-5
/
+20
[prev]
[next]