index
:
sdk.git
replicant-4.2
replicant-6.0
sdk
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
emulator
/
opengl
/
host
/
libs
Commit message (
Expand
)
Author
Age
Files
Lines
*
emulator/opengl: Fix pixelDataSize() ambiguity.
David 'Digit' Turner
2014-11-28
2
-11
/
+11
*
emulator/opengl: Update declarations to fix const issue.
David 'Digit' Turner
2014-11-28
6
-8
/
+10
*
Merge "handles glGetFloatv with GL_STENCIL_VALUE_MASK etc"
bohu
2014-11-18
1
-0
/
+14
|
\
|
*
handles glGetFloatv with GL_STENCIL_VALUE_MASK etc
bohu
2014-11-17
1
-0
/
+14
*
|
Merge "Properly handle shader program deletion"
bohu
2014-11-18
3
-1
/
+42
|
\
\
|
|
/
|
/
|
|
*
Properly handle shader program deletion
bohu
2014-11-06
3
-1
/
+42
*
|
Correctly set error code
bohu
2014-11-06
2
-4
/
+28
|
/
*
Merge "Properly handle shader deletion"
bohu
2014-11-06
3
-3
/
+61
|
\
|
*
Properly handle shader deletion
bohu
2014-10-28
3
-3
/
+61
*
|
Merge "Detach texture or renderbuffer when deleting them"
bohu
2014-11-06
2
-1
/
+29
|
\
\
|
*
|
Detach texture or renderbuffer when deleting them
bohu
2014-10-29
2
-1
/
+29
|
|
/
*
|
Merge "Validate glClear mask"
bohu
2014-11-06
1
-0
/
+3
|
\
\
|
*
|
Validate glClear mask
bohu
2014-10-28
1
-0
/
+3
|
|
/
*
|
Merge "Check and return correct error code"
bohu
2014-11-06
1
-3
/
+5
|
\
\
|
*
|
Check and return correct error code
bohu
2014-10-29
1
-3
/
+5
|
|
/
*
|
Merge changes I8cc8fdb0,I750f95f2,Ibab92ab3,Ib11fd06a,I9abc3f9a
David 'Digit' Turner
2014-10-31
12
-9
/
+15
|
\
\
|
*
|
emulator/opengl/emugen: Add new 'flushOnEncode' entry point flag.
David 'Digit' Turner
2014-10-31
1
-0
/
+3
|
*
|
emulator/opengl: Fix glShaderSource() signature.
David 'Digit' Turner
2014-10-31
10
-9
/
+10
|
*
|
emulator/opengl: Remove compiler warnings.
David 'Digit' Turner
2014-10-30
1
-0
/
+2
|
|
/
*
|
validate glBufferData's usage parameter
bohu
2014-10-29
3
-0
/
+12
|
/
*
Merge "Handle empty data parameter in glTexSubImage2D"
bohu
2014-10-21
1
-1
/
+1
|
\
|
*
Handle empty data parameter in glTexSubImage2D
bohu
2014-10-17
1
-1
/
+1
*
|
Merge "Handle empty length parameter on decoder side"
bohu
2014-10-21
1
-0
/
+1
|
\
\
|
*
|
Handle empty length parameter on decoder side
bohu
2014-10-17
1
-0
/
+1
|
|
/
*
|
Properly reset source code buffer
bohu
2014-10-17
1
-0
/
+1
|
/
*
emulator/opengl/emugen: Remove accessor functions.
David 'Digit' Turner
2014-09-25
3
-54
/
+54
*
emulator/opengl/emugl: Remove ispointer field from types definitions.
David 'Digit' Turner
2014-09-13
3
-81
/
+80
*
emulator/opengl: Cleanup build files + remove obsolete tests.
David 'Digit' Turner
2014-08-27
8
-84
/
+56
*
emulator/opengl: Remove out-of-process handling code.
David 'Digit' Turner
2014-07-09
5
-131
/
+9
*
emulator/opengl: refactor Thread class.
David 'Digit' Turner
2014-07-09
5
-13
/
+11
*
emulator/opengl: refactor shared library handling.
David 'Digit' Turner
2014-07-09
9
-21
/
+23
*
emulator/opengl: Add global lock to libOpenglRender.
David 'Digit' Turner
2014-07-08
4
-14
/
+17
*
emulator/opengl: Prepare for 64-bit build changes.
David 'Digit' Turner
2014-06-11
8
-8
/
+8
*
emulator/opengl: Fix compilation with Mingw64 toolchain.
David 'Digit' Turner
2014-06-04
1
-2
/
+2
*
emulator/opengl: Fix GPU emulation library crash on Windows.
David 'Digit' Turner
2014-06-04
1
-2
/
+2
*
opengl: rcOpenColorBuffer must be synchronous
Jesse Hall
2014-05-27
5
-6
/
+22
*
emulator/opengl: A few debugging, stability improvements to emugl
Ken Mixter
2014-05-21
2
-2
/
+2
*
emulator/opengl: Fix GCC 4.8 warnings.
David 'Digit' Turner
2014-04-28
3
-27
/
+27
*
emulator/opengl: Backport fixes from master branch.
David 'Digit' Turner
2014-04-17
2
-1
/
+15
*
emulator/opengl: Fix misc. compiler warnings.
David 'Digit' Turner
2014-04-01
7
-35
/
+27
*
emulator/opengl: Fix Windows EGL queryConfigs().
David 'Digit' Turner
2014-04-01
1
-2
/
+2
*
emulator/opengl: Fix eglWaitGL implementation.
David 'Digit' Turner
2014-04-01
1
-1
/
+3
*
emulator/opengl: Allow standalone build.
David 'Digit' Turner
2014-03-11
9
-62
/
+186
*
emulator/opengl: Remove libcutils/libutils/liblog
David 'Digit' Turner
2014-03-11
2
-4
/
+4
*
emulator/opengl: Remove Android-specific thread_store.
David 'Digit' Turner
2014-03-11
3
-35
/
+73
*
emulator/opengl: Remove android::Mutex.
David 'Digit' Turner
2014-03-11
22
-185
/
+145
*
emulator/opengl: Remove compiler warnings
David 'Digit' Turner
2014-03-06
3
-7
/
+1
*
emulator/opengl: Refactor SmartPtr implementation.
David 'Digit' Turner
2014-01-21
12
-186
/
+25
*
emulator/opengl: Prepare out-of-platform build with SDL.
David 'Digit' Turner
2014-01-18
1
-0
/
+282
*
emulator/opengl: Get rid of all compiler warnings (Linux).
David 'Digit' Turner
2014-01-18
10
-63
/
+74
[next]