aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg
Commit message (Expand)AuthorAgeFilesLines
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* xorg: fix exa finish accessJerome Glisse2013-02-081-1/+1
* Remove hacks for static MakefilesMatt Turner2013-01-131-6/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* state_trackers/xorg: Convert to automakeMatt Turner2013-01-103-23/+58
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-044-5/+5
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-3/+1
* st/xorg: Remove superfluous miInitializeBackingStore() callMarvin Schmidt2012-10-301-1/+0
* gallium: unify transfer functionsMarek Olšák2012-10-113-48/+36
* st/xorg: updates for CSO interface changesBrian Paul2012-08-032-7/+9
* st/xorg: fix masked transformationsLucas Stach2012-07-201-20/+40
* st/xorg: attach EDID to outputsLucas Stach2012-07-181-1/+36
* st/xorg: remove superfluous memsetLucas Stach2012-07-181-2/+0
* st/xorg: reorder exa context creation and use screen param queriesLucas Stach2012-07-181-7/+8
* st/xorg: Fix build failure due to symbol clash.José Fonseca2012-07-121-0/+3
* st/xorg: Fix crash on startup.Dave Airlie2012-06-121-4/+11
* xorg: port to new compat API.Dave Airlie2012-06-068-63/+162
* st/xorg: Better handling of EXA copies.Michel Dänzer2012-05-164-225/+41
* st/xorg: don't use user_buffer_createMarek Olšák2012-04-301-51/+16
* st/xorg: fix compilation - wrong libkms include fileMarek Olšák2012-04-302-2/+2
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+1
* st/xvmc: move xvmc state tracker out of xorg subdirChristian König2012-02-2517-3182/+0
* vl: rework winsys interfaceChristian König2012-02-254-32/+33
* vl: add support for bob deinterlacingChristian König2012-02-211-1/+2
* st/xvmc: respect caps when creating video buffersChristian König2012-02-061-0/+6
* st/xvmc: remove xorg-server dependencyChristian König2012-01-251-1/+2
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-151-1/+6
* vl: move away from state like parametersChristian König2012-01-151-26/+20
* vl/video_buffer: use template style create paramsChristian König2012-01-151-6/+8
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-093-8/+2
* xvmc: Remove unused variableMaarten Lankhorst2011-12-201-3/+0
* g3dvl/compositor: improve dirty area handlingChristian König2011-12-142-2/+4
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-042-5/+5
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-1/+6
* g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-141-1/+1
* xvmc: Replace frame_started by picture_structureMaarten Lankhorst2011-09-042-10/+16
* st/xvmc: the alpha component of palette entries isn't usedChristian König2011-09-011-1/+1
* g3dvl: extend the functionality of the compositorChristian König2011-09-011-2/+2
* st/xvmc: remove L4A4_UNORM workaroundChristian König2011-09-011-33/+5
* xorg/xvmc: Only set decode buffer when availableMaarten Lankhorst2011-08-291-3/+6
* st/xorg: Fix include styleKai Wasserbäch2011-08-297-31/+31
* xvmc tests: Clean up test_rendering slightlyMaarten Lankhorst2011-08-281-14/+24
* st/xorg: Fix solid fills for formats other than PICT_a8r8g8b8.Michel Dänzer2011-08-261-13/+13
* st/xorg: Disable dirty throttling by default.Michel Dänzer2011-08-261-1/+1
* st/xorg: Only damage non-front source in DRI2 CopyRegion hook.Michel Dänzer2011-08-261-7/+9
* g3dvl: Rework the decoder interface part 5/5Christian König2011-08-261-12/+0
* g3dvl: Rework the decoder interface part 4/5Christian König2011-08-261-19/+1
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-262-220/+55