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_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: fix texture transfers
Marek Olšák
2010-05-13
1
-1
/
+1
*
r300g: pass depth texture swizzle to the compiler if compare mode is enabled
Marek Olšák
2010-05-08
1
-53
/
+59
*
r300g: Fix memory leak on error path.
Vinson Lee
2010-05-04
1
-0
/
+1
*
r300g: advertise S3TC only when it's available in Gallium
Marek Olšák
2010-05-04
1
-0
/
+5
*
r300g: use util_format_short_name and util_format_is_plain
Marek Olšák
2010-05-03
1
-19
/
+7
*
r300g: refuse to create a texture with size 0
Marek Olšák
2010-05-03
1
-0
/
+11
*
r300g: improve texture debug output, split into TEX and TEXALLOC flags
Marek Olšák
2010-05-03
1
-6
/
+20
*
r300g: fix tests/yuvrect and possibly even rendering to YUV textures
Marek Olšák
2010-04-29
1
-3
/
+5
*
r300g: enable the RGBA16F renderbuffer too
Marek Olšák
2010-04-29
1
-1
/
+1
*
r300g: enable float textures
Marek Olšák
2010-04-29
1
-9
/
+0
*
r300g: compose swizzles from texture formats and sampler views
Marek Olšák
2010-04-29
1
-18
/
+12
*
r300g: fix mipmapped texture3D size calculation
Marek Olšák
2010-04-27
1
-1
/
+1
*
r300g: emit MSPOS regs
Marek Olšák
2010-04-26
1
-2
/
+2
*
r300g: add is_rv350 flag
Marek Olšák
2010-04-20
1
-2
/
+2
*
r300g: do not tell st that a buffer is referenced by hw
Marek Olšák
2010-04-18
1
-1
/
+1
*
r300g: various other cleanups
Marek Olšák
2010-04-18
1
-14
/
+3
*
r300g: add debugging options "notiling" and "noimmd" (for testing)
Marek Olšák
2010-04-18
1
-1
/
+6
*
r300g: always create microtiled zbuffer regardless of texture dimensions
Marek Olšák
2010-04-18
1
-2
/
+3
*
r300g: fix mipmapped 3D textures
Marek Olšák
2010-04-11
1
-0
/
+24
*
r300g: support some exotic sampler formats
Marek Olšák
2010-04-11
1
-7
/
+16
*
r300g: cleanup handling of sampler views
Marek Olšák
2010-04-11
1
-27
/
+56
*
r300g: pick up some new colorbuffer formats
Marek Olšák
2010-04-11
1
-0
/
+19
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-164
/
+124
*
r300g: align the height of NPOT textures to POT
Marek Olšák
2010-04-10
1
-1
/
+4
*
r300g: do not use tiling for scanout buffers
Marek Olšák
2010-04-10
1
-1
/
+2
*
r300g: enforce microtiled zbuffer from X server
Marek Olšák
2010-04-05
1
-0
/
+31
*
r300g: typecast using the r300_texture function
Marek Olšák
2010-04-05
1
-5
/
+5
*
r300g: simplify accessing screen from context
Marek Olšák
2010-04-05
1
-3
/
+3
*
r300g: is_npot -> uses_pitch
Marek Olšák
2010-04-05
1
-3
/
+4
*
r300g: fix TFP stride override.
Dave Airlie
2010-04-04
1
-1
/
+1
*
r300g: do not use the c++ template keyword
Marek Olšák
2010-04-04
1
-15
/
+15
*
r300g: properly setup textures from X server
Marek Olšák
2010-04-04
1
-4
/
+3
*
r300g: fix color tiling for buffer from X server.
Dave Airlie
2010-04-03
1
-0
/
+1
*
r300g: Remove unnecessary header.
Vinson Lee
2010-03-31
1
-1
/
+0
*
r300g: add RGBA16F colorbuffer support
Marek Olšák
2010-04-01
1
-5
/
+8
*
r300g: add RGTC texture support
Marek Olšák
2010-04-01
1
-1
/
+27
*
r300g: format handling cleanup
Marek Olšák
2010-04-01
1
-16
/
+9
*
Merge branch 'master' into gallium-new-formats
Roland Scheidegger
2010-03-30
1
-1
/
+1
|
\
|
*
r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC.
José Fonseca
2010-03-29
1
-1
/
+1
*
|
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-2
/
+2
|
/
*
r300g: fix macrotiling for non-square textures
Mathias Fröhlich
2010-03-27
1
-1
/
+2
*
r300g: disable tiling for YUV formats
Marek Olšák
2010-03-21
1
-3
/
+15
*
r300g: fix scons build
Marek Olšák
2010-03-21
1
-2
/
+1
*
r300g: add and enable square microtiling
Marek Olšák
2010-03-21
1
-5
/
+6
*
r300g: cleanup tiling flags propagation
Marek Olšák
2010-03-21
1
-2
/
+2
*
r300g: add PIPE_FORMAT_B5G5R5X1_UNORM colorbuffer support, cleanups
Marek Olšák
2010-03-19
1
-6
/
+7
*
r300g: mark SRGB colorbuffers as unsupported
Marek Olšák
2010-03-19
1
-20
/
+1
*
r300g: rebuild screen/winsys interface
Dave Airlie
2010-03-15
1
-15
/
+37
*
Squashed commit of gallium-no-texture-blanket
Keith Whitwell
2010-03-09
1
-36
/
+0
*
Merge commit 'origin/gallium-winsys-handle-rebased'
Keith Whitwell
2010-03-08
1
-18
/
+66
|
\
[next]