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_tex_copy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: replace __FUNCTION__ with __func__
Marius Predut
2015-04-21
1
-1
/
+1
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
2013-06-17
1
-3
/
+3
*
radeon&r200: Add support for ARB_sampler_objects
Pauli Nieminen
2012-08-01
1
-1
/
+1
*
mesa: consolidate internal glCopyTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-9
/
+9
*
radeon: derive radeon_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
1
-3
/
+3
*
mesa: rework ctx->Driver.CopyTexSubImage() parameters
Brian Paul
2012-01-07
1
-23
/
+22
*
radeon: stop using _DepthBuffer, _StencilBuffer fields
Brian Paul
2011-12-13
1
-5
/
+4
*
radeon: texture/renderbuffer overhaul.
Dave Airlie
2011-12-05
1
-1
/
+1
*
radeon: Remove early dereference of src/dst width in glCopyTexSubImage.
Eric Anholt
2011-11-03
1
-6
/
+2
*
radeon: make radeon_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
1
-6
/
+6
*
radeon: remove radeonCopyTexImage2D()
Brian Paul
2011-07-19
1
-55
/
+0
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
radeon: Add DRI2 flush extension support, so we synchronize properly.
Mario Kleiner
2010-08-02
1
-0
/
+6
*
radeon: add some debuging info for glCopyTex(Sub)Image
Maciej Cencora
2010-03-13
1
-1
/
+7
*
radeon: fix glCopyTex(Sub)Image
Maciej Cencora
2010-03-13
1
-2
/
+11
*
radeon: fix glCopyTex(Sub)Image if user FBO is bound
Maciej Cencora
2010-03-10
1
-3
/
+6
*
radeon: don't attempt to use alternate blit formats for depth buffers
Alex Deucher
2010-03-08
1
-0
/
+4
*
radeon: fallback to software in glCopyTexImage if blit isn't available
Maciej Cencora
2010-03-08
1
-0
/
+4
*
radeon/r200/r300/r600: add check_blit vtbl function
Alex Deucher
2010-03-03
1
-5
/
+39
*
radeon: Assert pointer is not null before dereferencing.
Vinson Lee
2010-02-27
1
-0
/
+1
*
radeon: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-1
/
+0
*
radeon/r300/r600: share common glCopyTex(Sub)Image code
Maciej Cencora
2010-01-19
1
-0
/
+155