summaryrefslogtreecommitdiff
path: root/glamor/glamor_priv.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-02glamor: Remove the "delayed fallback" code.Eric Anholt1-2/+0
2017-06-02glamor: Stop tracking the screen_fbo.Eric Anholt1-1/+0
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt1-2/+2
2017-03-23glamor: Fix some formatting that confused the unifdef command.Eric Anholt1-1/+1
2016-09-28glamor: Fall back to software for CopyPlane if we need toAdam Jackson1-0/+1
2016-07-18glamor: Remove the FBO cache.Eric Anholt1-27/+0
2016-05-26glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]Keith Packard1-0/+28
2016-03-10glamor: Replace "finish access" shader with texture swizzling.Eric Anholt1-7/+1
2016-03-10glamor: Drop dead large-pixmap handling code in temp picture uploads.Eric Anholt1-1/+0
2016-03-10glamor: Simplify temporary picture uploading call stack.Eric Anholt1-17/+1
2016-01-29glamor: Simplify the pixmap box looping.Eric Anholt1-11/+9
2016-01-29glamor: Reuse the glamor_program_alpha_* enums for Render.Eric Anholt1-10/+2
2016-01-29glamor: Drop extra SHADER_IN type for no mask present.Eric Anholt1-1/+0
2016-01-29glamor: Convert XV to using glamor_program.c.Eric Anholt1-1/+1
2016-01-26glamor: add core profile support. (v2)Dave Airlie1-0/+1
2016-01-26glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)Keith Packard1-1/+11
2016-01-26glamor: Add support for CA rendering in a single pass.Dave Airlie1-0/+8
2016-01-21glamor: Use vertex array objectsKeith Packard1-0/+2
2015-11-10glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.Eric Anholt1-0/+3
2015-11-10glamor: Avoid GL errors from mapping with size == 0.Eric Anholt1-0/+1
2015-07-10glamor: Drop dead drm_stride field.Eric Anholt1-1/+0
2015-07-10glamor: Drop tracking of the last picture attached to pixmaps.Eric Anholt1-15/+0
2015-07-10glamor: Move glamor_render.c pict handling to glamor_picture.cEric Anholt1-7/+0
2015-07-10glamor: Drop dead glamor_upload_bits_to_pixmap_texture() proto.Eric Anholt1-9/+0
2015-07-10glamor: Use the new upload/download interface for XV uploads.Eric Anholt1-4/+0
2015-07-10glamor: Drop a bunch of glamor_priv == NULL checks.Eric Anholt1-6/+6
2015-07-10glamor: Ask the server to always allocate our private.Eric Anholt1-13/+2
2015-07-02glamor: Make a bunch of single-file glamor functions static.Eric Anholt1-22/+0
2015-07-02glamor: Drop dead glamor_es2_pixmap_read_prepare().Eric Anholt1-6/+0
2015-07-02glamor: Drop dead GLAMOR_FBO_DOWNLOADED flag.Eric Anholt1-5/+0
2015-07-02glamor: Move doxygen for private structs into the structs.Eric Anholt1-94/+55
2015-07-02glamor: Drop the dead "PBO" field in an FBO cache struct.Eric Anholt1-2/+0
2015-07-02glamor: Remove dead gl_tex flag in the fbo struct.Eric Anholt1-2/+0
2015-07-02glamor: Propagate the fact that pbo_valid is never set.Eric Anholt1-2/+0
2015-06-29glamor: Avoid using GL_QUADS on VC4.Eric Anholt1-0/+1
2015-06-29glamor: Use proper Bools for some boolean values.Eric Anholt1-9/+9
2015-06-29glamor: Provide a fallback path for using an index buffer to do quads.Eric Anholt1-0/+11
2015-06-29glamor: Use the normal GL_QUADS drawing helper in the render code.Eric Anholt1-4/+3
2015-06-29glamor: Drop CloseScreen-time GL resource cleanup code.Eric Anholt1-3/+0
2015-05-14glamor: Replace CompositeGlyphs code [v2]Keith Packard1-54/+24
2015-05-14glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemaskKeith Packard1-4/+4
2015-05-12glamor: remove const from the return type of glamor_get_drawable_location()Jonathan Gray1-1/+1
2015-03-24glamor: check max native ALU instructionsOlivier Fourdan1-0/+2
2015-03-24glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap typeKeith Packard1-25/+10
2015-03-24glamor: Create inline tests for small/large pixmapsKeith Packard1-72/+79
2015-03-24glamor: Eliminate separate 'large' pixmap private structureKeith Packard1-48/+30
2015-03-24glamor: Remove unused glamor_pixmap_private_atlas_tKeith Packard1-12/+0
2015-03-24glamor: Remove screen private and pixmap ptrs from pixmap private and fboKeith Packard1-37/+65
2015-03-24glamor: Remove remaining support for FBOs not matching pixmap sizeKeith Packard1-4/+0
2015-03-24glamor: Remove _nf rendering functionsKeith Packard1-2/+1