summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Port to xfont2baserock/jjardon/xfont2Javier Jardón2016-02-0614-40/+44
* glamor: Flip around conditionals in RepeatNone fixups.Eric Anholt2016-01-291-2/+2
* glamor: Cut down a bunch of conditional handling for RepeatFix.Eric Anholt2016-01-291-31/+19
* glamor: Clarify how the repeat values being passed around work.Eric Anholt2016-01-291-6/+6
* glamor: Clean up formatting of RepeatFix shader code.Eric Anholt2016-01-291-27/+30
* glamor: Clarify some logic in RepeatFix handling.Eric Anholt2016-01-291-14/+7
* glamor: Simplify the pixmap box looping.Eric Anholt2016-01-2915-74/+78
* glamor: Reuse the glamor_program_alpha_* enums for Render.Eric Anholt2016-01-292-24/+16
* glamor: Drop extra SHADER_IN type for no mask present.Eric Anholt2016-01-292-12/+6
* glamor: Convert XV to using glamor_program.c.Eric Anholt2016-01-292-78/+71
* glamor: Simplify XV vertex setup.Eric Anholt2016-01-291-38/+30
* glamor: Set up XV sampler uniforms once at program build time.Eric Anholt2016-01-291-9/+11
* glamor: Drop dead glamor_pict_format_is_compatible().Eric Anholt2016-01-291-20/+0
* glamor: Drop comment about dead yInverted flag.Eric Anholt2016-01-291-2/+0
* glamor: Rename the *y_inverted helpers to not say "inverted".Eric Anholt2016-01-291-16/+14
* glamor: Drop dead *_from_x_coord_y() functions.Eric Anholt2016-01-291-2/+0
* glamor: Clarify when Render fallbacks happen due to an unsupported op.Eric Anholt2016-01-291-1/+3
* glamor: Label programs before linking them.Eric Anholt2016-01-291-11/+11
* ephyr: Make sure we have GLX_ARB_create_context before calling it.Eric Anholt2016-01-291-14/+20
* xephyr: Remove DRI1Adam Jackson2016-01-2813-3490/+0
* xfree86: Build parser for DRI config file subsection unconditionallyAdam Jackson2016-01-281-8/+0
* xfree86: Remove ancient DRI build instructionsAdam Jackson2016-01-282-552/+0
* ephyr: catch X errors if we try to create a core context and fail.Dave Airlie2016-01-271-0/+10
* dri2: Sync i915_pci_ids.h and i965_pci_ids.h from mesaTimo Aaltonen2016-01-272-6/+54
* modesetting: Require sufficiently new libdrmAdam Jackson2016-01-271-2/+1
* xwayland: add support for use core profile for glamor. (v2)Dave Airlie2016-01-261-1/+14
* glamor: add core profile support to EGL glamor. (v2)Dave Airlie2016-01-261-4/+22
* ephyr: Create 3.1 core profile context if possible (v3)Keith Packard2016-01-261-1/+17
* glamor: add core profile support. (v2)Dave Airlie2016-01-263-1/+12
* glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)Keith Packard2016-01-268-22/+118
* glamor: Drop duplicated GLAMOR_DEFAULT_PRECISIONs in render accel.Eric Anholt2016-01-261-13/+4
* glamor: don't do copy if we have 0 boxes to copy.Dave Airlie2016-01-261-0/+3
* glamor: Add support for CA rendering in a single pass.Dave Airlie2016-01-266-32/+118
* glamor: Drop the composite_with_copy path entirely.Eric Anholt2016-01-261-92/+0
* glamor: Fix copy-like Render operations between 15 and 16 depth.Eric Anholt2016-01-211-0/+8
* glx: Fix GLX_EXT_create_context_es2_profile supportAdam Jackson2016-01-215-26/+13
* glamor: Use vertex array objectsKeith Packard2016-01-214-24/+75
* glamor/xv: add vbo support (v2.1)Dave Airlie2016-01-211-11/+30
* glamor: use vbos in gradient/picture code.Dave Airlie2016-01-212-29/+31
* present: Handle wraparound when comparing MSC valuesMichel Dänzer2016-01-191-5/+27
* glamor: Disable debugging messages other than GL API errorsMichel Dänzer2016-01-191-0/+3
* glamor: store old fonts in double width textures.Dave Airlie2016-01-133-8/+29
* glamor: fallback if font is too large for FBO size.Dave Airlie2016-01-131-0/+5
* os: Failure to remove a non-existent log file is not an errorAdam Jackson2016-01-061-1/+1
* Fix build when XSERVER_PLATFORM_BUS is not defined.Thomas Klausner2016-01-061-0/+4
* Fix uninitialized variable warnings reported by clangThomas Klausner2016-01-061-3/+5
* Avoid segfault in CloseWellKnownConnections when using -displayfdAlan Coopersmith2016-01-051-1/+2
* Use unique logfile names when starting server with -displayfdAlan Coopersmith2016-01-053-28/+101
* modesetting should not reference gbm when it's not definedAlan Coopersmith2016-01-051-0/+6
* Revert "Fix uninitialized variable warnings reported by clang"Adam Jackson2016-01-051-3/+1