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
...
|
*
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
|
*
r600g: emit CS using radeon_winsys
Marek Olšák
2011-08-16
1
-2
/
+2
|
*
r600g: remove struct r600_reloc
Marek Olšák
2011-08-16
1
-13
/
+2
|
*
r600g: let radeon_winsys maintain the list of relocations
Marek Olšák
2011-08-16
1
-1
/
+2
|
*
r600g: remove now-unused r600_context::fenced_bo
Marek Olšák
2011-08-16
1
-1
/
+1
|
*
r600g: put radeon_winsys in screen::winsys, don't include drm_driver in the pipe
Marek Olšák
2011-08-16
6
-31
/
+34
|
*
r600g: cleanup includes in winsys
Marek Olšák
2011-08-16
2
-8
/
+2
|
*
r600g: first step into winsys/radeon
Marek Olšák
2011-08-16
3
-3
/
+9
|
*
r600g: Add support for ROUND, v2
Lauri Kasanen
2011-08-10
2
-3
/
+5
|
*
r300g: silence some warnings about uninitialized variables
Brian Paul
2011-08-09
3
-6
/
+8
|
*
svga: add missing switch case for PIPE_SHADER_CAP_INTEGERS
Brian Paul
2011-08-09
1
-0
/
+2
|
*
nv50,nvc0: never convert in resource copy when format sizes match
Christoph Bumiller
2011-08-07
2
-2
/
+16
|
*
winsys/radeon: fix space checking
Marek Olšák
2011-08-05
1
-2
/
+1
|
*
r300g: handle new CAPs
Marek Olšák
2011-08-05
1
-9
/
+4
|
*
r300g: adapt to the resource_resolve interface change
Marek Olšák
2011-08-05
1
-21
/
+22
|
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
8
-0
/
+16
|
|
\
|
|
*
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
2011-08-01
8
-0
/
+16
|
*
|
nv50: implement resource_resolve with custom blit
Christoph Bumiller
2011-08-04
8
-11
/
+559
|
*
|
r600g: remove more of unused code
Marek Olšák
2011-08-04
1
-13
/
+0
|
*
|
r600g: take into account force_add_cf in pops
Vadim Girlin
2011-08-03
1
-15
/
+24
|
*
|
r600g: use backend mask for occlusion queries
Vadim Girlin
2011-08-03
1
-0
/
+4
|
*
|
r600g: remove dummy function r600_bo_offset
Marek Olšák
2011-08-02
4
-26
/
+22
|
*
|
r600g: remove unused code
Marek Olšák
2011-08-02
1
-1
/
+0
|
*
|
gallium/util: add functions for manipulating swizzles
Marek Olšák
2011-08-02
5
-41
/
+6
|
*
|
r600g: fix up vs export handling
Alex Deucher
2011-07-29
4
-4
/
+27
|
*
|
softpipe: When doing write_all_cbufs, don't stomp over the color.
Eric Anholt
2011-07-28
1
-4
/
+12
|
*
|
r600g: fix vs export count
Vadim Girlin
2011-07-28
2
-2
/
+2
|
*
|
r300g: copy the compiler from r300c
Marek Olšák
2011-07-26
69
-25
/
+17038
|
*
|
winsys/radeon: remove usage parameter from buffer_create
Marek Olšák
2011-07-25
4
-6
/
+3
|
*
|
winsys/radeon: add R300 infix to winsys feature names
Marek Olšák
2011-07-25
3
-3
/
+3
|
*
|
winsys/radeon: simplify how value queries work
Marek Olšák
2011-07-25
8
-43
/
+32
|
*
|
r600g: use file_max instead of file_count to determine reg offset
Christian König
2011-07-24
1
-3
/
+3
|
*
|
gallium/softpipe: Don't clobber dest color/alpha before masking.
Younes Manton
2011-07-23
1
-89
/
+96
|
*
|
llvmpipe: Unit tests for arithmetic functions.
José Fonseca
2011-07-22
3
-2
/
+298
|
*
|
Merge branch 'gallium-polygon-stipple'
Brian Paul
2011-07-21
16
-148
/
+383
|
|
\
\
|
|
*
|
softpipe: use the polygon stipple utility module
Brian Paul
2011-07-21
9
-14
/
+131
|
|
*
|
softpipe: implement fragment shader variants
Brian Paul
2011-07-21
13
-117
/
+251
|
|
*
|
softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.
Brian Paul
2011-07-21
4
-17
/
+5
|
|
*
|
softpipe: remove obsolete comment
Brian Paul
2011-07-21
1
-4
/
+0
|
|
*
|
softpipe: rename a function
Brian Paul
2011-07-21
1
-7
/
+7
|
*
|
|
nouveau: hook up video decoding with nouveau_context
Christoph Bumiller
2011-07-21
8
-1
/
+56
|
*
|
|
llvmpipe: include LLVM version number in name string
Brian Paul
2011-07-19
1
-1
/
+3
|
*
|
|
llvmpipe: fix build with LLVM 3.0svn
Tobias Droste
2011-07-19
1
-4
/
+15
*
|
|
|
i915g: Fix whitespace.
Stephane Marchesin
2011-08-04
1
-1
/
+1
*
|
|
|
i915g: fix whitespace.
Stephane Marchesin
2011-08-03
1
-1
/
+1
[prev]
[next]