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
*
r300: Rename pipe formats.
José Fonseca
2010-03-02
1
-41
/
+41
*
r300: Remove PIPE_FORMAT_A8B8G8R8_SNORM.
José Fonseca
2010-03-01
1
-2
/
+0
*
r300: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
José Fonseca
2010-03-01
1
-2
/
+2
*
r300: Don't implement PIPE_FORMAT_R8G8B8X8_SNORM.
José Fonseca
2010-03-01
1
-2
/
+0
*
r300g: atomize texture and sampler states
Marek Olšák
2010-02-28
1
-1
/
+1
*
r300: Update for UTIL_FORMAT_LAYOUT_xxx changes.
José Fonseca
2010-02-24
1
-12
/
+2
*
r300g: fix texture swizzling for the SRGB formats
Marek Olšák
2010-02-24
1
-4
/
+20
*
Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"
Dave Airlie
2010-02-22
1
-22
/
+19
*
r300g: rebuild winsys/pipe buffer handling and add buffer map
Dave Airlie
2010-02-22
1
-19
/
+22
*
r300g: precompute framebuffer register values
Marek Olšák
2010-02-21
1
-0
/
+231
*
r300g: make r300_translate_texformat private
Marek Olšák
2010-02-21
1
-0
/
+244
*
r300g: add macrotiling support to texture setup
Marek Olšák
2010-02-14
1
-8
/
+40
*
r300g: accelerate blitting for all formats by faking the texture format
Marek Olšák
2010-02-14
1
-0
/
+14
*
r300g: Use util_format_name().
José Fonseca
2010-02-14
1
-1
/
+1
*
r300g: Correct colorbuffer measurements.
Corbin Simpson
2010-02-09
1
-1
/
+0
*
r300g,radeong: set tiling flags in libdrm
Marek Olšák
2010-01-24
1
-0
/
+7
*
r300g: do not align compressed textures to a tile size
Marek Olšák
2010-01-18
1
-6
/
+14
*
r300g: output texture debug messages if only RADEON_DEBUG=tex is set
Marek Olšák
2010-01-17
1
-15
/
+22
*
r300g: update the texture initialization so that it respects tiling
Marek Olšák
2010-01-12
1
-6
/
+50
*
r300g: Always emit scissors.
Corbin Simpson
2010-01-12
1
-2
/
+4
*
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-4
/
+4
*
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-7
/
+5
|
\
|
*
gallium: adapt drivers to interface cleanups
Roland Scheidegger
2009-12-02
1
-7
/
+5
*
|
Move pf_get_block() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-1
/
+2
|
/
*
Merge branch 'width0'
Roland Scheidegger
2009-11-27
1
-27
/
+21
|
\
|
*
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-11-26
1
-27
/
+21
*
|
r300g: add texture lod clamping
Marek Olšák
2009-11-20
1
-2
/
+1
|
/
*
r300g: correct the pitch calculation for smaller mipmaps
Marek Olšák
2009-10-31
1
-6
/
+1
*
r300g: add precalculating of pixel pitch, add a new NPOT flag
Marek Olšák
2009-10-31
1
-10
/
+25
*
r300g: Fix XXX.
Corbin Simpson
2009-10-28
1
-1
/
+0
*
r300g: add cubemap support
Marek Olšák
2009-10-26
1
-19
/
+36
*
r300g: fix redefining mipmaps and fetching from them
Marek Olšák
2009-10-25
1
-2
/
+7
*
r300g: added support for 3D textures
Marek Olšák
2009-10-25
1
-11
/
+28
*
r300g: Update comments, asserts, indents in r300_texture.
Corbin Simpson
2009-10-21
1
-13
/
+6
*
r300g: Cleanup header includes.
Corbin Simpson
2009-10-21
1
-0
/
+6
*
r300g: add video surface create and destroy functions
Cooper Yuan
2009-10-10
1
-0
/
+52
*
r300g: add tx depth support in register.
Dave Airlie
2009-09-26
1
-0
/
+7
*
r300g: only pass complete texture state to hw setup function
Dave Airlie
2009-09-26
1
-15
/
+12
*
r300g: fix texture pitch to correct value.
Dave Airlie
2009-09-26
1
-1
/
+1
*
r300g: Fix bad formatting parameters in calls to debug_printf
Nicolai Hähnle
2009-09-21
1
-2
/
+2
*
r300g: There is no such thing as "texture stride"
Nicolai Hähnle
2009-09-12
1
-14
/
+25
*
gallium: Move minify() to u_math.
Corbin Simpson
2009-08-07
1
-7
/
+0
*
r300g: Slightly saner initialization of some texture / transfer fields.
Michel Dänzer
2009-08-04
1
-4
/
+2
*
r300g: Fix two trivial texture size issues.
Corbin Simpson
2009-07-26
1
-2
/
+2
*
r300g: Add some debugging, correct little bits of math in texture setup.
Corbin Simpson
2009-07-26
1
-3
/
+12
*
r300g: Use align() instead of inline maths.
Corbin Simpson
2009-07-13
1
-4
/
+7
*
r300-gallium: Mipmap setup.
Corbin Simpson
2009-07-08
1
-10
/
+18
*
r300g: Use real texture formats.
Corbin Simpson
2009-06-26
1
-1
/
+1
*
r300-gallium: Fix bad cast. Space accounting completely works now.
Corbin Simpson
2009-05-08
1
-3
/
+0
*
r300-gallium, radeon: A couple cleanups.
Corbin Simpson
2009-05-08
1
-0
/
+1
[next]