index
:
android_frameworks_rs
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
jellybean
jellybean-stable
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
driver
/
rsdGL.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Specify EGL_PBUFFER_BIT when selecting EGL configuration."
Jason Sams
2015-03-05
1
-1
/
+1
|
\
|
*
Specify EGL_PBUFFER_BIT when selecting EGL configuration.
jon.parr
2014-05-08
1
-1
/
+1
*
|
resolved conflicts for merge of 81cfa2c5 to lmp-dev-plus-aosp
Stephen Hines
2014-08-21
1
-25
/
+25
|
\
\
|
*
|
Replace NULL macros with nullptr literals.
Chris Wailes
2014-08-20
1
-25
/
+25
|
|
/
*
|
am 43822964: am 693494d8: Merge "Make RS compile on ARM64."
Tim Murray
2014-03-15
1
-2
/
+3
|
\
|
|
*
Make RS compile on ARM64.
Tim Murray
2014-03-13
1
-2
/
+3
*
|
FramebufferNativeWindow.h is obsolete
Andy McFadden
2014-03-05
1
-1
/
+0
|
/
*
revert to using a pbuffer as the dummy egl surface
Mathias Agopian
2013-07-16
1
-12
/
+6
*
USAGE_IO notifications for new buffers.
Jason Sams
2013-04-11
1
-2
/
+0
*
Refactoring: Rename SurfaceTextureClient to Surface
Mathias Agopian
2013-02-15
1
-2
/
+2
*
Rename ISurfaceTexture and SurfaceTexture
Andy McFadden
2012-12-18
1
-1
/
+1
*
Fix leak when app does not exit cleanly.
Jason Sams
2012-05-08
1
-0
/
+1
*
Implement IO_OUTPUT + SurfaceTexture
Jason Sams
2012-04-02
1
-14
/
+27
*
rsdGL explicity connects the DummyConsumer
Daniel Lam
2012-03-29
1
-1
/
+1
*
rsdGL uses DummyConsumer
Daniel Lam
2012-03-26
1
-2
/
+6
*
More header untangling.
Alex Sakhartchouk
2012-03-09
1
-0
/
+1
*
Merge "Add multisampling support to renderscript."
Alex Sakhartchouk
2012-03-05
1
-10
/
+34
|
\
|
*
Add multisampling support to renderscript.
Alex Sakhartchouk
2012-02-28
1
-10
/
+34
*
|
Merge "Using surface texture as a default renderscript surface."
Alex Sakhartchouk
2012-03-05
1
-6
/
+9
|
\
|
|
*
Using surface texture as a default renderscript surface.
Alex Sakhartchouk
2012-02-28
1
-6
/
+9
*
|
Merge "Removing GL calls from librs"
Alex Sakhartchouk
2012-02-27
1
-0
/
+34
|
\
\
|
|
/
|
/
|
|
*
Removing GL calls from librs
Alex Sakhartchouk
2012-02-24
1
-0
/
+34
*
|
remove dependency on android_native{s_priv|buffer}.h
Mathias Agopian
2012-02-24
1
-1
/
+2
*
|
remove libui dependency on libEGL
Mathias Agopian
2012-02-24
1
-1
/
+23
|
/
*
Merge commit 'bdeec118' into manualmerge
Jason Sams
2012-02-07
1
-0
/
+2
|
\
|
*
Implement RS VSync on new vsync infrastructure.
Jason Sams
2012-02-07
1
-0
/
+2
*
|
am dfbcee6c: fix build
Mathias Agopian
2012-01-29
1
-2
/
+2
|
\
|
|
*
fix build
Mathias Agopian
2012-01-29
1
-2
/
+2
*
|
Plumbing for RS priority.
Jason Sams
2012-01-12
1
-0
/
+10
|
/
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-14
/
+14
*
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-12
/
+12
*
Cleanup RS logs
Jason Sams
2011-09-20
1
-4
/
+1
*
Add RS watchdog.
Jason Sams
2011-09-13
1
-7
/
+25
*
Fix EGLUtils::selectConfigForPixelFormat()
Mathias Agopian
2011-07-08
1
-13
/
+67
*
First cut at RSTextureView.
Jason Sams
2011-06-20
1
-0
/
+5
*
Adding ability to read back fbo data to renderscript
Alex Sakhartchouk
2011-06-16
1
-0
/
+2
*
Preparing libRS for for compilation on host.
Alex Sakhartchouk
2011-05-17
1
-2
/
+2
*
rsLib cleanup
Alex Sakhartchouk
2011-05-06
1
-3
/
+24
*
Moving renderscript GL code into the HAL
Alex Sakhartchouk
2011-04-29
1
-0
/
+11
*
Merge "Reduce verbosity of Renderscript logging."
Stephen Hines
2011-04-20
1
-1
/
+5
|
\
|
*
Reduce verbosity of Renderscript logging.
Stephen Hines
2011-04-20
1
-1
/
+5
*
|
Create runtime stubs for compute driver.
Jason Sams
2011-04-20
1
-5
/
+5
|
/
*
Migrate most GL from context to driver.
Jason Sams
2011-04-06
1
-0
/
+333