summaryrefslogtreecommitdiff
path: root/core/jni/android/opengl/util.cpp
AgeCommit message (Expand)Author
2019-09-10Create C API for accessing android.graphics.Bitmap in native code.Derek Sollenberger
2019-07-16Update includes to begin isolating graphics classes.Derek Sollenberger
2019-04-01Use libnativehelper to get access to NIO buffer internalsOrion Hodson
2019-03-27Pass Bitmap's native instance to JNI where feasibleLeon Scroggins III
2018-10-31[GLUtils] Return the correct pixel format for GL_SRGB8_ALPHA8.Peiyong Lin
2018-09-24[GLUtils] Add support for GL_SRGB8_ALPHA8.Peiyong Lin
2018-02-26Fix texture image internalformat/type validation.Nicolas Capens
2018-01-19[GLUtils] Pass the correct format into glTexImage2D and glTexSubImage2D.Peiyong Lin
2018-01-17[GLUtils] Use GL_* types for FP16 bitmap.Peiyong Lin
2017-12-19Update GLUtils to support F16Leon Scroggins III
2017-07-20Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5...Steven Moreland
2017-07-20Merge "frameworks/base: use proper nativehelper headers" am: 826eafd958 am: 5...Steven Moreland
2017-07-19frameworks/base: use proper nativehelper headersSteven Moreland
2017-07-18Remove references to (unused) colortablesMike Reed
2017-07-12Remove more references to kIndex_8Leon Scroggins III
2017-06-23Merge "Replace MallocHelper with std::unique_ptr." am: 8330d5212d am: 6dfb0ca3d5Elliott Hughes
2017-06-21Replace MallocHelper with std::unique_ptr.Elliott Hughes
2017-04-18bitmaps and pixelrefs no longer need lock/unlockMike Reed
2015-10-06Remove GLTrace supportPablo Ceballos
2015-09-24resolved conflicts for a884d81e to stage-aosp-masterElliott Hughes
2015-09-22constify JNINativeMethod function pointer tablesDaniel Micay
2015-05-13Replace JNI primitive array critical calls with non-critical ones.Hiroshi Yamauchi
2015-05-12Replace JNI primitive array critical calls with non-critical ones.Hiroshi Yamauchi
2015-04-30Change how Java Bitmaps are accessed in a few placesJohn Reck
2015-04-20Revert "Change how Java Bitmaps are accessed in a few places"John Reck
2015-04-13Change how Java Bitmaps are accessed in a few placesJohn Reck
2015-03-05Cleanup Bitmap JNI attempt #2John Reck
2015-03-05Revert "Cleanup Bitmap JNI"Chad Jones
2015-03-05Cleanup Bitmap JNIJohn Reck
2015-01-06Merge frameworks/base changes from master-skia to master.Mike Reed
2014-11-21Frameworks/base: Consistency in core/jniAndreas Gampe
2014-11-20Fix clang warnings in core/jni.Dan Albert
2014-11-13Frameworks/base: Wall Werror in core/jniAndreas Gampe
2014-07-08SkBitmap::Config is deprecated, use SkColorTypeMike Reed
2014-02-27Fix includes so that they no longer rely on the global Skia includes director...Derek Sollenberger
2014-01-28AArch64: Make graphics classes 64-bit compatibleAshok Bhat
2014-01-27Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath
2014-01-27AArch64: Make graphics classes 64-bit compatibleAshok Bhat
2013-12-03Call SkBitmap::config() instead of ::getConfig()Leon Scroggins III
2013-11-20framework changes needed to support Skia at r12108.Derek Sollenberger
2012-12-19DdmServer: add controls for OpenGL tracingSiva Velusamy
2012-03-09Expose a function to set OpenGL Trace level.Siva Velusamy
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block
2011-04-07Use jniThrowException for exception throwing from native code.Elliott Hughes
2009-12-31A library for encoding and decoding ETC1 textures.Jack Palevich
2009-08-31Change util_texSubImage2D to call glCompressedTexImage2D correctly.Jack Palevich
2009-03-24Automated import from //branches/master/...@141860,141860Jack Palevich
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project