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
/
r600
/
r600_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: enforce minimum stride on render target texture images
Keith Whitwell
2010-11-11
1
-0
/
+4
*
r600g: do not try to use staging resource for depth textures
Keith Whitwell
2010-11-11
1
-0
/
+9
*
r600g: guard experimental s3tc code with R600_ENABLE_S3TC
Keith Whitwell
2010-11-11
1
-0
/
+9
*
r600: fix my pessimism about PIPE_TRANSFER_x flags
Keith Whitwell
2010-11-09
1
-8
/
+5
*
r600g: attempt to turn on DXTn formats
Keith Whitwell
2010-11-09
1
-2
/
+15
*
r600g: avoid recursion with staged uploads
Keith Whitwell
2010-11-09
1
-0
/
+34
*
r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)
Benjamin Franzke
2010-11-08
1
-1
/
+13
*
r600g: don't call debug_get_bool_option for tiling more than once
Keith Whitwell
2010-11-03
1
-1
/
+7
*
r600g: remove unused flink, domain fields from r600_resource
Keith Whitwell
2010-11-03
1
-1
/
+0
*
r600g: use a buffer in GTT as intermediate on texture up and downloads
Keith Whitwell
2010-11-03
1
-22
/
+63
*
r600g: propogate resource usage flags to winsys, use to choose bo domains
Keith Whitwell
2010-11-03
1
-1
/
+1
*
r600g: propagate usage flags in texture transfers
Keith Whitwell
2010-11-03
1
-1
/
+26
*
r600g: add texture tiling enable under a debug option.
Dave Airlie
2010-10-21
1
-0
/
+7
*
r600g: add texture tiling alignment support.
Dave Airlie
2010-10-21
1
-5
/
+60
*
r600g: introduce a per-driver resource flag for transfers.
Dave Airlie
2010-10-21
1
-2
/
+2
*
r600g: add r600 surface to store the aligned height.
Dave Airlie
2010-10-21
1
-14
/
+17
*
r600g: start adding hooks for aligning width/height for tiles.
Dave Airlie
2010-10-21
1
-4
/
+26
*
r600g: move to per-miplevel array mode.
Dave Airlie
2010-10-21
1
-3
/
+12
*
r600g: all non-0 mipmap levels need to be w/h aligned to POT.
Dave Airlie
2010-10-21
1
-5
/
+13
*
r600g: retrieve tiling info from kernel for shared buffers.
Dave Airlie
2010-10-18
1
-2
/
+5
*
r600g: fix transfer function for tiling.
Dave Airlie
2010-10-18
1
-2
/
+3
*
r600g: depth needs to bound to ds
Dave Airlie
2010-10-18
1
-1
/
+1
*
r600g: switch to a common formats.h file since they are in different regs
Dave Airlie
2010-10-18
1
-20
/
+21
*
r600g: drop all use of unsigned long
Dave Airlie
2010-10-13
1
-5
/
+5
*
r600g: fix transfer stride.
Dave Airlie
2010-10-13
1
-0
/
+3
*
r600g: remove bpt and start using pitch_in_bytes/pixels.
Dave Airlie
2010-10-13
1
-1
/
+9
*
r600g: rename pitch in texture to pitch_in_bytes
Dave Airlie
2010-10-13
1
-2
/
+2
*
r600g: use common texture object create function
Dave Airlie
2010-10-13
1
-33
/
+41
*
r600g: split out miptree setup like r300g
Dave Airlie
2010-10-13
1
-12
/
+43
*
r600g: add copy into tiled texture
Dave Airlie
2010-10-13
1
-3
/
+22
*
r600g: fix depth0 setting
Dave Airlie
2010-10-13
1
-2
/
+2
*
r600g: add support for S8, X24S8 and S8X24 sampler formats.
Dave Airlie
2010-10-13
1
-0
/
+8
*
r600g: drop width/height per level storage.
Dave Airlie
2010-10-08
1
-4
/
+0
*
r600g: rename radeon_ws_bo to r600_bo
Jerome Glisse
2010-10-04
1
-8
/
+8
*
r600g: port r300g fix for X* formats in texformat code
Dave Airlie
2010-09-30
1
-4
/
+14
*
r600g: delete old path
Jerome Glisse
2010-09-29
1
-3
/
+2
*
r600g: use ptr for blit depth uncompress function
Jerome Glisse
2010-09-28
1
-1
/
+3
*
r600g: fix warnings since last commit.
Dave Airlie
2010-09-23
1
-3
/
+3
*
r600g: use blitter to do db->cb flushing.
Dave Airlie
2010-09-23
1
-105
/
+63
*
r600g: disable dirty handling on texture from depth code.
Dave Airlie
2010-09-22
1
-8
/
+1
*
r600g: fix typo in struct member name
Dave Airlie
2010-09-22
1
-1
/
+1
*
r600g: fixup evergreen miptree setup.
Dave Airlie
2010-09-21
1
-2
/
+5
*
r600g: use pipe context for flushing inside map
Jerome Glisse
2010-09-20
1
-1
/
+1
*
r600g: move chip class to radeon common structure
Jerome Glisse
2010-09-20
1
-4
/
+2
*
r600g: fix r700 cube map sizing.
Dave Airlie
2010-09-20
1
-4
/
+9
*
r600g: add color/texture support for more depth formats.
Dave Airlie
2010-09-20
1
-2
/
+4
*
r600g: Buffer object maps imply a wait.
Henri Verbeet
2010-09-19
1
-1
/
+0
*
r600g: Remove a redundant flush in r600_texture_transfer_map().
Henri Verbeet
2010-09-19
1
-1
/
+0
*
r600g: alternative command stream building from context
Jerome Glisse
2010-09-17
1
-1
/
+1
*
r600g: move constant buffer creation behind winsys abstraction.
Dave Airlie
2010-09-17
1
-3
/
+3
[next]