index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
gui
/
SurfaceTexture.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
surfacetexture: Add option for choosing texture target on old Adrenos
Arne Coucheron
2012-05-20
1
-1
/
+12
*
Merge remote-tracking branch 'github/kali' into ics
Ricardo Cerqueira
2012-05-14
1
-15
/
+0
|
\
|
*
Revert "Select texture target based on pixel format"
Giulio Cervera
2012-04-24
1
-15
/
+0
*
|
SurfaceTexture: Reset buffer values on disconnect.
Chetan Kalyan
2012-05-06
1
-0
/
+7
|
/
*
Remove 'Bypass Texture Creation' hack in frameworks
Neti Ravi Kumar
2012-03-23
1
-4
/
+2
*
SurfaceTexture: Initialize S3D format member variable to 0
Neti Ravi Kumar
2012-03-23
1
-0
/
+3
*
Surfaceflinger: Modify setFormat() API to set 3D format.
Neti Ravi Kumar
2012-03-23
1
-6
/
+11
*
Select texture target based on pixel format
Neti Ravi Kumar
2012-03-23
1
-1
/
+13
*
Support triple application buffers
Jeykumar Sankaran
2012-03-23
1
-0
/
+5
*
Fix 'Avoid Binding Texture' logic in SurfaceTexture & SurfaceFlinger
Neti Ravi Kumar
2012-03-03
1
-2
/
+2
*
SurfaceTexture: Avoid binding texture if format not supported in GPU HW
Harshad Bhutada
2012-03-03
1
-17
/
+9
*
SurfaceFlinger: Set the buffer size in the GraphicBufferAlloc
Naomi Luis
2012-03-03
1
-14
/
+10
*
Remove double qcom ifdef
Giulio Cervera
2012-01-21
1
-6
/
+4
*
SurfaceFlinger: Remove the old GraphicBuffer reference
Naomi Luis
2012-01-19
1
-0
/
+5
*
Hold a reference to the allocated buffers in GraphicBufferAlloc
Naomi Luis
2012-01-12
1
-0
/
+6
*
frameworks: base: clean up after merge of qcom stuffs and mass ifdeforama
toastcfh
2011-12-20
1
-1
/
+3
*
SurfaceTexture: Add support to update the buffer geometry
Naomi Luis
2011-12-20
1
-6
/
+42
*
Add support for drawing non-GPU supported buffers.
Naomi Luis
2011-12-20
1
-0
/
+17
*
SurfaceTexture: Add support for setting the buffer size.
Naomi Luis
2011-12-20
1
-0
/
+15
*
SurfaceTexture: Add Qcom perform function.
Naomi Luis
2011-12-20
1
-0
/
+12
*
SurfaceTexture: dequeueBuffer hack for older EGL blobs
Ricardo Cerqueira
2011-12-17
1
-0
/
+26
*
SurfaceTexture: fix a verbose-log compile error
Jamie Gennis
2011-12-09
1
-2
/
+2
*
SurfaceTexture: add EGL_KHR_fence_sync option
Jamie Gennis
2011-11-29
1
-166
/
+233
*
Merge "don't report an error when disconnecting from an abandoned surfacetext...
Mathias Agopian
2011-11-21
1
-2
/
+3
|
\
|
*
don't report an error when disconnecting from an abandoned surfacetexture
Mathias Agopian
2011-11-18
1
-2
/
+3
*
|
Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1
Mathias Agopian
2011-11-21
1
-3
/
+7
|
\
\
|
*
|
enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices
Mathias Agopian
2011-11-18
1
-3
/
+7
|
|
/
*
|
EGL: default to swap interval 1
Jamie Gennis
2011-11-21
1
-0
/
+5
|
/
*
Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1
Jamie Gennis
2011-11-17
1
-0
/
+5
|
\
|
*
SurfaceTexture: fix a bug with buffer reallocation
Jamie Gennis
2011-11-17
1
-0
/
+5
*
|
Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into i...
Mathias Agopian
2011-11-16
1
-7
/
+3
|
\
\
|
*
|
Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"
Mathias Agopian
2011-11-16
1
-7
/
+3
|
|
/
*
|
Merge "SurfaceTexture: Fix to return the oldest of free buffers to Client on ...
Jamie Gennis
2011-11-16
1
-5
/
+17
|
\
\
|
|
/
|
/
|
|
*
SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue...
Sunita Nadampalli
2011-11-15
1
-5
/
+17
*
|
enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices
Mathias Agopian
2011-11-14
1
-3
/
+7
|
/
*
SurfaceTexture: various logging improvements
Jamie Gennis
2011-11-01
1
-16
/
+32
*
SurfaceTexture: parameterize the texture target
Jamie Gennis
2011-09-30
1
-7
/
+8
*
SurfaceTexture: add name support
Jamie Gennis
2011-09-22
1
-60
/
+85
*
cleanup: fix typos in logs
Mathias Agopian
2011-09-16
1
-1
/
+1
*
make sure to re-initialize SurfaceTexture to its default state on disconnect
Mathias Agopian
2011-08-25
1
-1
/
+4
*
don't return the current buffer from dequeueBuffer
Mathias Agopian
2011-08-17
1
-4
/
+23
*
fix a small race condition when returning the default width/height of a Surfa...
Mathias Agopian
2011-08-17
1
-5
/
+4
*
Revert "error out when SurfaceTexture APIs are called while not connected"
Dave Burke
2011-08-11
1
-28
/
+0
*
fix a crasher in SurfaceTexture::updateTexImage()
Mathias Agopian
2011-08-10
1
-25
/
+56
*
rework dequeueBuffer()'s main loop.
Mathias Agopian
2011-08-10
1
-32
/
+34
*
error out when SurfaceTexture APIs are called while not connected
Mathias Agopian
2011-08-10
1
-6
/
+36
*
fix a crasher in dumpsys
Mathias Agopian
2011-08-09
1
-4
/
+10
*
free all buffers when ANativeWindow::disconnect is called
Mathias Agopian
2011-08-08
1
-0
/
+1
*
return correct value from query after connecting a surface
Mathias Agopian
2011-08-08
1
-1
/
+5
*
Merge "improve dumpsys SurfaceFlinger output"
Mathias Agopian
2011-08-08
1
-3
/
+8
|
\
[next]