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_subimage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: consolidate internal glTexSubImage1/2/3D code
Brian Paul
2012-06-06
1
-13
/
+15
*
mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functions
Brian Paul
2012-01-02
1
-1
/
+0
*
intel: pass xoffset, yoffset = 0 to _mesa_texstore()
Brian Paul
2012-01-02
1
-3
/
+1
*
mesa: simplify Driver.TexSubImage() parameters
Brian Paul
2011-12-30
1
-19
/
+12
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-2
/
+2
*
mesa: get rid of imageOffsets arrays in texstore code
Brian Paul
2011-10-05
1
-5
/
+3
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-6
/
+4
*
intel: make intel_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
1
-1
/
+1
*
intel: Restructure TexSubImage as just the 2D implementation and blit func.
Eric Anholt
2011-08-30
1
-100
/
+114
*
intel: Remove the passthrough TexSubImage[13]D functions.
Eric Anholt
2011-08-30
1
-42
/
+0
*
intel: Rely on Mesa core for the non-blit glTexSubImage* implementation.
Eric Anholt
2011-08-29
1
-84
/
+65
*
intel: Remove our custom _mesa_store_compressed_texsubimage2d().
Eric Anholt
2011-08-29
1
-83
/
+33
*
intel: use new gl_texture_image:Face, Level fields
Brian Paul
2011-08-24
1
-3
/
+3
*
intel: Add some defense against buffer allocation failure for subimage blits
Chris Wilson
2011-03-30
1
-1
/
+9
*
Revert "intel: Add some defense against buffer allocation failure for subimag...
Chris Wilson
2011-03-30
1
-11
/
+11
*
intel: Add some defense against buffer allocation failure for subimage blits
Chris Wilson
2011-03-07
1
-11
/
+11
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
intel: Remove unnecessary header.
Vinson Lee
2010-06-10
1
-1
/
+0
*
intel: Use the blitter to upload TexSubImage data to busy textures.
Eric Anholt
2010-06-09
1
-10
/
+67
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
1
-1
/
+1
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+2
*
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
1
-4
/
+0
*
mesa: remove calls to _mesa_compressed_row_stride()
Brian Paul
2009-10-25
1
-1
/
+1
*
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
1
-1
/
+1
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-2
/
+2
*
drivers: use new _mesa_texstore() function
Brian Paul
2009-09-28
1
-12
/
+11
*
mesa/drivers: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
1
-1
/
+1
*
mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-8
/
+11
*
mesa: move generate mipmap calls
Brian Paul
2009-09-15
1
-5
/
+0
*
intel: implement intelCompressedTexSubImage2D
Roland Scheidegger
2009-08-05
1
-21
/
+44
*
intel: make a bunch of glTexImage-related functions static
Brian Paul
2009-06-09
1
-13
/
+15
*
intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.
Eric Anholt
2009-05-08
1
-5
/
+5
*
intel: stub out CompressedTexSubImage2D instead of segfaulting.
Eric Anholt
2008-12-15
1
-0
/
+15
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-5
/
+5
*
intel: use new mipmap generation hooks in driver.
Dave Airlie
2008-05-09
1
-3
/
+1
*
[intel] Warnings fixes.
Eric Anholt
2008-05-02
1
-0
/
+1
*
intel: It is needed to allocating texture memory to accommodate
Xiang, Haihao
2008-03-17
1
-2
/
+12
*
[intel] Fix and reenable (software) SGIS_generate_mipmap
Eric Anholt
2007-12-20
1
-3
/
+1
*
[intel] Remove useless intel_region_idle.
Eric Anholt
2007-12-14
1
-3
/
+0
*
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-12-12
1
-1
/
+1
*
[intel] Move over files that will be shared with 965-fbo work.
Eric Anholt
2007-11-09
1
-0
/
+182