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
/
gallium
/
drivers
/
i915
/
i915_resource_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-1
/
+1
*
gallium: switch drivers to the slab allocator in src/util
Marek Olšák
2016-09-06
1
-2
/
+2
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-2
/
+1
*
i915g: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
1
-2
/
+2
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-2
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-4
/
+4
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
i915g: Implement EGL_EXT_image_dma_buf_import
Stéphane Marchesin
2015-04-01
1
-1
/
+1
*
i915g: Align all texture dimensions to the next POT
Stéphane Marchesin
2014-11-22
1
-28
/
+29
*
i915g: Fix offset for level != 0
Stéphane Marchesin
2014-11-22
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-4
/
+4
*
gallium/u_blitter: remove useless parameters from some functions
Marek Olšák
2013-12-14
1
-2
/
+1
*
i915: Use Y tiling for textures
Stéphane Marchesin
2013-05-08
1
-2
/
+7
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-2
/
+2
*
gallium: remove unused data pointer from pipe_transfer
Marek Olšák
2012-10-18
1
-1
/
+0
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-55
/
+37
*
i915g: Use X tiling for textures
Stéphane Marchesin
2012-10-02
1
-7
/
+2
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-2
/
+1
*
gallium/u_blitter: add a query for checking whether copying is supported
Marek Olšák
2012-08-04
1
-5
/
+2
*
Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"
Marek Olšák
2012-03-05
1
-6
/
+1
*
gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
2012-01-05
1
-1
/
+6
*
i915g: Implement GL_STREAM_* for textures by using untiled textures.
Stéphane Marchesin
2011-12-01
1
-1
/
+1
*
i915g: Fix staging texture uploads a bit.
Stéphane Marchesin
2011-06-28
1
-5
/
+1
*
i915g: Fix u_blitter comment.
Stéphane Marchesin
2011-06-27
1
-1
/
+2
*
i915g: Fix point sprites.
Stéphane Marchesin
2011-06-24
1
-26
/
+175
*
i915g: don't destroy a texture buffer if it's NULL.
Stéphane Marchesin
2011-06-06
1
-1
/
+2
*
i915g: enable X-tiling for s3tc textures
Daniel Vetter
2011-04-30
1
-2
/
+1
*
i915g: fix transfer coherency
Daniel Vetter
2011-03-12
1
-0
/
+3
*
i915g: use y-tiling when the blitter is not used
Daniel Vetter
2011-03-12
1
-1
/
+4
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
1
-1
/
+0
*
i915g: Move debug fields to screen
Jakob Bornecrantz
2011-02-21
1
-1
/
+1
*
i915g: Rework texture tiling a bit
Jakob Bornecrantz
2011-02-21
1
-14
/
+8
*
i915g: Use slab allocator for transfers
Jakob Bornecrantz
2011-01-21
1
-3
/
+13
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-23
/
+18
*
i915g: Improve debug printing for textures
Jakob Bornecrantz
2010-12-02
1
-4
/
+21
*
i915g: enable x-tiling for render targets
Daniel Vetter
2010-12-02
1
-4
/
+0
*
i915g: enable X-tiling for textures
Daniel Vetter
2010-12-02
1
-0
/
+24
*
i915g: don't pot-align stride for tiled buffers
Daniel Vetter
2010-12-02
1
-2
/
+3
*
i915g: postpone mipmap/face offset calculation
Daniel Vetter
2010-12-02
1
-17
/
+25
*
i915g: return tiling in iws->buffer_from_handle
Daniel Vetter
2010-12-02
1
-1
/
+3
*
i915g: switch to tiled allocations, kill set_fence
Daniel Vetter
2010-12-02
1
-14
/
+2
*
i915g: drop alignment parameter from iws->buffer_create
Daniel Vetter
2010-12-02
1
-1
/
+1
*
i915g: s/hw_tiled/tiling
Daniel Vetter
2010-11-21
1
-4
/
+4
*
i915g: rip out ->sw_tiled
Daniel Vetter
2010-11-21
1
-1
/
+0
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
1
-1
/
+4
*
i915g: Set total_nblocksy in from_handle
Jakob Bornecrantz
2010-07-22
1
-0
/
+1
*
i915g: Add some debug prints in texture code
Jakob Bornecrantz
2010-07-22
1
-6
/
+10
*
i915g: Remove broken power of two function
Jakob Bornecrantz
2010-04-18
1
-16
/
+8
*
i915g: Add some helper functions
Jakob Bornecrantz
2010-04-18
1
-7
/
+19
[next]