- Jun 07, 2012
-
-
Alex Deucher authored
Signed-off-by:
Alex Deucher <alexdeucher@gmail.com>
-
Alex Deucher authored
Signed-off-by:
Alex Deucher <alexdeucher@gmail.com>
-
- Jun 06, 2012
-
-
We don't know what the CRTC state is. Signed-off-by:
Michel Dänzer <michel.daenzer@amd.com>
-
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=49761 . Signed-off-by:
Michel Dänzer <michel.daenzer@amd.com>
-
- Jun 05, 2012
-
-
Alex Deucher authored
Signed-off-by:
Alex Deucher <alexdeucher@gmail.com>
-
- Jun 02, 2012
-
-
Dave Airlie authored
If we can't handover the framebuffer, memset it to black. mostly ported from nouveau. Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
We need to use the surface we worked out when we allocated the front bo, not work out a new surface from scratch. This fixes smooth handover from plymouth to gdm on F17. Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- Jun 01, 2012
-
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- May 24, 2012
-
-
Dave Airlie authored
fixes tinderbox build. Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
This updates the compat stuff for the latest block handler code, and the enable/disable interface. Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
This was missing the compat include. Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
I missed these in my initial search/replace for some reason. Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
Just pass the ScrnInfoPtr around instead. Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
Just pass a pointer to the screen, removes usage of xf86Screens lookup Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- May 23, 2012
-
-
Dave Airlie authored
-
Dave Airlie authored
The compat header takes care of the old server vs new server. this commit was autogenerated from util/modular/x-driver-screen-scrn-conv.sh Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
Dave Airlie authored
-
Dave Airlie authored
This isn't needed, and makes api changes later easier. Signed-off-by:
Dave Airlie <airlied@redhat.com>
-
- May 16, 2012
-
-
- May 11, 2012
-
-
Those formats were invented for exactly that purpose so use them. This saves some code and also some hw resources (only need one sampler instead of two for packed yuv). Only tested on EG.
-
make sure the division is done with floats, otherwise the coordinate can be wrong up to 1 texel. Particularly visible with clipping and small source scaled up (since one texel can be a shift of several pixels) but could be seen even unscaled. Should provide more accurate coords without clipping too depending on the scale factor probably. This is a straight port of 688c8a54 when I apparently forgot the eg code...
-
- May 10, 2012
-
-
Should make bugs like https://bugs.freedesktop.org/show_bug.cgi?id=48138 easier to diagnose. [ Michel Dänzer: Appended newline to error message. ] Signed-off-by:
Anisse Astier <anisse@astier.eu> Singed-off-by:
Michel Dänzer <michel.daenzer@amd.com>
-
- May 09, 2012
-
-
UMS doesn't do this automagically. It's a big hammer that will probably suck for performance, but I don't have any better ideas right now. Signed-off-by:
Michel Dänzer <michel.daenzer@amd.com>
-
- May 03, 2012
-
-
Only compile tested, but should fix https://bugs.freedesktop.org/show_bug.cgi?id=49182 . Signed-off-by:
Michel Dänzer <michel.daenzer@amd.com>
-
- May 02, 2012
-
-
Alex Deucher authored
Signed-off-by:
Alex Deucher <alexdeucher@gmail.com>
-
- Apr 16, 2012
-
-
Signed-off-by:
Alex Deucher <alexander.deucher@amd.com> Reviewed-by:
Michel Dänzer <michel.daenzer@amd.com>
-
Signed-off-by:
Alex Deucher <alexander.deucher@amd.com> Reviewed-by:
Michel Dänzer <michel.daenzer@amd.com>
-
Signed-off-by:
Alex Deucher <alexander.deucher@amd.com> Reviewed-by:
Michel Dänzer <michel.daenzer@amd.com>
-
Allocate 1x1 scratch pixmaps to hold the solid picture colours. This works around https://bugs.freedesktop.org/show_bug.cgi?id=47266 and might improve performance in other cases as well. Signed-off-by:
Michel Dänzer <michel.daenzer@amd.com>
-
It was the same code as for RADEON_HOST_DATA_SWAP_32BIT. This caused bus errors on FreeBSD/PPC, but I'm not sure how it could not cause problems anywhere... Reported-by:
Andreas Tobler <andreast@fgznet.ch> Signed-off-by:
Michel Dänzer <michel.daenzer@amd.com> Reviewed-by:
Alex Deucher <alexander.deucher@amd.com>
-
So that bugs like https://bugs.freedesktop.org/show_bug.cgi?id=48138 can be diagnosed more easily. Signed-off-by:
Michel Dänzer <michel.daenzer@amd.com>
-
- Apr 05, 2012
-
-
Jerome Glisse authored
Due to some old kernel issue, height is 8 aligned insided the ddx For buffer with height btw 57 & 63 this lead ddx to believe it can allocate a 2D tiled surface while mesa will not align height and will assume 1D tiled leading to disagreement and rendering issue. This patch force buffer with height < 64 to be 1D tiled. Signed-off-by:
Jerome Glisse <jglisse@redhat.com>
-
- Mar 29, 2012
-
-
Alex Deucher authored
Signed-off-by:
Alex Deucher <alexdeucher@gmail.com>
-
Alex Deucher authored
Signed-off-by:
Alex Deucher <alexdeucher@gmail.com>
-
- Mar 28, 2012
-
-
Alex Deucher authored
Signed-off-by:
Alex Deucher <alexdeucher@gmail.com>
-
- Mar 27, 2012
-
-
Alex Deucher authored
Signed-off-by:
Alex Deucher <alexdeucher@gmail.com>
-
- Mar 20, 2012
-
-
Alex Deucher authored
Signed-off-by:
Alex Deucher <alexdeucher@gmail.com>
-
Alex Deucher authored
- KMS only - Includes full EXA/Xv support Signed-off-by:
Alex Deucher <alexdeucher@gmail.com>
-
- Mar 07, 2012
-
-
If Mesa set it to 1, the DDX would not render anything = the monitor would basically freeze. agd5f: update emit count as well. Signed-off-by:
Alex Deucher <alexdeucher@gmail.com>
-