aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_screen.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: Implement __DRI_IMAGE and EGL_MESA_image_drmJohann Rudloff2010-11-081-0/+185
* r600c: properly align mipmaps to group sizeAlex Deucher2010-11-081-1/+4
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-4/+4
* evergreen : initial support driver code.richard2010-08-201-1/+56
* r600c: tiling require drm 2.6.0, not 2.5.0Alex Deucher2010-08-051-1/+1
* r600: add support for getting the tiling config via drm ioctl (v2)Alex Deucher2010-08-051-0/+57
* radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner2010-08-021-0/+17
* Revert "radeon: Add DRI2 flush extension to so we synchronize properly."Jerome Glisse2010-08-021-17/+0
* radeon: Add DRI2 flush extension to so we synchronize properly.Mario Kleiner2010-08-021-0/+17
* radeon: Remove unnecessary header.Vinson Lee2010-07-201-1/+0
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-2/+0
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-12/+0
* radeon: allow driconf vblank settings with dri2Alex Deucher2010-07-151-0/+1
* Merge branch '7.8'Michel Dänzer2010-04-231-0/+2
|\
| * radeon: 9800 SE has only one quadpipeTormod Volden2010-04-221-0/+2
* | DRI2: add config query extensionJesse Barnes2010-04-221-0/+2
* | r300c/r300g: add 3155 rv380 pci idDave Airlie2010-04-191-0/+1
|/
* r600: add new r7xx pci idsAlex Deucher2010-04-091-0/+3
* r600: add new rs880 pci idAlex Deucher2010-03-031-0/+1
* dri: Fix copy-and-paste brain damage in previous commitIan Romanick2010-02-101-3/+3
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-4/+5
* mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
* radeon: Remove unnecessary headers.Vinson Lee2010-01-301-2/+0
* Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+7
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-13/+13
* radeon: FBO fixes for big endian.Michel Dänzer2009-11-171-3/+3
* radeon: rn50's have no 3D engine so don't try and init 3D driver.Dave Airlie2009-11-171-2/+4
* Merge branch 'texformat-rework'Brian Paul2009-10-281-8/+11
|\
| * radeon: simplify radeon_create_renderbuffer()Brian Paul2009-10-221-8/+11
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-54/+0
|/
* radeon: cleanup compile defines mess.Dave Airlie2009-09-161-31/+31
* radeon/dri2: add gl20 bits for r300/r600 just like dri1 doesDave Airlie2009-09-031-0/+2
* r100: Use shared debug code.Pauli Nieminen2009-08-311-30/+3
* r600: add missing r7xx pci idAlex Deucher2009-08-311-0/+1
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-24/+5
* r300: add support for getting Z pipe info from drmAlex Deucher2009-08-241-0/+18
* r600: add support for RS880Alex Deucher2009-08-221-0/+8
* r600: split state emit into block specific functionsAlex Deucher2009-08-201-1/+1
* radeon: add flag for drm OQ supportMaciej Cencora2009-08-151-5/+7
* r600: clean up Create/DestroyContextAlex Deucher2009-08-121-5/+3
* r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen2009-08-121-5/+5
* r600: add some new r7xx pci idsAlex Deucher2009-08-031-0/+5
* r600: add some missing pci idsAlex Deucher2009-08-031-0/+2
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-271-1/+3
* r600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SCRATCH_REG_OFFSETAlex Deucher2009-07-271-1/+1
* Merge branch 'mesa_7_5_branch'Michel Dänzer2009-07-201-2/+2
|\
| * radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil.Michel Dänzer2009-07-201-2/+2
| * R300: add quadpipe overridesAlex Deucher2009-04-281-4/+13
* | R6xx/r7xx: first pass at texture supportAlex Deucher2009-07-061-4/+4