summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-29glamor: Flip around conditionals in RepeatNone fixups.glamor-cleanupsEric Anholt1-2/+2
2016-01-29glamor: Cut down a bunch of conditional handling for RepeatFix.Eric Anholt1-31/+19
2016-01-28glamor: Clarify how the repeat values being passed around work.Eric Anholt1-6/+6
2016-01-28glamor: Clean up formatting of RepeatFix shader code.Eric Anholt1-27/+30
2016-01-28glamor: Clarify some logic in RepeatFix handling.Eric Anholt1-14/+7
2016-01-28glamor: Drop extra conditionals for large pixmap handling.Eric Anholt1-14/+4
2016-01-28glamor: Simplify the pixmap box looping.Eric Anholt15-74/+78
2016-01-28glamor: Reuse the glamor_program_alpha_* enums for Render.Eric Anholt2-24/+16
2016-01-28glamor: Drop extra SHADER_IN type for no mask present.Eric Anholt2-12/+6
2016-01-28glamor: Convert XV to using glamor_program.c.Eric Anholt2-78/+71
2016-01-28glamor: Simplify XV vertex setup.Eric Anholt1-38/+30
2016-01-28glamor: Set up XV sampler uniforms once at program build time.Eric Anholt1-9/+11
2016-01-28glamor: Drop dead glamor_pict_format_is_compatible().Eric Anholt1-20/+0
2016-01-28glamor: Drop comment about dead yInverted flag.Eric Anholt1-2/+0
2016-01-28glamor: Rename the *y_inverted helpers to not say "inverted".Eric Anholt1-16/+14
2016-01-28glamor: Drop dead *_from_x_coord_y() functions.Eric Anholt1-2/+0
2016-01-28glamor: Clarify when Render fallbacks happen due to an unsupported op.Eric Anholt1-1/+3
2016-01-28glamor: Label programs before linking them.Eric Anholt1-11/+11
2016-01-28ephyr: Make sure we have GLX_ARB_create_context before calling it.Eric Anholt1-14/+20
2016-01-27ephyr: catch X errors if we try to create a core context and fail.Dave Airlie1-0/+10
2016-01-27dri2: Sync i915_pci_ids.h and i965_pci_ids.h from mesaTimo Aaltonen2-6/+54
2016-01-27modesetting: Require sufficiently new libdrmAdam Jackson1-2/+1
2016-01-26xwayland: add support for use core profile for glamor. (v2)Dave Airlie1-1/+14
2016-01-26glamor: add core profile support to EGL glamor. (v2)Dave Airlie1-4/+22
2016-01-26ephyr: Create 3.1 core profile context if possible (v3)Keith Packard1-1/+17
2016-01-26glamor: add core profile support. (v2)Dave Airlie3-1/+12
2016-01-26glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)Keith Packard8-22/+118
2016-01-26glamor: Drop duplicated GLAMOR_DEFAULT_PRECISIONs in render accel.Eric Anholt1-13/+4
2016-01-26glamor: don't do copy if we have 0 boxes to copy.Dave Airlie1-0/+3
2016-01-26glamor: Add support for CA rendering in a single pass.Dave Airlie6-32/+118
2016-01-26glamor: Drop the composite_with_copy path entirely.Eric Anholt1-92/+0
2016-01-21glamor: Fix copy-like Render operations between 15 and 16 depth.Eric Anholt1-0/+8
2016-01-21glx: Fix GLX_EXT_create_context_es2_profile supportAdam Jackson5-26/+13
2016-01-21glamor: Use vertex array objectsKeith Packard4-24/+75
2016-01-21glamor/xv: add vbo support (v2.1)Dave Airlie1-11/+30
2016-01-21glamor: use vbos in gradient/picture code.Dave Airlie2-29/+31
2016-01-19present: Handle wraparound when comparing MSC valuesMichel Dänzer1-5/+27
2016-01-19glamor: Disable debugging messages other than GL API errorsMichel Dänzer1-0/+3
2016-01-13glamor: store old fonts in double width textures.Dave Airlie3-8/+29
2016-01-13glamor: fallback if font is too large for FBO size.Dave Airlie1-0/+5
2016-01-06os: Failure to remove a non-existent log file is not an errorAdam Jackson1-1/+1
2016-01-06Fix build when XSERVER_PLATFORM_BUS is not defined.Thomas Klausner1-0/+4
2016-01-06Fix uninitialized variable warnings reported by clangThomas Klausner1-3/+5
2016-01-05Avoid segfault in CloseWellKnownConnections when using -displayfdAlan Coopersmith1-1/+2
2016-01-05Use unique logfile names when starting server with -displayfdAlan Coopersmith3-28/+101
2016-01-05modesetting should not reference gbm when it's not definedAlan Coopersmith1-0/+6
2016-01-05Revert "Fix uninitialized variable warnings reported by clang"Adam Jackson1-3/+1
2016-01-05Fix uninitialized variable warnings reported by clangThomas Klausner1-1/+3
2015-12-21xfree86: move check for driver->PreInit upPeter Hutterer1-11/+11
2015-12-18xfree86: add NoMatchFoo directives for InputClass sectionsPeter Hutterer5-18/+103