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: 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
*
radeon: Add MapTextureImage() implementation.
Eric Anholt
2011-08-29
1
-0
/
+77
*
radeon: Refactor the common texture hook setup to common code.
Eric Anholt
2011-08-29
1
-0
/
+35
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-3
/
+3
*
radeon: Fix flushing before writing a teximage's BO when !t->bo.
Eric Anholt
2011-08-24
1
-12
/
+12
*
mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.
Eric Anholt
2011-06-14
1
-0
/
+8
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
radeon: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
radeon: Implement GL_OES_EGL_image
Johann Rudloff
2010-11-08
1
-0
/
+64
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-22
/
+22
*
radeon: Remove copied minimum pitch alignment code.
Eric Anholt
2010-09-23
1
-12
/
+0
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
1
-12
/
+4
*
radeon: Use MESA_FORMAT_SARGB8 for sRGB formats
Henri Verbeet
2010-08-09
1
-1
/
+1
*
Revert "Fix image_matches_texture_obj() MaxLevel check"
Will Dyson
2010-06-19
1
-7
/
+4
*
Enable hardware mipmap generation for radeon.
Will Dyson
2010-05-26
1
-3
/
+8
*
Fix image_matches_texture_obj() MaxLevel check
Will Dyson
2010-05-26
1
-4
/
+7
*
radeon/r200/r300/r600: add is_format_renderable function
Maciej Cencora
2010-03-09
1
-0
/
+16
[next]