summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing Sunny's "experimental" named branch.experimentalRyan C. Gordon2011-06-040-0/+0
* Minor changes.Sunny Sachanandani2010-07-181-19/+19
* Major changes to drawing. Reverted back to core X11 functions due to regressi...Sunny Sachanandani2010-07-182-49/+71
* Start experimental branch for client-side rasterization.Sunny Sachanandani2010-07-183-245/+328
* Got testsprite2 to work reasonably.Sunny Sachanandani2010-07-183-64/+47
* Fixed a minor bug with texture blending.Sunny Sachanandani2010-07-171-1/+1
* Remove some redundant code.Sunny Sachanandani2010-07-171-21/+0
* Fixed so many things. See the changelog listed below.Sunny Sachanandani2010-07-172-74/+226
* Add necessary symbols to SDL_x11sym.hSunny Sachanandani2010-07-171-1/+5
* Implement blending modes for textures. Fix off-screen pixmaps to be ARGB rath...Sunny Sachanandani2010-07-143-81/+138
* Fix so many things that there is little place in this column to list them all...Sunny Sachanandani2010-07-093-56/+90
* Fix blending modes for primitives.Sunny Sachanandani2010-07-011-30/+48
* Preliminary support for blending modes on drawing operations.Sunny Sachanandani2010-06-271-11/+32
* Texture rendering mostly works now. Even SDL_TEXTUREACCESS_STREAMING is suppo...Sunny Sachanandani2010-06-221-103/+82
* SDL_Textures should work with XRender now provided that the texture format an...Sunny Sachanandani2010-06-161-117/+141
* X11_RenderDrawLines and X11_RenderDrawPoints use XRender now.Sunny Sachanandani2010-06-151-10/+52
* X11_RenderFillRects and X11_RenderDrawRects use a server side mask pixmap of ...Sunny Sachanandani2010-06-141-99/+163
* X11_DrawRects now uses a very hacky way of drawing rectangles with XRender. T...Sunny Sachanandani2010-06-081-33/+82
* It seems that the off-screen buffers (or pixmaps) only need to be cleared whi...Sunny Sachanandani2010-06-021-2/+2
* Fix X11_FillRects to work with double buffering as well as triple buffering. ...Sunny Sachanandani2010-06-021-2/+20
* Fix the rendering color channels to be premultiplied with the alpha channel a...Sunny Sachanandani2010-06-024-55/+98
* X11_RenderPresent now uses XRender to blit back-buffers to the screen.Sunny Sachanandani2010-05-311-0/+16
* Xrender uses 16 bit color per channel. Fixed the color handling in X11_Render...Sunny Sachanandani2010-05-311-4/+4
* Modified configure.in to allow building with Xrender. Fixed all problems that...Sunny Sachanandani2010-05-313-23/+56
* Add Xrender support to X11_FillRectangles.Sunny Sachanandani2010-05-301-4/+14
* Fix typo.Sunny Sachanandani2010-05-281-1/+1
* Fix initial value of the xrender_available boolean in X11_CreateTexture.Sunny Sachanandani2010-05-281-1/+2
* Completed work on X11_CreateTexture. Added lots of safety features.Sunny Sachanandani2010-05-281-15/+72
* Correctly handle the availability of Xrender in X11_CreateRenderer and X11_Di...Sunny Sachanandani2010-05-261-7/+47
* Added a #define option for compile time Xrender support.Sunny Sachanandani2010-05-241-1/+26
* Adding a few #defines for Xrender support.Sunny Sachanandani2010-05-193-0/+8
* Add a default revision string if we can't find hgSam Lantinga2010-05-091-2/+1
* Don't assume .bashrc exists. :)Sam Lantinga2010-05-091-1/+1
* Tagging version before everything gets ripped out.Sam Lantinga2010-05-090-0/+0
* Make the compiler even happierpre-touch-removalSam Lantinga2010-05-091-1/+1
* Make sure events are current before flushing them.Sam Lantinga2010-05-091-0/+3
* Added missing headerSam Lantinga2010-05-091-0/+1
* Removed unused variablesSam Lantinga2010-05-091-4/+1
* Fixed compiler warningsSam Lantinga2010-05-091-4/+3
* Fixed variable use before initialize warningsSam Lantinga2010-05-091-3/+6
* Removed unused variablesSam Lantinga2010-05-091-2/+0
* Fixed Eric's changes to allow building from the command line.Sam Lantinga2010-05-092-1/+5
* Updated with the SDL 1.3 list of supported operating systemsSam Lantinga2010-05-091-4/+3
* Updated Mac Xcode project for refactored rwops automated test changes.Eric Wing2010-05-091-8/+6
* Refactored automated rwops tests so read and write directories can be more ea...Eric Wing2010-05-097-58/+102
* Fixes to automated test target for iPhone Xcode project.Eric Wing2010-05-081-19/+29
* Exempted writable modes from bundle check on OS X since bundle areas are typi...Eric Wing2010-05-083-2/+12
* Adding testsdl (automated test) support to iPhone Xcode project (to match Mac...Eric Wing2010-05-082-1/+358
* Added automated test to Xcode project plus needed changes to SDL_RWFromFile t...Eric Wing2010-05-088-6/+550
* Much improved multi-display support for iPad.Ryan C. Gordon2010-05-027-78/+138