index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: Move TexSubImage functions to intel_tex_image.c
Jason Ekstrand
2017-09-15
1
-256
/
+0
*
i965: drop brw->has_llc in favor of devinfo->has_llc
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-1
/
+2
*
i965/miptree: Clean-up unused
Topi Pohjolainen
2017-07-22
1
-6
/
+2
*
i965: Prepare tex (sub)image for isl based
Topi Pohjolainen
2017-07-20
1
-1
/
+7
*
i965/miptree: Switch to isl_surf::row_pitch
Topi Pohjolainen
2017-07-20
1
-1
/
+1
*
i965/miptree: Switch to isl_surf::tiling
Topi Pohjolainen
2017-07-20
1
-4
/
+4
*
i965/tex: Use offset helper instead of accessing table directly
Topi Pohjolainen
2017-07-18
1
-2
/
+4
*
i965: Use the new resolve function for several simple cases
Jason Ekstrand
2017-06-07
1
-1
/
+1
*
i965: Be a bit more conservative about certain resolves
Jason Ekstrand
2017-06-07
1
-3
/
+4
*
i965: Explicitly disallow tiled memcpy path on Gen4 with swizzling.
Chris Wilson
2017-06-06
1
-0
/
+11
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Drop MAP_READ from some write-only mappings
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
1
-5
/
+3
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-4
/
+4
*
i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965: Make/use a brw_batch_references() wrapper.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-4
/
+4
*
i965: Add new interface for full color resolves
Topi Pohjolainen
2016-11-25
1
-1
/
+1
*
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
[next]