index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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/texstore: Use Driver.CompressedTexSubImage in the default CompressedTexI...
Nanley Chery
2016-04-15
1
-5
/
+5
*
mesa: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-3
/
+0
*
mesa: simple whitespace fix in texstore.c
Brian Paul
2015-10-20
1
-0
/
+2
*
mesa: make memcpy_texture() non-static
Brian Paul
2015-10-20
1
-20
/
+20
*
mesa: fix SwapBytes handling in numerous places
Dave Airlie
2015-09-02
1
-11
/
+17
*
mesa: create multisample fallback textures like normal textures
Marek Olšák
2015-08-26
1
-0
/
+2
*
mesa/formats: remove compressed formats from matching function
Nanley Chery
2015-08-25
1
-1
/
+1
*
mesa: reset the source packing when creating temp transfer image
Ilia Mirkin
2015-07-01
1
-0
/
+1
*
mesa: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
1
-1
/
+0
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-29
/
+29
*
mesa: move assertion after declarations in texstore.c
Brian Paul
2015-02-16
1
-1
/
+1
*
mesa: Fix element count for byte-swaps in texstore, readpix and texgetimage
Iago Toral Quiroga
2015-02-16
1
-5
/
+9
*
mesa: Handle transferOps in texstore_rgba
Iago Toral Quiroga
2015-02-16
1
-5
/
+52
*
mesa: Remove _mesa_make_temp_float_image
Iago Toral Quiroga
2015-01-12
1
-134
/
+0
*
mesa: Remove _mesa_make_temp_ubyte_image
Iago Toral Quiroga
2015-01-12
1
-135
/
+6
*
mesa: Use _mesa_format_convert to implement texstore_rgba.
Iago Toral Quiroga
2015-01-12
1
-613
/
+70
*
mesa: Expose compute_component_mapping as _mesa_compute_component_mapping
Iago Toral Quiroga
2015-01-12
1
-207
/
+9
*
mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORM
Jason Ekstrand
2015-01-12
1
-1
/
+1
*
mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()
Brian Paul
2014-12-01
1
-1
/
+1
*
mesa/main: Fix tmp_row memory leak in texstore_rgba_integer.
Siavash Eliasi
2014-11-18
1
-1
/
+3
*
main: Don't leak temporary texture rows
Jason Ekstrand
2014-09-02
1
-0
/
+4
*
mesa: minor improvements to _mesa_compute_compressed_pixelstore()
Brian Paul
2014-08-16
1
-7
/
+17
*
mesa/texstore: Don't use the _mesa_swizzle_and_convert if we need transfer ops
Jason Ekstrand
2014-08-13
1
-0
/
+3
*
mesa: fix texstore with GL_COLOR_INDEX data
Roland Scheidegger
2014-08-14
1
-0
/
+3
*
mesa: Add texstore functions for BPTC-compressed textures
Neil Roberts
2014-08-12
1
-0
/
+10
*
mesa/texstore: Add a generic rgba integer texture upload path
Jason Ekstrand
2014-08-05
1
-479
/
+73
*
mesa/texstore: Add a generic float/normalized rgba texture upload path
Jason Ekstrand
2014-08-05
1
-1906
/
+98
*
mesa/texstore: Use _mesa_swizzle_and_convert when possible
Jason Ekstrand
2014-08-05
1
-15
/
+171
*
main/texstore: Split texture storage into three functions
Jason Ekstrand
2014-08-05
1
-71
/
+100
*
texstore: Add a generic implementation of GL_ARB_clear_texture
Neil Roberts
2014-07-23
1
-0
/
+72
*
mesa: Don't use memcpy() in _mesa_texstore() for float depth texture data
Anuj Phogat
2014-07-21
1
-0
/
+15
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-78
/
+0
*
mesa: Compute proper strides for compressed texture pixel storage.
Chris Forbes
2014-06-10
1
-0
/
+35
*
mesa: Extract computation of compressed pixel store params
Chris Forbes
2014-06-10
1
-14
/
+33
*
mesa: move declarations before code in texstore.c
Brian Paul
2014-05-01
1
-8
/
+7
*
mesa: Remove redundant if checks in _mesa_texstore_xx_xx() functions
Anuj Phogat
2014-05-01
1
-89
/
+80
*
mesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstore_xx_xx() functions
Anuj Phogat
2014-05-01
1
-2
/
+4
*
mesa: Add missing types in _mesa_texstore_xx_xx() functions
Anuj Phogat
2014-05-01
1
-2
/
+6
*
mesa: use _mesa_get_srgb_format_linear() in sRGB texstore functions
Brian Paul
2014-04-11
1
-25
/
+5
*
mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGB
Chris Forbes
2014-04-01
1
-4
/
+6
*
mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM
Brian Paul
2014-03-10
1
-2
/
+2
*
mesa: add MESA_FORMAT_R8G8B8A8_SRGB
Brian Paul
2014-03-06
1
-0
/
+3
*
mesa: add MESA_FORMAT_B8G8R8X8_SRGB
Chia-I Wu
2014-03-06
1
-4
/
+13
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-4
/
+4
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
1
-32
/
+32
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
1
-48
/
+48
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
1
-67
/
+67
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-78
/
+78
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-67
/
+67
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-36
/
+36
[next]