index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
rs
/
rsScriptC_LibGL.cpp
Age
Commit message (
Expand
)
Author
2012-03-28
Moving libRS
Alex Sakhartchouk
2012-03-09
More header untangling.
Alex Sakhartchouk
2012-02-24
Removing GL calls from librs
Alex Sakhartchouk
2012-01-10
Merge "Now utilizing ability to bind constants. Fixing small copy/paste typo....
Alex Sakhartchouk
2012-01-10
Merge "Adding ability to bind constants to shaders." into graphics-dev
Alex Sakhartchouk
2012-01-10
Now utilizing ability to bind constants.
Alex Sakhartchouk
2012-01-10
Adding ability to bind constants to shaders.
Alex Sakhartchouk
2012-01-09
resolved conflicts for merge of 08289f55 to graphics-dev
Steve Block
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2011-11-17
am 50445568: Merge "Fixing FBO font rendering bug that resulted from using ol...
Alex Sakhartchouk
2011-11-16
Fixing FBO font rendering bug that resulted from using old surface size.
Alex Sakhartchouk
2011-11-10
Path rendering
Jason Sams
2011-09-13
Add RS watchdog.
Jason Sams
2011-05-06
rsLib cleanup
Alex Sakhartchouk
2011-04-29
Moving renderscript GL code into the HAL
Alex Sakhartchouk
2011-04-20
Create runtime stubs for compute driver.
Jason Sams
2011-04-01
First draft of fbo in renderscript.
Alex Sakhartchouk
2011-03-17
Migrate thread launch to driver.
Jason Sams
2011-03-01
Almost all warnings are now errors in RS build.
Stephen Hines
2010-12-20
Clean up Allocation buffer object api.
Jason Sams
2010-12-15
Fix mipmap bug introduced with Allocation cleanup.
Jason Sams
2010-11-17
Create holder inner class for pushing context state.
Jason Sams
2010-11-10
Code cleanup to make formatting consistent
Alex Sakhartchouk
2010-11-08
Moving attrib creation to Mesh. Adding arrays as shader inputs.
Alex Sakhartchouk
2010-11-01
Add code to mark functions rather than whole files as threadable.
Jason Sams
2010-10-05
Adding text metrics to renderscript.
Alex Sakhartchouk
2010-10-01
fixing bugs 3053960, 3044804, 3044798
Alex Sakhartchouk
2010-09-30
Add object validity checking.
Jason Sams
2010-09-29
More robust attribute binding
Alex Sakhartchouk
2010-09-23
Adding support for all allowed textures.
Alex Sakhartchouk
2010-09-01
Remove ACC and other legacy bits from RS.
Jason Sams
2010-08-16
Added frustum plane extraction and sphere culling code.
Alex Sakhartchouk
2010-08-13
Adding bounding box computation.
Alex Sakhartchouk
2010-08-05
Support constant and varying colors in ProgramFragment.
Jason Sams
2010-08-04
Added ability to set font color.
Alex Sakhartchouk
2010-07-29
Cleanup of signed/unsigned
Jason Sams
2010-07-28
Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()
Jim Miller
2010-07-02
Cleanup pass on the mesh api change.
Alex Sakhartchouk
2010-07-01
Start of mesh API cleanup.
Alex Sakhartchouk
2010-06-24
Adding freetype font rendering to renderscript.
Alex Sakhartchouk
2010-06-18
Fountain example cleanup.
Jason Sams
2010-06-17
Remove legacy drawing functions.
Jason Sams
2010-06-15
Remove InvokeData and add ContextFinish to generate a sync point.
Jason Sams
2010-06-01
Remove RS_KIND from vertex arrays types.
Jason Sams
2010-05-20
Remove noise functions and update images processing to use new rs namespace n...
Jason Sams
2010-05-19
Begin naming cleanup for renderscript runtime.
Jason Sams
2010-05-18
Split ScriptC Lib into CL, GL, and basic.
Jason Sams