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_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
1
-7
/
+0
*
intel: Use _mesa_get_current_tex_object() to clean up TFP path.
Eric Anholt
2009-11-06
1
-4
/
+4
*
intel: Remove duplicated arguments from intel_miptree_match_image().
Eric Anholt
2009-11-06
1
-6
/
+3
*
intel: Set the texture format in the TFP path.
Eric Anholt
2009-10-30
1
-3
/
+6
*
intel: remove memcpy_get_tex_image() code
Brian Paul
2009-10-29
1
-103
/
+2
*
intel: check for single memcpy() in memcpy_get_tex_image()
Brian Paul
2009-10-29
1
-5
/
+10
*
intel: remove debug code
Brian Paul
2009-10-29
1
-1
/
+0
*
intel: added fast memcpy path for glGetTexImage()
Brian Paul
2009-10-29
1
-3
/
+102
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-43
/
+40
|
\
|
*
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-25
1
-6
/
+0
|
*
mesa: remove calls to _mesa_compressed_row_stride()
Brian Paul
2009-10-25
1
-1
/
+1
|
*
mesa: change compressed texture size calls
Brian Paul
2009-10-24
1
-5
/
+4
|
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
|
*
mesa: lift _mesa_set_fetch_functions() calls out of drivers
Brian Paul
2009-10-05
1
-4
/
+0
|
*
mesa: removed gl_texture_image::CompressedSize field
Brian Paul
2009-10-01
1
-6
/
+7
|
*
mesa: move mesa_set_fetch_functions()
Brian Paul
2009-10-01
1
-0
/
+1
|
*
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-10-01
1
-4
/
+3
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-12
/
+12
|
*
drivers: use new _mesa_texstore() function
Brian Paul
2009-09-28
1
-13
/
+13
|
*
drivers: use more mesa format functions
Brian Paul
2009-09-27
1
-3
/
+2
|
*
mesa/drivers: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
1
-2
/
+8
|
*
mesa/drivers: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
1
-3
/
+2
|
*
mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-27
1
-8
/
+12
*
|
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-10-23
1
-17
/
+13
|
\
\
|
*
|
intel: Keep track of x,y offsets in miptrees and use them for blitting.
Eric Anholt
2009-10-23
1
-11
/
+12
*
|
|
intel: pass zslice to intel_miptree_image_offset()
Brian Paul
2009-10-12
1
-3
/
+4
*
|
|
intel: Use new drm_intel_bo_references() to avoid flushing.
Eric Anholt
2009-10-08
1
-4
/
+13
|
|
/
|
/
|
*
|
mesa: move generate mipmap calls
Brian Paul
2009-09-15
1
-5
/
+0
*
|
intel: #include clean-ups
Brian Paul
2009-09-08
1
-5
/
+0
*
|
i965: use _mesa_is_bufferobj()
Brian Paul
2009-09-08
1
-3
/
+4
|
/
*
i965: Fix depth-texture Y-tiling detection for sized internal formats.
Eric Anholt
2009-06-23
1
-1
/
+4
*
intel: Avoid trying to do blits to Y tiled regions.
Eric Anholt
2009-06-23
1
-6
/
+9
*
intel: Fix glReadPixels regression since changing context init order.
Michel Dänzer
2009-06-22
1
-3
/
+3
*
i965: added intelFlush() call in intel_get_tex_image()
Brian Paul
2009-06-09
1
-0
/
+6
*
intel: use GLboolean, not int, for compressed parameter
Brian Paul
2009-06-09
1
-8
/
+9
*
intel: make a bunch of glTexImage-related functions static
Brian Paul
2009-06-09
1
-11
/
+28
*
intel: whitespace clean-ups
Brian Paul
2009-06-09
1
-9
/
+4
*
intel: Don't complain on falling back from PBO fastpaths.
Eric Anholt
2009-05-15
1
-3
/
+3
*
intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.
Eric Anholt
2009-05-08
1
-15
/
+7
*
intel: fix small compressed texture upload
Roland Scheidegger
2009-04-16
1
-4
/
+5
*
intel: Fix segfault when doing SW mipmap generation with a PBO texture upload.
Eric Anholt
2009-04-15
1
-3
/
+10
*
intel: #include texgetimage.h
Brian Paul
2009-04-03
1
-0
/
+1
*
intel: Avoid mapping the texture image for CopyTex{,Sub}Image
Adam Jackson
2009-03-30
1
-11
/
+13
*
Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.
Eric Anholt
2009-03-20
1
-2
/
+16
*
intel: Fix intelSetTexBuffer miptree leak.
Kristian Høgsberg
2009-02-21
1
-2
/
+7
*
intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.
Eric Anholt
2009-02-21
1
-4
/
+6
*
intel: asst. casts to silence warnings
Brian Paul
2009-01-26
1
-2
/
+4
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-13
/
+13
*
intel: Add a width field to regions, and use it for making miptrees in TFP.
Eric Anholt
2008-09-12
1
-1
/
+1
*
intel: Don't segfault on TFP from a bad drawable.
Eric Anholt
2008-09-12
1
-0
/
+6
[next]