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
/
image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/main: fix integer overflows in _mesa_image_offset
Nicolai Hähnle
2016-06-15
1
-4
/
+4
*
mesa: small optimization of _mesa_expand_bitmap()
Brian Paul
2016-02-19
1
-7
/
+4
*
mesa/image: Make _mesa_clip_readpixels() work with renderbuffers
Nanley Chery
2016-02-09
1
-5
/
+17
*
mesa: fix SwapBytes handling in numerous places
Dave Airlie
2015-09-02
1
-5
/
+53
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-37
/
+37
*
mesa: Rename the CEILING() macro to DIV_ROUND_UP().
Francisco Jerez
2015-02-10
1
-1
/
+1
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-6
/
+8
*
mesa: Add _mesa_swap2_copy and _mesa_swap4_copy
Iago Toral Quiroga
2015-01-12
1
-8
/
+17
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
st/mesa: implement BlitFramebuffer using gallium blit
Marek Olšák
2012-09-30
1
-2
/
+2
*
mesa: move _mesa_error_check_format_and_type() to glformats.c
Brian Paul
2012-07-24
1
-367
/
+0
*
mesa: move more format helper functions to glformats.c
Brian Paul
2012-07-24
1
-368
/
+1
*
mesa: move some format helper functions to glformats.c
Brian Paul
2012-07-24
1
-395
/
+0
*
mesa: add glformats integer type/format detection routines
Jordan Justen
2012-07-21
1
-76
/
+0
*
mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
2012-07-13
1
-0
/
+1
*
mesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV case
Brian Paul
2012-02-13
1
-0
/
+9
*
mesa: new _mesa_error_check_format_and_type() function
Brian Paul
2012-02-07
1
-62
/
+154
*
mesa: allow exposing GL3 without EXT_texture_integer
Marek Olšák
2012-01-25
1
-4
/
+8
*
mesa: Add missing integer R/RG cases to _mesa_is_color_format().
Eric Anholt
2012-01-24
1
-0
/
+12
*
mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.
Dave Airlie
2011-12-10
1
-0
/
+4
*
mesa: add _mesa_image_offset()
nobled
2011-12-08
1
-17
/
+50
*
mesa/image: assert on bad format
nobled
2011-12-08
1
-11
/
+9
*
mesa/image: delete dead store
nobled
2011-12-08
1
-7
/
+0
*
mesa: use malloc instead of MAX_WIDTH array in _mesa_convert_colors()
Brian Paul
2011-12-08
1
-1
/
+7
*
mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
1
-0
/
+3
*
mesa: Make _mesa_is_stencil_format() consistent with _mesa_is_depth_format().
Eric Anholt
2011-11-29
1
-1
/
+0
*
mesa: move _mesa_base_format_has_channel() into image.c
Brian Paul
2011-11-28
1
-0
/
+87
*
mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.
Dave Airlie
2011-11-28
1
-0
/
+2
*
image/pack: fix missing GL_BGR(A)_INTEGER support.
Dave Airlie
2011-11-28
1
-0
/
+2
*
image: fix legal types for packed integer formats.
Dave Airlie
2011-11-27
1
-2
/
+4
*
mesa: Include R/RG integer textures in _mesa_is_integer_format.
Eric Anholt
2011-11-15
1
-0
/
+12
*
mesa: new BYTE/SHORT_TO_FLOATZ() macros
Brian Paul
2011-11-15
1
-16
/
+0
*
mesa: move CEILING() macro into macros.h
Brian Paul
2011-11-15
1
-3
/
+0
*
mesa: consolidate cases in _mesa_components_in_format()
Brian Paul
2011-11-15
1
-28
/
+12
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-2
/
+2
*
mesa: Add GL_OES_compressed_paletted_texture formats to _mesa_is_compressed_f...
Ian Romanick
2011-09-19
1
-0
/
+13
*
mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.
Dave Airlie
2011-09-14
1
-6
/
+2
*
mesa: Remove all mention of GL_COLOR_INDEX*_EXT
Ian Romanick
2011-09-06
1
-27
/
+0
*
mesa: initial ARB_depth_buffer_float support
Marek Olšák
2011-07-10
1
-2
/
+16
*
mesa: implement EXT_packed_float
Marek Olšák
2011-04-29
1
-0
/
+11
*
mesa: implement EXT_texture_shared_exponent
Marek Olšák
2011-04-29
1
-0
/
+11
*
mesa: initial EXT_texture_snorm support
Marek Olšák
2011-03-29
1
-3
/
+25
*
mesa: add ATI_texture_compression_3dc
Marek Olšák
2011-03-08
1
-0
/
+3
*
mesa: add EXT_texture_compression_latc
Marek Olšák
2011-03-08
1
-0
/
+9
*
mesa: fix comments for _mesa_clip_readpixels()
Brian Paul
2011-02-17
1
-2
/
+2
*
mesa: fix mipmap generation for MESA_FORMAT_AL44
Marek Olšák
2011-02-16
1
-0
/
+3
[next]