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
/
r300
/
r300_texture_desc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pb_buffer: switch pb_buffer::size to 64 bits
Marek Olšák
2016-04-12
1
-1
/
+2
*
r300g: enable MSAA on r300-r400, be careful about using color compression
Marek Olšák
2013-08-27
1
-0
/
+4
*
Revert "r300g: allow HiZ with a 16-bit zbuffer"
Marek Olšák
2013-07-15
1
-0
/
+1
*
r300g: put textures with usage=staging in GTT and make them linear
Marek Olšák
2013-02-07
1
-0
/
+4
*
r300g: fix blending and alpha-test with RGBX16F and enable MSAA for it
Marek Olšák
2013-02-07
1
-3
/
+6
*
r300g: add a workaround for the AA colorbuffer addressing bug on R500
Marek Olšák
2013-01-21
1
-0
/
+31
*
r300g: allow resolutions up to 1280x1024 with AA optimizations on 1-pipe cards
Marek Olšák
2013-01-21
1
-2
/
+6
*
r300g: enable AA optimizations for the RGBA16F format
Marek Olšák
2013-01-21
1
-1
/
+3
*
r300g: implement MSAA compression and fast MSAA color clear
Marek Olšák
2013-01-15
1
-0
/
+43
*
r300g: fix MSAA resolve to an untiled texture
Marek Olšák
2013-01-14
1
-1
/
+4
*
r300g: advertise MSAA support for the RGB10_A2 format on r500
Marek Olšák
2013-01-14
1
-2
/
+3
*
r300g: allow HiZ with a 16-bit zbuffer
Marek Olšák
2013-01-14
1
-1
/
+0
*
radeon/winsys: move radeon family/class identification to winsys
Jerome Glisse
2013-01-07
1
-6
/
+6
*
r300g: implement MSAA
Marek Olšák
2013-01-06
1
-18
/
+19
*
u_vbuf: remove u_vbuf_resource
Marek Olšák
2012-04-24
1
-51
/
+51
*
r300g: rework resource_copy_region, not changing pipe_resource
Marek Olšák
2012-01-01
1
-6
/
+7
*
r300g: don't return NULL in resource_from_handle if the resource is too small
Marek Olšák
2011-10-20
1
-9
/
+11
*
r300g: remove useless variables in some structures
Marek Olšák
2011-09-29
1
-12
/
+6
*
winsys/radeon: simplify how value queries work
Marek Olšák
2011-07-25
1
-2
/
+2
*
r300g/winsys: rename r300->radeon and do a little cleanup
Marek Olšák
2011-04-18
1
-15
/
+13
*
r300g: fix alignement for NPOT values in hyperz setup
Nicolas Peninguy
2011-03-11
1
-3
/
+3
*
r300g: require DRM 2.3.0 (kernel 2.6.34)
Marek Olšák
2011-03-02
1
-28
/
+1
*
r300g: fix HiZ memory size computation and deciding when to use HiZ
Marek Olšák
2011-03-01
1
-21
/
+68
*
r300g: fix blitting NPOT compressed textures
Marek Olšák
2011-02-16
1
-8
/
+8
*
r300g: add a way to change texture properties arbitrarily
Marek Olšák
2011-02-10
1
-19
/
+18
*
r300g: consolidate buffers and textures to r300_resource
Marek Olšák
2011-02-10
1
-142
/
+141
*
r300g: 8x8-compressed zbuffer can only be point-sampled
Marek Olšák
2011-01-28
1
-1
/
+2
*
r300g: fix and re-enable 8x8 zbuffer compression mode
Marek Olšák
2011-01-28
1
-0
/
+58
*
r300g: rename flag squaretiling -> drm_2_1_0
Marek Olšák
2011-01-27
1
-1
/
+1
*
r300g: fixup rs690 tiling stride alignment calculations.
Dave Airlie
2010-12-13
1
-29
/
+17
*
r300g: fix up cubemap texture offset computation
Marek Olšák
2010-12-02
1
-0
/
+1
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-9
/
+3
*
r300g: fix microtiling for 16-bits-per-channel formats
Marek Olšák
2010-10-05
1
-3
/
+3
*
r300g: add support for 3D NPOT textures without mipmapping
Marek Olšák
2010-09-28
1
-12
/
+23
*
r300g: fix macrotiling on R350
Marek Olšák
2010-09-26
1
-2
/
+2
*
r300g: fix a copy-paste typo for logging
Marek Olšák
2010-09-24
1
-3
/
+3
*
r300g: add new debug options for dumping scissor regs and disabling CBZB clear
Marek Olšák
2010-09-13
1
-0
/
+3
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
1
-2
/
+4
*
r300g: fix microtiling on RS6xx
Marek Olšák
2010-08-01
1
-4
/
+18
*
r300g: make sure a texture is large enough for the CBZB clear
Marek Olšák
2010-07-25
1
-52
/
+49
*
r300g: do not use TXPITCH_EN if the width is POT and the height is NPOT
Marek Olšák
2010-07-25
1
-0
/
+4
*
r300g: do not use TXPITCH_EN for power-of-two textures from the DDX
Marek Olšák
2010-07-25
1
-6
/
+14
*
r300g: cleanup texture creation code
Marek Olšák
2010-07-25
1
-0
/
+456