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
/
gallium
/
drivers
/
llvmpipe
/
lp_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-3
/
+1
*
llvmpipe: Bump the maximum texture size (in pixels).
José Fonseca
2012-08-28
1
-0
/
+6
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
1
-2
/
+0
*
gallium: remove pipe_resource::user_ptr
Marek Olšák
2012-04-30
1
-1
/
+0
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-1
/
+1
*
gallium: add user_ptr in pipe_resource
Marek Olšák
2012-04-24
1
-0
/
+1
*
Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"
Marek Olšák
2012-03-05
1
-4
/
+0
*
llvmpipe: Make more resilient to out-of-memory situations.
José Fonseca
2012-02-03
1
-2
/
+6
*
llvmpipe: clear storage for newly allocated resources
Keith Whitwell
2012-02-03
1
-2
/
+20
*
gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
2012-01-05
1
-0
/
+4
*
llvmpipe: Make more resilient to out-of-memory situations.
José Fonseca
2011-11-14
1
-8
/
+30
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-1
/
+0
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
1
-3
/
+2
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-56
/
+47
*
llvmpipe: raise dirty flag on transfers to bound constbuf
Keith Whitwell
2010-11-30
1
-0
/
+5
*
llvmpipe: use opcodes instead of function pointers in bins
Keith Whitwell
2010-09-07
1
-1
/
+1
*
llvmpipe: fence debugging, add llvmpipe_finish
Keith Whitwell
2010-08-25
1
-1
/
+2
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
1
-0
/
+1
*
llvmpipe: Partially fix resource texture from_handle
Jakob Bornecrantz
2010-07-22
1
-1
/
+35
*
llvmpipe: Don't align values already aligned
Jakob Bornecrantz
2010-07-22
1
-2
/
+2
*
llvmpipe: use single swizzled tile
Keith Whitwell
2010-07-16
1
-0
/
+88
*
llvmpipe: Align texture data to the cache line.
José Fonseca
2010-07-13
1
-2
/
+5
*
llvmpipe: another null pointer check
Brian Paul
2010-06-30
1
-1
/
+1
*
llvmpipe: don't crash/assert on out of memory
Brian Paul
2010-06-29
1
-5
/
+5
*
llvmpipe: hook up basic gs and multiple constant buffer support
Keith Whitwell
2010-06-07
1
-1
/
+1
*
llvmpipe: Call llvmpipe_set_texture_tile_layout only when necessary.
José Fonseca
2010-05-30
1
-2
/
+4
*
llvmpipe: Fill in slice_stride.
José Fonseca
2010-05-22
1
-0
/
+1
*
llvmpipe: fix texture image size calculation
Brian Paul
2010-05-11
1
-1
/
+1
*
llvmpipe: add a simple resource tracking/debug feature
Brian Paul
2010-05-11
1
-0
/
+49
*
llvmpipe: Match p_screen.h's function prototype.
José Fonseca
2010-05-08
1
-1
/
+1
*
llvmpipe: fix broken compressed cube maps
Brian Paul
2010-05-04
1
-27
/
+47
*
llvmpipe: fix texture/display target memory leak
Brian Paul
2010-04-29
1
-0
/
+5
*
llvmpipe: fix mem leak in llvmpipe_resource_destroy()
Brian Paul
2010-04-28
1
-0
/
+2
*
llvmpipe: added llvmpipe_resource_size()
Brian Paul
2010-04-27
1
-0
/
+21
*
llvmpipe: Cleanup/improve llvmpipe_flush_resource usage.
José Fonseca
2010-04-25
1
-13
/
+21
*
llvmpipe: llvmpipe_flush_texture -> llvmpipe_flush_resource
José Fonseca
2010-04-25
1
-1
/
+1
*
llvmpipe: rename lp_tile_size.h to lp_limits.h
Brian Paul
2010-04-23
1
-1
/
+0
*
llvmpipe: Portability fixes.
José Fonseca
2010-04-22
1
-2
/
+2
*
llvmpipe: Fix rendering to non 32bpp formats.
José Fonseca
2010-04-22
1
-4
/
+8
*
llvmpipe: Use resource_is_texture() consistently.
José Fonseca
2010-04-22
1
-22
/
+15
*
llvmpipe: Fix resource_is_texture.
José Fonseca
2010-04-22
1
-8
/
+12
*
llvmpipe: consolidate texture memory allocation code
Brian Paul
2010-04-21
1
-11
/
+48
*
llvmpipe: code consolidation
Brian Paul
2010-04-20
1
-55
/
+18
*
llvmpipe: remove debug code and simplify
Brian Paul
2010-04-20
1
-14
/
+4
*
llvmpipe: fix cube face addressing bug
Brian Paul
2010-04-20
1
-20
/
+60
*
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-20
1
-1
/
+1
*
llvmpipe: remove call to llvmpipe_set_texture_image_layout()
Brian Paul
2010-04-20
1
-3
/
+0
*
llvmpipe: silence warning
Alan Hourihane
2010-04-20
1
-1
/
+1
*
llvmpipe: get 3D texture image stride from an array rather than computing it
Brian Paul
2010-04-19
1
-9
/
+12
*
llvmpipe: consolidate some code in llvmpipe_set_texture_image_layout()
Brian Paul
2010-04-19
1
-16
/
+22
[next]