summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-10glamor: Apply debug labels to our shaders.glamor-serverEric Anholt9-11/+28
2014-03-10glamor: Don't try to fallback sub-upload to an in-memory pixmap.Eric Anholt1-0/+3
2014-03-10glamor: Don't forget to unmap our PBOs before usng them to upload.Eric Anholt1-1/+3
2014-03-10glamor: Add am assert about an invariant the upload code relies on.Eric Anholt1-0/+1
2014-03-10glamor: Make sure we've put the context back to 0 periodically.Eric Anholt1-0/+4
2014-03-10glamor: Fix ignoring the ALU during SetSpans().Eric Anholt1-1/+5
2014-03-10glamor: Improve the performance of line fallbacks.Eric Anholt1-13/+14
2014-03-10glamor: Improve the performance of PolyGlyphBlt.Eric Anholt1-0/+139
2014-03-10glamor: Improve the performance of PushPixels by, well, pushing pixels.Eric Anholt1-0/+116
2014-03-10glamor: Use quads instead of index buffer on desktop.Eric Anholt1-1/+3
2014-03-10glamor: Use streamed vertex data for solid fills.Eric Anholt1-28/+18
2014-03-10glamor: Add missing prepares on the GC during fb fallbacks.Eric Anholt4-4/+12
2014-03-10glamor: Rely on nested mappings to handle src==dst and !prepare bugs.Eric Anholt16-97/+82
2014-03-10glamor: Allow nested mapping of pixmaps.Eric Anholt2-1/+24
2014-03-10glamor: Drop unused GLAMOR_ACCESS_WO.Eric Anholt2-11/+1
2014-03-10glamor: Replace some goofy enum-likes with a real enum.Eric Anholt2-10/+17
2014-03-10glamor: Fix up doxygen for glamor_fill.c.Eric Anholt1-1/+17
2014-03-10glamor: Rename more solid fill variables to clean up the code.Eric Anholt1-18/+16
2014-03-10glamor: Rename a variable to be more descriptive.Eric Anholt1-4/+4
2014-03-10glamor: Fix some integer overflow errors.Eric Anholt1-2/+2
2014-03-10glamor: Drop bogus _X_UNLIKELY.Eric Anholt1-1/+1
2014-03-10glamor: Fix stack overflow in glamor_solid vertex handling.Eric Anholt1-1/+1
2014-03-10glamor: Drop duplicated lines for getting pixmap state in GetImage.Eric Anholt1-2/+0
2014-03-10glamor: WIP function for (re-)allocating the screen pixmap.Eric Anholt2-0/+32
2014-03-10glamor: Return the stride/size for glamor_dri3_name_from_pixmap(), too.Eric Anholt3-5/+6
2014-03-10glamor: Set the flag for the DRI3 extensions in core at screen init time.Eric Anholt2-22/+0
2014-03-10sync: Add a header include necessary to use misyncstr.hEric Anholt1-0/+1
2014-03-10glamor: modesetting hack to start. do not push!Eric Anholt1-0/+2
2014-03-10glamor: Hook into CreateScreenResources instead of forcing the user to.Eric Anholt5-17/+35
2014-03-10os: Initialize the set of signals to be suppressed during our handler.Eric Anholt1-0/+1
2014-03-10xwin: Remove dead xvideo code.Eric Anholt3-202/+2
2014-03-10xv: Move common code for adaptor cleanup to xvmain.cEric Anholt4-57/+44
2014-03-10kdrive: Remove duplicated definitions of some XV-related structs.Eric Anholt2-60/+4
2014-03-10xorg: Remove duplicated definitions of some XV-related structs.Eric Anholt2-60/+4
2014-03-10xv: Remove dead VIDEO_NO_CLIPPING from the xorg and kdrive DDXes.Eric Anholt5-112/+1
2014-03-10xv: Remove dead VIDEO_INVERT_CLIPLIST from the xorg and kdrive DDXes.Eric Anholt5-63/+0
2014-03-10glamor: Move the EGL image to the normal pixmap private.Eric Anholt2-49/+47
2014-03-10glamor: Use epoxy_has_egl_extension() instead of rolling our own.Eric Anholt1-24/+7
2014-03-10glamor: Drop the set of the context to NULL at the end of glamor ops.Eric Anholt1-7/+1
2014-03-10xephyr: Don't forget to glViewport() before drawing the screen.Eric Anholt3-0/+29
2014-03-10dix: Remove incorrect comment about privates.Eric Anholt1-5/+4
2014-03-10glx: Clear new FBConfig attributes to 0 by default.Eric Anholt1-1/+1
2014-03-10glamor: Use buffer_storageEric Anholt3-2/+54
2014-03-10glamor: Fix requested composite VBO size.Eric Anholt1-6/+2
2014-03-10glamor: Extract the streamed vertex data code used by Render.Eric Anholt7-114/+183
2014-03-10glamor: Track the next vertex offset as we go for AA traps.Eric Anholt1-5/+9
2014-03-10glamor: Track the next vertex offset as we go for non-AA traps.Eric Anholt1-7/+18
2014-03-10glamor: Track the next vertex offset as we go in render accel.Eric Anholt2-5/+11
2014-03-10glamor: Move glamor_emit_composite_vert() to traps, where it's used.Eric Anholt3-29/+25
2014-03-10glamor: Don't forget to set GL_INVALIDATE_RANGE_BIT on GL_ARB_mbr.Eric Anholt1-1/+2