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
/
i965
/
intel_tex_subimage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Track that the stencil data was updated when using Tex*Image
Jordan Justen
2016-08-26
1
-2
/
+5
*
i965/tiled_memcopy: Get rid of the direction parameter to get_memcpy
Jason Ekstrand
2016-04-08
1
-2
/
+1
*
meta: Remove the 'allocate_storage' parameter in _mesa_meta_pbo_GetTexSubImage()
Anuj Phogat
2016-03-02
1
-1
/
+1
*
i965: Add means for limiting color resolves
Topi Pohjolainen
2016-02-13
1
-1
/
+1
*
i965: Fix typos in license
Ian Romanick
2015-09-10
1
-2
/
+2
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
1
-5
/
+2
*
i965: Disallow PixelTransfer operations for tiled-memcpy TexImage/ReadPixels
Chris Wilson
2015-09-04
1
-0
/
+4
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-2
/
+2
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-3
/
+3
*
i965: Tell intel_get_memcpy() which direction the memcpy() is going.
Matt Turner
2015-03-05
1
-1
/
+2
*
i965: Refactor tiled memcpy functions and move them into their own file
Sisinty Sasmita Patra
2015-01-26
1
-392
/
+2
*
i965/tex_subimage: Use the fast tiled path for rectangle textures
Jason Ekstrand
2015-01-26
1
-1
/
+2
*
i965/tex_subimage: use meta instead of the blitter for PBO TexSubImage
Jason Ekstrand
2015-01-22
1
-100
/
+15
*
i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()
Chad Versace
2014-12-22
1
-3
/
+4
*
mesa: Replace a priori knowledge of gcc attributes with configure tests.
Matt Turner
2014-09-25
1
-6
/
+0
*
i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD
Jordan Justen
2014-08-15
1
-1
/
+2
*
i965: Accelerate uploads of RGBA and BGRA GL_UNSIGNED_INT_8_8_8_8_REV textures
Jason Ekstrand
2014-07-23
1
-1
/
+5
*
Add support for RGBA8 and RGBX8 textures in intel_texsubimage_tiled_memcpy
Jason Ekstrand
2014-07-17
1
-0
/
+11
*
i965: Improve debug output in intelTexImage and intelTexSubimage
Jason Ekstrand
2014-07-17
1
-0
/
+6
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-2
/
+1
*
i965: Use standard SSE intrinsics instead of gcc built-ins.
Matt Turner
2014-06-17
1
-5
/
+7
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-9
/
+9
*
i965: Enable texture upload fast path with MinLevel
Chris Forbes
2014-04-10
1
-1
/
+1
*
i965: Account for MinLevel in texture upload fast path
Chris Forbes
2014-04-10
1
-2
/
+4
*
i965: Don't try to use fast upload path for nontrivial views
Chris Forbes
2014-04-10
1
-0
/
+4
*
i965: Drop BLT TexSubImage Y-tiling restriction on Gen6+.
Kenneth Graunke
2014-03-21
1
-2
/
+2
*
i965: Use brw_bo_map() in intel_texsubimage_tiled_memcpy().
Kenneth Graunke
2014-02-03
1
-7
/
+1
*
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
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Enhance intel_texsubimage_tiled_memcpy() to support all levels
Courtney Goeltzenleuchter
2013-12-30
1
-2
/
+5
*
i965: Add XRGB to intel_texsubimage_tiled_memcpy()
Courtney Goeltzenleuchter
2013-12-30
1
-1
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-5
/
+5
*
i965: Use __attribute__((flatten)) on fast tiled teximage code.
Kenneth Graunke
2013-11-25
1
-2
/
+8
*
i965: Print more debuginfo in intel_texsubimage_memcpy()
Chad Versace
2013-10-24
1
-2
/
+8
*
i965: Fix glTexImage when packing alignment != cpp
Chad Versace
2013-10-24
1
-2
/
+11
*
i965: extend fast texture upload
Frank Henigman
2013-10-10
1
-69
/
+402
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context::has_llc to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context::has_swizzling to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-6
/
+8
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-1
/
+335
*
[965] Move to using shared texture management code.
Eric Anholt
2007-12-16
1
-0
/
+1