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
/
intel
/
intel_tex_copy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: make intel_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
1
-7
/
+7
*
intel: Silence "warning: unused parameter ‘target’"
Ian Romanick
2011-09-09
1
-8
/
+4
*
intel: use new gl_texture_image:Face, Level fields
Brian Paul
2011-08-24
1
-2
/
+2
*
intel: remove intelCopyTexImage1D/2D()
Brian Paul
2011-07-19
1
-97
/
+0
*
intel: Recognize all depth formats in get_teximage_readbuffer.
Kenneth Graunke
2011-07-09
1
-8
/
+4
*
intel: Move the draw_x/draw_y to the renderbuffer where it belongs.
Eric Anholt
2011-06-13
1
-1
/
+1
*
intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.
Kenneth Graunke
2011-03-01
1
-2
/
+11
*
intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebuffer
Neil Roberts
2011-02-24
1
-21
/
+20
*
intel: Remove unnecessary headers.
Vinson Lee
2010-12-23
1
-1
/
+0
*
intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.
Eric Anholt
2010-12-16
1
-2
/
+12
*
intel: Try to sanely check that formats match for CopyTexImage.
Eric Anholt
2010-12-16
1
-40
/
+20
*
intel: Drop commented intel_flush from copy_teximage.
Eric Anholt
2010-12-16
1
-1
/
+0
*
intel: Update renderbuffers before looking up CopyTexImage's read buffer.
Eric Anholt
2010-12-16
1
-3
/
+4
*
intel: Remove unnecessary header.
Vinson Lee
2010-11-20
1
-1
/
+0
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-12
/
+7
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
intel: Allow CopyTexSubImage to InternalFormat 3/4 textures, like RGB/RGBA.
Eric Anholt
2010-10-12
1
-0
/
+2
*
intel: Check for a NULL src buffer prior to blt
Chris Wilson
2010-08-05
1
-1
/
+1
*
intel: Update comment in intel_tex_copy from before miptree x/y rework.
Eric Anholt
2010-06-08
1
-1
/
+1
*
intel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBA
Kristian Høgsberg
2010-06-01
1
-0
/
+8
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
1
-1
/
+1
*
intel: Use fb->Height when flipping read buffer orientation
Kristian Høgsberg
2010-03-30
1
-12
/
+2
*
intel: Replace mt->pitch with mt->region->pitch.
Eric Anholt
2010-03-17
1
-1
/
+1
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+1
*
intel: Remove dead code from having to clip copyteximage source rect.
Eric Anholt
2010-01-26
1
-5
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-1
/
+0
*
|
Merge branch 'remove-intel-dri1'
Kristian Høgsberg
2010-01-05
1
-6
/
+1
|
\
\
|
|
/
|
/
|
|
*
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
1
-5
/
+0
|
*
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-1
/
+1
*
|
intel: Fix CopyTexImage from tiled mipmap levels > 0.
Eric Anholt
2010-01-04
1
-2
/
+3
|
/
*
intel: Silence compiler warnings.
Vinson Lee
2009-12-28
1
-1
/
+1
*
intel: make CopyTex[Sub]Image fallback debug messages more consistent
Roland Scheidegger
2009-11-21
1
-2
/
+8
*
i965: Remove an unused cache_item field.
Eric Anholt
2009-11-13
1
-1
/
+1
*
intel: minor clean-up, comments
Brian Paul
2009-10-27
1
-2
/
+3
*
intel: use _mesa_get_current_tex_unit() helper
Brian Paul
2009-10-27
1
-9
/
+6
*
intel: fix src offset bug in do_copy_texsubimage()
Brian Paul
2009-10-27
1
-1
/
+1
*
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-10-23
1
-7
/
+10
|
\
|
*
intel: Keep track of x,y offsets in miptrees and use them for blitting.
Eric Anholt
2009-10-23
1
-7
/
+10
*
|
intel: pass zslice to intel_miptree_image_offset()
Brian Paul
2009-10-12
1
-1
/
+1
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
1
-1
/
+1
|
\
|
|
*
intel: use driReadDrawable in do_copy_texsubimage()
Brian Paul
2009-10-05
1
-1
/
+1
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-28
1
-0
/
+1
|
\
|
|
*
intel: Handle GL_RGB8 for glCopyTex(Sub)Image.
Michel Dänzer
2009-09-25
1
-0
/
+1
*
|
intel: use new _mesa_meta_CopyTex[Sub]Image() functions
Brian Paul
2009-09-19
1
-9
/
+10
*
|
mesa: move generate mipmap calls
Brian Paul
2009-09-15
1
-6
/
+0
|
/
*
intel: Partially fix fallback detection for glCopyTexSubImage.
Eric Anholt
2009-07-13
1
-6
/
+10
*
intel: Avoid trying to do blits to Y tiled regions.
Eric Anholt
2009-06-23
1
-12
/
+15
*
intel: Fix some potential writes to zero-copy PBOs when used as regions.
Eric Anholt
2009-06-23
1
-1
/
+4
*
intel: make a bunch of glTexImage-related functions static
Brian Paul
2009-06-09
1
-4
/
+14
[next]