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
/
r300
/
r300_transfer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: silence warnings
Marek Olšák
2016-02-10
1
-2
/
+0
*
gallium/radeon: remove radeon_winsys_cs_handle
Marek Olšák
2015-12-11
1
-3
/
+3
*
gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interface
Marek Olšák
2015-08-07
1
-1
/
+1
*
gallium/radeon: remove buffer_unmap calls that can potentially decrease perf
Marek Olšák
2015-07-23
1
-4
/
+0
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
r300g: implement 3D transfers
Marek Olšák
2013-02-26
1
-2
/
+18
*
r300g: implement MSAA
Marek Olšák
2013-01-06
1
-4
/
+24
*
r300g: don't set PIPE_BIND flags for internal textures
Marek Olšák
2013-01-04
1
-20
/
+1
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-61
/
+44
*
winsys/radeon: simplify buffer map/unmap functions
Marek Olšák
2012-04-29
1
-4
/
+4
*
u_vbuf: remove u_vbuf_resource
Marek Olšák
2012-04-24
1
-3
/
+3
*
winsys/radeon: add usage parameter to cs_is_buffer_referenced
Marek Olšák
2012-03-05
1
-1
/
+1
*
Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"
Marek Olšák
2012-03-05
1
-4
/
+0
*
r300g: don't use pipe_context::winsys
Marek Olšák
2012-02-17
1
-1
/
+1
*
r300g: don't use pipe_context::winsys
Marek Olšák
2012-01-31
1
-6
/
+3
*
gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
2012-01-05
1
-0
/
+4
*
r300g: rework resource_copy_region, not changing pipe_resource
Marek Olšák
2012-01-01
1
-8
/
+3
*
winsys/radeon: move GEM domains out of the drivers into winsys
Marek Olšák
2011-09-30
1
-1
/
+7
*
winsys/radeon: hook up the new DRM_RADEON_GEM_WAIT ioctl
Marek Olšák
2011-08-16
1
-1
/
+1
*
r300g/winsys: rename r300->radeon and do a little cleanup
Marek Olšák
2011-04-18
1
-2
/
+2
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-1
/
+1
*
r300g: decide whether a flush should be asynchronous when calling it
Marek Olšák
2011-03-08
1
-11
/
+7
*
r300g: use pipelined transfers for RGTC textures
Marek Olšák
2011-03-08
1
-1
/
+2
*
r300g: correctly determine if a texture is blittable in texture_get_transfer
Marek Olšák
2011-02-13
1
-4
/
+5
*
r300g: import the last bits of libdrm and cleanup the whole thing
Marek Olšák
2011-02-11
1
-9
/
+6
*
r300g: add a way to change texture properties arbitrarily
Marek Olšák
2011-02-10
1
-0
/
+5
*
r300g: consolidate buffers and textures to r300_resource
Marek Olšák
2011-02-10
1
-16
/
+16
*
r300g: simplify WRITE_RELOC API and cleanup
Marek Olšák
2011-02-10
1
-6
/
+6
*
r300g: derive user buffer sizes at draw time
Marek Olšák
2011-01-07
1
-1
/
+0
*
r300g: use internal BO handle for add_buffer and write_reloc
Marek Olšák
2010-12-03
1
-2
/
+2
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-31
/
+23
*
r300g: cleanup texture creation code
Marek Olšák
2010-07-25
1
-25
/
+24
*
r300g: rebuild winsys and command submission to support multiple contexts
Marek Olšák
2010-07-16
1
-5
/
+10
*
r300g: fix transfering compressed textures
Marek Olšák
2010-07-08
1
-1
/
+1
*
r300g: attempt to fix texture corruption on RV505
Marek Olšák
2010-06-23
1
-0
/
+2
*
r300g: fix random pixels appearing / incomplete rendering
Marek Olšák
2010-06-19
1
-14
/
+0
*
r300g: Fix memory leak on error path.
Vinson Lee
2010-06-10
1
-0
/
+1
*
r300g: try harder to create a transfer object
Marek Olšák
2010-06-09
1
-7
/
+34
*
r300g: fix loading compressed textures
Marek Olšák
2010-06-09
1
-2
/
+6
*
r300g: make texture transfers more pipelined
Marek Olšák
2010-06-02
1
-6
/
+21
*
r300g: better describe another flush and move it closer to the real problem
Marek Olšák
2010-06-02
1
-6
/
+11
*
r300g: remove one flush
Marek Olšák
2010-06-02
1
-5
/
+0
*
r300g: remove texture usage transfer flag
Marek Olšák
2010-05-31
1
-10
/
+1
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-35
/
+16
|
\
|
*
r300g: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-35
/
+16
*
|
r300g: fix texture transfers
Marek Olšák
2010-05-13
1
-0
/
+6
|
/
*
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-20
1
-1
/
+1
*
r300g: remove r300_transfer::ctx
Marek Olšák
2010-04-18
1
-5
/
+1
*
r300g: Initialize base.bind member variable.
Vinson Lee
2010-04-11
1
-0
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-85
/
+68
[next]