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
/
mesa
/
main
/
texstore.c
Age
Commit message (
Expand
)
Author
2010-05-09
mesa: added unsigned 16-bit/channel tex format
Brian Paul
2010-05-09
mesa: added texstore function for signed 16-bit formats
Brian Paul
2010-04-26
mesa: start adding GL 3.1 signed normalized texture formats
Brian Paul
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-11
main: Fix compiler warning. No need to convert/store depthScale as GLfloat j...
Karl Schultz
2010-01-17
mesa: Use preprocessor to comment out code.
Vinson Lee
2009-12-02
mesa: Fix bad conversion in AL1616_REV texstore.
Eric Anholt
2009-11-17
AL1616: Fix cut-and-paste bug
Ian Romanick
2009-11-17
Add MESA_FORMAT_XRGB8888_REV.
Michel Dänzer
2009-11-16
Move 'static' to start of declaration to silence compiler warning
Ian Romanick
2009-11-16
AL1616: Add TexImage storage path
Ian Romanick
2009-10-29
mesa: fix _mesa_texstore_argb8888() for MESA_FORMAT_XRGB8888
Brian Paul
2009-10-29
mesa: Add MESA_FORMAT_Z24_X8.
José Fonseca
2009-10-29
mesa: move declaration to prevent unused var warning
Brian Paul
2009-10-29
mesa: Fix compilation errors and warnings when features are disabled.
Chia-I Wu
2009-10-29
mesa/main: Never return NULL in _mesa_get_texstore_func.
Chia-I Wu
2009-10-28
mesa: remove old, unused #define
Brian Paul
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-28
mesa: Fix memory leak if we run out of memory
Vinson Lee
2009-10-25
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-25
mesa: begin removing _mesa_compressed_row_stride() calls
Brian Paul
2009-10-25
mesa: simplify texture_row_stride() helper
Brian Paul
2009-10-24
mesa: minor clean-ups in _mesa_store_compressed_texsubimage2d()
Brian Paul
2009-10-24
mesa: remove hard-coded block sizes
Brian Paul
2009-10-21
mesa: added MESA_FORMAT_X8_Z24 format
Brian Paul
2009-10-06
mesa: added MESA_FORMAT_XRGB8888
Brian Paul
2009-10-06
mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffers
Brian Paul
2009-10-05
mesa: don't include texformat.h
Brian Paul
2009-10-05
mesa: lift _mesa_set_fetch_functions() calls out of drivers
Brian Paul
2009-10-01
mesa: removed gl_texture_image::CompressedSize field
Brian Paul
2009-10-01
mesa: reformatting
Brian Paul
2009-10-01
mesa: move mesa_set_fetch_functions()
Brian Paul
2009-10-01
mesa: remove gl_texture_image::IsCompressed field
Brian Paul
2009-09-30
mesa: remove MESA_FORMAT_RGBA4444
Brian Paul
2009-09-30
mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead
Brian Paul
2009-09-30
mesa: move texel fetch/store into new texfetch.[ch] files
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-28
mesa: move StoreTexImageFunc typedef to .c file
Brian Paul
2009-09-28
mesa: make individual texstore functions static
Brian Paul
2009-09-28
mesa: new _mesa_texstore() function
Brian Paul
2009-09-27
mesa: sort texstore_funcs[] array, remove search loop
Brian Paul
2009-09-27
mesa: use more mesa format functions
Brian Paul
2009-09-27
mesa: use new look-up table to get texel fetch/store funcs
Brian Paul
2009-09-27
mesa: minor clean-up in _mesa_texstore_srgb8()
Brian Paul
2009-09-27
mesa: use _mesa_get_texstore_func() to get texture image store func
Brian Paul
2009-09-26
mesa: move _mesa_get_texstore_func() to texstore.c
Brian Paul
[next]