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_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-2
/
+2
*
r200: fix fbo rendering by disabling optimized texture format chooser
Roland Scheidegger
2015-07-16
1
-1
/
+13
*
radeon: remove dri_mirror state
Emil Velikov
2015-07-13
1
-1
/
+1
*
radeon: replace __FUNCTION__ with __func__
Marius Predut
2015-04-21
1
-1
/
+1
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-2
/
+2
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
1
-8
/
+8
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-12
/
+12
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-5
/
+5
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-6
/
+6
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-10
/
+10
*
swrast: Always use MapTextureImage for mapping textures for swrast.
Eric Anholt
2013-04-30
1
-74
/
+0
*
swrast: Replace ImageOffsets with an ImageSlices pointer.
Eric Anholt
2013-04-30
1
-8
/
+5
*
swrast: Reuse _swrast_free_texture_image_buffer from drivers.
Eric Anholt
2013-04-30
1
-8
/
+1
*
swrast: Move ImageOffsets allocation to shared code.
Eric Anholt
2013-04-30
1
-13
/
+2
*
radeon: Remove some dead teximage mapping code.
Eric Anholt
2013-04-30
1
-50
/
+0
*
radeon: Add missing swrast field initialization.
Eric Anholt
2013-04-30
1
-0
/
+3
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: remove FEATURE_OES_EGL_image define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-4
/
+2
*
mesa: s/CALLOC/calloc/
Brian Paul
2012-09-01
1
-1
/
+1
*
mesa: add texture target field to ChooseTextureFormat() driver hook
Brian Paul
2012-08-24
1
-0
/
+1
*
mesa: new _mesa_num_tex_faces() helper
Brian Paul
2012-08-24
1
-2
/
+2
*
mesa: Remove unnecessary parameters from AllocTextureImageBuffer
Pauli Nieminen
2012-08-12
1
-3
/
+1
*
mesa: Remove unnecessary parameters from TexImage
Pauli Nieminen
2012-08-12
1
-34
/
+0
*
mesa: consolidate internal glCopyTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-1
/
+1
*
mesa: consolidate internal glTexImage1/2/3D code
Brian Paul
2012-06-06
1
-34
/
+7
*
swrast: s/Data/Map/ in swrast_texture_image
Brian Paul
2012-01-24
1
-6
/
+6
*
mesa: simplify Driver.TexImage() parameters
Brian Paul
2011-12-30
1
-26
/
+24
*
radeon: texture/renderbuffer overhaul.
Dave Airlie
2011-12-05
1
-416
/
+184
*
radeon: further cleanup of shared code
Fabio Pedretti
2011-11-14
1
-1
/
+1
*
radeon: fix build.
Dave Airlie
2011-11-11
1
-1
/
+1
*
radeon: use meta bitmap
Dave Airlie
2011-11-11
1
-0
/
+1
*
radeon: fix bug with wrong stride being used for rectangluar textures.
Dave Airlie
2011-11-11
1
-1
/
+1
*
radeon: silence unused var warnings
Brian Paul
2011-11-10
1
-3
/
+3
*
radeon: cleanup radeon shared code after r300 and r600 classic drivers removal
Fabio Pedretti
2011-11-07
1
-14
/
+11
*
radeon: drop mtface/mtlevel, use ones in base class.
Dave Airlie
2011-11-04
1
-9
/
+5
*
dri: Move _dri_texformat_* to radeon_texture.c
Kristian Høgsberg
2011-11-02
1
-24
/
+54
*
dri: Remove driver GenerateMipmap hooks.
Eric Anholt
2011-10-28
1
-31
/
+0
*
radeon: Drop the non-kernel-memory-manager support, and thus DRI1.
Eric Anholt
2011-10-28
1
-3
/
+1
*
radeon: Unifdef RADEON_R300 and RADEON_R600.
Eric Anholt
2011-10-28
1
-14
/
+0
*
dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.
Eric Anholt
2011-10-28
1
-3
/
+3
*
mesa: add swrast_texture_image::Buffer
Brian Paul
2011-10-23
1
-7
/
+7
*
mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()
Brian Paul
2011-10-23
1
-3
/
+4
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
1
-59
/
+44
*
mesa: get rid of imageOffsets arrays in texstore code
Brian Paul
2011-10-05
1
-2
/
+10
*
mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.
Brian Paul
2011-10-03
1
-49
/
+1
*
radeon: Drop mapping we were doing around glGetTexImage().
Eric Anholt
2011-09-27
1
-1
/
+0
*
mesa: Convert GetCompressedTexImage to using MapTextureImage().
Brian Paul
2011-09-27
1
-1
/
+0
*
radeon: make radeon_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
1
-12
/
+17
*
mesa: add new DeleteTextureImage() driver hook
Brian Paul
2011-09-17
1
-0
/
+8
[next]