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
/
mesa
/
drivers
/
dri
/
radeon
/
radeon_mipmap_tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-4
/
+4
*
swrast: Always use MapTextureImage for mapping textures for swrast.
Eric Anholt
2013-04-30
1
-21
/
+0
*
mesa: Introduce a globally-available minify() macro.
Eric Anholt
2013-04-21
1
-9
/
+0
*
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
2012-11-12
1
-3
/
+3
*
radeon/r200: make radeon_context subclass of gl_context
Brian Paul
2012-10-05
1
-1
/
+1
*
mesa: new _mesa_num_tex_faces() helper
Brian Paul
2012-08-24
1
-2
/
+2
*
radeon&r200: Add support for ARB_sampler_objects
Pauli Nieminen
2012-08-01
1
-7
/
+9
*
radeon: fix 'sowftware' typo
Brian Paul
2012-07-27
1
-1
/
+1
*
swrast: s/Data/Map/ in swrast_texture_image
Brian Paul
2012-01-24
1
-4
/
+4
*
radeon: texture/renderbuffer overhaul.
Dave Airlie
2011-12-05
1
-21
/
+9
*
radeon: fix bug with wrong stride being used for rectangluar textures.
Dave Airlie
2011-11-11
1
-3
/
+3
*
radeon: cleanup radeon shared code after r300 and r600 classic drivers removal
Fabio Pedretti
2011-11-07
1
-38
/
+2
*
radeon: drop mtface/mtlevel, use ones in base class.
Dave Airlie
2011-11-04
1
-6
/
+4
*
mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()
Brian Paul
2011-10-23
1
-1
/
+1
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
1
-4
/
+4
*
radeon: make radeon_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
1
-12
/
+12
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-3
/
+3
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
r600: cube mipmap levels are aligned to 8 faces only starting from r7xx
Andre Maasikas
2010-09-01
1
-3
/
+3
*
radeon: fix npot mipmap alignment on r600
Andre Maasikas
2010-08-09
1
-1
/
+1
*
radeon: lower texture memory consumption is some cases
Maciej Cencora
2010-07-11
1
-1
/
+1
*
radeon: fix teximage migration failure in rare case
Maciej Cencora
2010-07-11
1
-4
/
+4
*
Merge branch '7.8'
Jesse Barnes
2010-04-19
1
-3
/
+5
|
\
|
*
radeon: Let this build with gcc 3.3
Matthieu Herrb
2010-04-19
1
-3
/
+5
*
|
Merge branch '7.8'
Michel Dänzer
2010-03-12
1
-0
/
+2
|
\
|
|
*
radeon: Fix memory leaks from early return.
Vinson Lee
2010-03-11
1
-0
/
+2
*
|
radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...
Maciej Cencora
2010-03-09
1
-3
/
+0
*
|
radeon: Some possible improvements that I spoted in radeon_tiled_texture branch.
Maciej Cencora
2010-03-07
1
-10
/
+1
*
|
radeon: properly calculate rowstride for tiled images
Maciej Cencora
2010-03-07
1
-5
/
+9
*
|
radeon: minor refactoring of mipmap code
Maciej Cencora
2010-03-07
1
-27
/
+23
*
|
radeon: add texture helper function
Maciej Cencora
2010-03-07
1
-0
/
+26
|
/
*
radeon: Use _mesa_next_pow_two_32 instead of own implementation.
Pauli Nieminen
2010-02-06
1
-14
/
+1
*
radeon: Add some debug output to miptree code.
Pauli Nieminen
2010-02-06
1
-23
/
+62
*
radeon: Remove the loop from stride size calculation.
Pauli Nieminen
2010-02-06
1
-8
/
+14
*
radeon: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-1
/
+0
*
r600: fix brownbag, only align if we are dealing with cubemap
Andre Maasikas
2010-01-22
1
-1
/
+1
*
r600: cubemap levels seem to be aligned to 8 images
Andre Maasikas
2010-01-22
1
-0
/
+6
*
radeon/fbo: use correct depth texture offset for depth textures
Andre Maasikas
2010-01-22
1
-20
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-21
1
-1
/
+4
|
\
|
*
radeon: fix #25463
Maciej Cencora
2009-12-12
1
-1
/
+4
*
|
Merge branch 'mesa_7_7_branch'
Andre Maasikas
2009-12-08
1
-14
/
+12
|
\
|
|
*
radeon: fix image migration for small compressed textures
Maciej Cencora
2009-12-07
1
-14
/
+9
|
*
radeon: workaround an FBO issue
Maciej Cencora
2009-12-03
1
-0
/
+3
*
|
Merge commit 'origin/mesa_7_7_branch'
Keith Whitwell
2009-12-01
1
-48
/
+37
|
\
|
|
*
radeon: update miptree code a little
Maciej Cencora
2009-11-29
1
-45
/
+25
|
*
radeon: don't check the same miptree many times when looking for matching mip...
Maciej Cencora
2009-11-29
1
-3
/
+3
|
*
radeon: add some debugging info
Maciej Cencora
2009-11-29
1
-0
/
+5
|
*
radeon: need to flush cs when moving images between mipmap trees
Maciej Cencora
2009-11-28
1
-0
/
+4
*
|
r600: add ARB_texture_non_power_of_two support.
Dave Airlie
2009-11-25
1
-5
/
+21
|
/
*
radeon: fix errors in miptree related function
Maciej Cencora
2009-11-23
1
-3
/
+8
[next]