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
/
drivers
/
r300
/
r300_texture.c
Age
Commit message (
Expand
)
Author
2010-07-12
r300g: implement fast color clear
Marek Olšák
2010-07-09
r300g: allow the GTT domain for samplers
Marek Olšák
2010-07-08
r300g: store/return the stride for winsys_handle in winsys
Marek Olšák
2010-06-28
Merge branch 'gallium-drm-driver-drescriptor'
Jakob Bornecrantz
2010-06-20
r300g: cleanup buffer_{from, get}_handle
Marek Olšák
2010-06-20
r300g: cleanup includes
Marek Olšák
2010-06-20
r300g: texture alignment code cleanup + use special alignment for AA textures
Marek Olšák
2010-06-16
r300g: Moar MSAA setup.
Corbin Simpson
2010-06-16
r300g: Fix indentation.
Corbin Simpson
2010-06-14
r300g: subclass pipe_surface
Marek Olšák
2010-06-09
r300g: debug output texture size
Marek Olšák
2010-06-09
r300g: return NULL texture early if buffer_create fails
Marek Olšák
2010-06-07
r300g: fix 24-bit depth texturing
Marek Olšák
2010-06-03
r300g: set the minimum texture stride to 64 bytes on RS600, RS690, and RS740
Marek Olšák
2010-06-02
r300g: store the GEM domain in buffer and texture structs
Marek Olšák
2010-06-02
r300g: blit directly to/from GTT when transfering textures
Marek Olšák
2010-06-02
r300g: let the driver determine the GEM domain for buffer_create
Marek Olšák
2010-05-31
r300g: set correct pitch in libdrm
Marek Olšák
2010-05-13
r300g: fix texture transfers
Marek Olšák
2010-05-08
r300g: pass depth texture swizzle to the compiler if compare mode is enabled
Marek Olšák
2010-05-04
r300g: Fix memory leak on error path.
Vinson Lee
2010-05-04
r300g: advertise S3TC only when it's available in Gallium
Marek Olšák
2010-05-03
r300g: use util_format_short_name and util_format_is_plain
Marek Olšák
2010-05-03
r300g: refuse to create a texture with size 0
Marek Olšák
2010-05-03
r300g: improve texture debug output, split into TEX and TEXALLOC flags
Marek Olšák
2010-04-29
r300g: fix tests/yuvrect and possibly even rendering to YUV textures
Marek Olšák
2010-04-29
r300g: enable the RGBA16F renderbuffer too
Marek Olšák
2010-04-29
r300g: enable float textures
Marek Olšák
2010-04-29
r300g: compose swizzles from texture formats and sampler views
Marek Olšák
2010-04-27
r300g: fix mipmapped texture3D size calculation
Marek Olšák
2010-04-26
r300g: emit MSPOS regs
Marek Olšák
2010-04-20
r300g: add is_rv350 flag
Marek Olšák
2010-04-18
r300g: do not tell st that a buffer is referenced by hw
Marek Olšák
2010-04-18
r300g: various other cleanups
Marek Olšák
2010-04-18
r300g: add debugging options "notiling" and "noimmd" (for testing)
Marek Olšák
2010-04-18
r300g: always create microtiled zbuffer regardless of texture dimensions
Marek Olšák
2010-04-11
r300g: fix mipmapped 3D textures
Marek Olšák
2010-04-11
r300g: support some exotic sampler formats
Marek Olšák
2010-04-11
r300g: cleanup handling of sampler views
Marek Olšák
2010-04-11
r300g: pick up some new colorbuffer formats
Marek Olšák
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-04-10
r300g: align the height of NPOT textures to POT
Marek Olšák
2010-04-10
r300g: do not use tiling for scanout buffers
Marek Olšák
2010-04-05
r300g: enforce microtiled zbuffer from X server
Marek Olšák
2010-04-05
r300g: typecast using the r300_texture function
Marek Olšák
2010-04-05
r300g: simplify accessing screen from context
Marek Olšák
2010-04-05
r300g: is_npot -> uses_pitch
Marek Olšák
2010-04-04
r300g: fix TFP stride override.
Dave Airlie
2010-04-04
r300g: do not use the c++ template keyword
Marek Olšák
2010-04-04
r300g: properly setup textures from X server
Marek Olšák
[next]