index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: add srgb compressed formats to the list.
Dave Airlie
2011-02-16
1
-0
/
+4
*
r600g: add support for s3tc formats.
Dave Airlie
2011-02-15
1
-0
/
+13
*
r600g: fix miptree calculations
Dave Airlie
2011-02-15
1
-35
/
+29
*
r600g: drop tiled flag
Dave Airlie
2011-02-15
1
-3
/
+1
*
r600g: add alignment cases for linear aligned
Alex Deucher
2011-02-14
1
-0
/
+6
*
r600g: get correct height alignment
Dave Airlie
2011-02-11
1
-3
/
+2
*
r600g: handle 16/32 u/s norm formats properly
Dave Airlie
2011-02-11
1
-0
/
+13
*
r600g: use the new vertex buffer manager
Marek Olšák
2011-02-07
1
-10
/
+10
*
r600g: flushing texture needs all levels.
Dave Airlie
2011-02-04
1
-1
/
+1
*
r600g: add a flag to just create flushed texture without flushing.
Dave Airlie
2011-02-04
1
-2
/
+5
*
r600g: Make the buffer and texture vbtls static const.
Henri Verbeet
2011-02-03
1
-51
/
+49
*
r600g: flush differences back to DB copy.
Dave Airlie
2011-02-03
1
-0
/
+8
*
r600g: fix depth hw resource copies.
Dave Airlie
2011-02-03
1
-9
/
+0
*
r600g: only set depth bit for hw accessible depth buffers.
Dave Airlie
2011-02-03
1
-41
/
+41
*
r600g: rework dirty / depth texture tracking.
Dave Airlie
2011-02-03
1
-1
/
+2
*
r600g: set correct pitch/offset for depth textures in flushed state.
Dave Airlie
2011-02-03
1
-0
/
+3
*
r600: only decompress depth when its tile type is wrong.
Dave Airlie
2011-02-01
1
-1
/
+1
*
r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...
Dave Airlie
2011-01-31
1
-1
/
+1
*
r600g: Update the flushed depth texture after drawing to the corresponding te...
Henri Verbeet
2011-01-30
1
-4
/
+3
*
r600g: check if hardware blits are possible bevore enabling tilling
Christian König
2011-01-21
1
-41
/
+40
*
r600g: Kill trailing whitespace.
Henri Verbeet
2011-01-18
1
-6
/
+6
*
r600g: Get rid of r600_blit_uncompress_depth_ptr.
Henri Verbeet
2010-12-24
1
-3
/
+1
*
r600g: more indentation fix + warning silencing + dead code removal
Jerome Glisse
2010-12-03
1
-2
/
+0
*
r600g: indentation fix
Jerome Glisse
2010-12-03
1
-79
/
+77
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-44
/
+41
*
r600g: fix buffer alignment
Alex Deucher
2010-11-17
1
-10
/
+35
*
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
[next]