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