index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_tile.c
Age
Commit message (
Expand
)
Author
2010-04-28
gallium/util: convert //-style comments
Brian Paul
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-04-07
util: Remove u_tile.c YCbCr's.
José Fonseca
2010-04-06
util: Respect destination stride in pipe_get_tile_swizzle().
Michal Krol
2010-04-06
util: Remove the hand written SRGB format support code.
José Fonseca
2010-03-31
util: Remove the hand written u_tile.c functions for the ones that are code g...
José Fonseca
2010-03-30
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-18
Add format B5G5R5X1
Alan Hourihane
2010-03-13
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-11
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-10
gallium: pipe_get_tile_swizzle() accepts format parameter.
Michal Krol
2010-03-10
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-02
util: Add pipe_get_tile_swizzle().
Michal Krol
2010-03-01
util: Rename pipe formats.
José Fonseca
2010-03-01
util: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.
José Fonseca
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-25
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
gallium/util: fix incorrect shift in a4r4g4b4_put_tile_rgba()
Brian Paul
2010-01-15
util: Handle the remaining formats in pipe_put_tile_rgba().
Michal Krol
2010-01-06
util: Handle the remaining format cases in pipe_tile_raw_to_rgba().
Michal Krol
2009-12-17
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-07
util/tile: Support R8G8B8A8_UNORM format.
Michal Krol
2009-11-30
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-10-02
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-09-08
gallium: added r8g8b8_get/put_tile_rgba()
Brian Paul
2009-08-27
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-27
gallium/util: added support for SRGB formats
Brian Paul
2009-08-19
gallium: rename copy/fill_rect utility functions
Brian Paul
2009-07-26
util: fix typo.
José Fonseca
2009-07-07
gallium: Fixes for clobbering stencil values in combined depth/stencil textures.
Michel Dänzer
2009-06-02
util: Unsaved change missing from last commit.
José Fonseca
2009-06-02
util: Support Z24S8/Z24X8 -> unsigned conversion.
José Fonseca
2009-06-02
util: Fix 24 to 32 bit expansion binary arithmetic expression.
José Fonseca
2009-03-27
util: Support Z24S8/Z24X8.
José Fonseca
2009-02-23
Merge commit 'origin/gallium-0.1'
José Fonseca
2009-02-20
util: Use a checkboard pattern instead of asserting for unknown formats.
José Fonseca
2009-02-19
util: Support PIPE_FORMAT_Z32_FLOAT in pipe_tile_raw_to_rgba
José Fonseca
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2008-11-03
gallium: Silence compiler warnings on Windows.
Michal Krol
2008-11-03
gallium: Read from PIPE_FORMAT_Z32_FLOAT.
José Fonseca
2008-11-03
gallium: Fix msvc warning.
José Fonseca
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul