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
/
rsProgramFragment.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Array type and allocation support
Jason Sams
2015-01-12
1
-1
/
+1
*
Replace NULL macros with nullptr literals.
Chris Wailes
2014-08-20
1
-5
/
+5
*
Work-around 64bit build issues.
Ian Rogers
2014-01-29
1
-6
/
+7
*
Remove internal element builder and vector code.
Jason Sams
2013-07-09
1
-4
/
+5
*
Remove unnecessary string operations.
Jason Sams
2013-07-08
1
-8
/
+9
*
Add support for YUV allocations.
Jason Sams
2013-01-09
1
-1
/
+1
*
Move memory layout to driver.
Jason Sams
2012-07-25
1
-1
/
+3
*
Plumb context through for serialization.
Jason Sams
2012-07-24
1
-1
/
+1
*
Piping texture names through shader builder.
Alex Sakhartchouk
2012-02-15
1
-9
/
+16
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-4
/
+4
*
Remove ObjBaseRef from the hal struct
Alex Sakhartchouk
2011-10-18
1
-2
/
+2
*
Fixing asynchronous performance issues.
Alex Sakhartchouk
2011-08-16
1
-7
/
+7
*
More work to make libRS buildable on the host.
Alex Sakhartchouk
2011-06-03
1
-2
/
+2
*
Start splitting allocation into hal and core.
Jason Sams
2011-05-26
1
-2
/
+2
*
rsLib cleanup
Alex Sakhartchouk
2011-05-06
1
-3
/
+1
*
Code Cleanup and better Sampler creation method
Alex Sakhartchouk
2011-05-04
1
-1
/
+0
*
Moving renderscript GL code into the HAL
Alex Sakhartchouk
2011-04-29
1
-97
/
+9
*
Cleaning up the serialization change.
Alex Sakhartchouk
2011-01-31
1
-6
/
+2
*
Allocation API update.
Jason Sams
2010-12-08
1
-1
/
+1
*
More error checks
Jason Sams
2010-11-22
1
-3
/
+3
*
Support for cubemaps.
Alex Sakhartchouk
2010-11-18
1
-10
/
+17
*
Code cleanup to make formatting consistent
Alex Sakhartchouk
2010-11-10
1
-33
/
+19
*
Moving attrib creation to Mesh. Adding arrays as shader inputs.
Alex Sakhartchouk
2010-11-08
1
-4
/
+6
*
Begin adding async allocation creation.
Jason Sams
2010-10-26
1
-4
/
+1
*
Fix refcounting bugs where the sys refcount
Jason Sams
2010-10-21
1
-5
/
+2
*
changing vec4 to vec2 for perf reasons.
Alex Sakhartchouk
2010-10-06
1
-1
/
+1
*
fixing bugs 3053960, 3044804, 3044798
Alex Sakhartchouk
2010-10-01
1
-0
/
+3
*
More robust attribute binding
Alex Sakhartchouk
2010-09-29
1
-1
/
+1
*
Adding support for all allowed textures.
Alex Sakhartchouk
2010-09-23
1
-59
/
+33
*
Remove excessive logging.
Jason Sams
2010-09-22
1
-2
/
+0
*
Cleanup GL setup code and remove legacy 1.1 paths.
Jason Sams
2010-09-16
1
-8
/
+3
*
Shader changes to allow for more flexible constant binding.
Alex Sakhartchouk
2010-09-14
1
-111
/
+40
*
Fixing fragment shader bounding code
Alex Sakhartchouk
2010-09-02
1
-15
/
+11
*
Fixing uniform binding for fragment shader.
Alex Sakhartchouk
2010-08-31
1
-5
/
+14
*
Use lowp colors in fixed funtion emulation.
Jason Sams
2010-08-05
1
-3
/
+3
*
Support constant and varying colors in ProgramFragment.
Jason Sams
2010-08-05
1
-83
/
+59
*
Re-enable optimization for detecting nop state changes in fragment
Jason Sams
2010-06-22
1
-3
/
+3
*
Removed unnecessary change based on comments.
Alex Sakhartchouk
2010-05-21
1
-2
/
+21
*
Remove excess logging.
Jason Sams
2010-05-17
1
-2
/
+2
*
Change RS to use the passed surface size rather than EGL size.
Jason Sams
2010-05-14
1
-1
/
+1
*
Convert renderscript from using ACC to LLVM for its compiler.
Jason Sams
2010-05-11
1
-0
/
+2
*
beging np2 extension check work.
Jason Sams
2010-02-22
1
-2
/
+2
*
Fix some minor bugs with GL state setup that were exposed by Droids driver.
Jason Sams
2010-01-27
1
-4
/
+7
*
More complete support for named attribs. Adds user typed attribs as availabl...
Jason Sams
2010-01-06
1
-2
/
+2
*
Element restructuring. Add support for new basic Element types including the...
Jason Sams
2009-12-23
1
-5
/
+31
*
Move texture bindings to base program object. Change ProgramFragment creatio...
Jason Sams
2009-12-17
1
-115
/
+33
*
Place shader logging behind prop to declutter logs.
Jason Sams
2009-12-15
1
-2
/
+2
*
Continue es2 shader dev
Jason Sams
2009-12-15
1
-41
/
+72
*
Continue development of es2.0 user shader support for renderscript. This cha...
Jason Sams
2009-12-15
1
-2
/
+1
*
Implement RS tracked defered texture and buffer object uploads.
Jason Sams
2009-12-14
1
-0
/
+2
[next]