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
/
mesa
/
main
/
texstore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
1
-0
/
+1
*
mesa: preserve 10 bits of precision in the texstore general path for ARGB2101010
Marek Olšák
2011-01-04
1
-13
/
+19
*
mesa: implement new texture format I16
Marek Olšák
2010-12-23
1
-2
/
+4
*
mesa: implement new texture format L16
Marek Olšák
2010-12-23
1
-2
/
+4
*
mesa: implement new texture format A16
Marek Olšák
2010-12-23
1
-6
/
+7
*
mesa: implement new texture format AL44
Marek Olšák
2010-12-23
1
-0
/
+47
*
mesa: implement new texture format ARGB2101010
Marek Olšák
2010-12-23
1
-0
/
+75
*
mesa: fix error messages and minor reindenting
Brian Paul
2010-11-16
1
-6
/
+9
*
mesa: implement uint texstore code
Brian Paul
2010-11-07
1
-24
/
+127
*
mesa: pixel transfer ops do not apply to integer-valued textures
Brian Paul
2010-10-28
1
-30
/
+52
*
mesa: fix incorrect type in _mesa_texstore_rgba_int16()
Brian Paul
2010-10-28
1
-1
/
+1
*
mesa: split up the image.c file
Brian Paul
2010-10-23
1
-0
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-19
/
+19
*
mesa: reformatting, comments, code movement
Brian Paul
2010-10-12
1
-78
/
+99
*
mesa: remove assertion w/ undeclared variable texelBytes
Brian Paul
2010-10-12
1
-1
/
+0
*
mesa: improve texstore for 8/24 formats and add texstore for S8.
Dave Airlie
2010-10-13
1
-119
/
+144
*
ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats
Ian Romanick
2010-10-01
1
-30
/
+131
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
1
-187
/
+23
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-07-30
1
-1
/
+0
*
mesa: initial support for unnormalized integer texture formats
Brian Paul
2010-07-05
1
-0
/
+394
*
mesa: added unsigned 16-bit/channel tex format
Brian Paul
2010-05-09
1
-1
/
+66
*
mesa: added texstore function for signed 16-bit formats
Brian Paul
2010-05-09
1
-4
/
+74
*
mesa: start adding GL 3.1 signed normalized texture formats
Brian Paul
2010-04-26
1
-1
/
+152
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-10
/
+10
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-31
/
+31
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
1
-2
/
+2
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
main: Fix compiler warning. No need to convert/store depthScale as GLfloat j...
Karl Schultz
2010-02-11
1
-2
/
+2
*
mesa: Use preprocessor to comment out code.
Vinson Lee
2010-01-17
1
-2
/
+2
*
mesa: Fix bad conversion in AL1616_REV texstore.
Eric Anholt
2009-12-02
1
-8
/
+12
*
AL1616: Fix cut-and-paste bug
Ian Romanick
2009-11-17
1
-2
/
+2
*
Add MESA_FORMAT_XRGB8888_REV.
Michel Dänzer
2009-11-17
1
-3
/
+8
*
Move 'static' to start of declaration to silence compiler warning
Ian Romanick
2009-11-16
1
-1
/
+1
*
AL1616: Add TexImage storage path
Ian Romanick
2009-11-16
1
-0
/
+73
*
mesa: fix _mesa_texstore_argb8888() for MESA_FORMAT_XRGB8888
Brian Paul
2009-10-29
1
-1
/
+1
*
mesa: Add MESA_FORMAT_Z24_X8.
José Fonseca
2009-10-29
1
-1
/
+40
*
mesa: move declaration to prevent unused var warning
Brian Paul
2009-10-29
1
-1
/
+1
*
mesa: Fix compilation errors and warnings when features are disabled.
Chia-I Wu
2009-10-29
1
-11
/
+10
*
mesa/main: Never return NULL in _mesa_get_texstore_func.
Chia-I Wu
2009-10-29
1
-3
/
+25
*
mesa: remove old, unused #define
Brian Paul
2009-10-28
1
-2
/
+0
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-686
/
+519
|
\
|
*
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-25
1
-16
/
+0
|
*
mesa: begin removing _mesa_compressed_row_stride() calls
Brian Paul
2009-10-25
1
-2
/
+2
|
*
mesa: simplify texture_row_stride() helper
Brian Paul
2009-10-25
1
-10
/
+1
|
*
mesa: minor clean-ups in _mesa_store_compressed_texsubimage2d()
Brian Paul
2009-10-24
1
-4
/
+5
|
*
mesa: remove hard-coded block sizes
Brian Paul
2009-10-24
1
-5
/
+9
|
*
mesa: added MESA_FORMAT_X8_Z24 format
Brian Paul
2009-10-21
1
-0
/
+36
|
*
mesa: added MESA_FORMAT_XRGB8888
Brian Paul
2009-10-06
1
-4
/
+19
|
*
mesa: added MESA_FORMAT_SIGNED_RGBA_16 for accum buffers
Brian Paul
2009-10-06
1
-0
/
+1
[next]