summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_screen.c
AgeCommit message (Expand)Author
2010-02-10dri: Fix copy-and-paste brain damage in previous commitIan Romanick
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2010-01-30radeon: Remove unnecessary headers.Vinson Lee
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-11-17radeon: FBO fixes for big endian.Michel Dänzer
2009-11-17radeon: rn50's have no 3D engine so don't try and init 3D driver.Dave Airlie
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-22radeon: simplify radeon_create_renderbuffer()Brian Paul
2009-09-16radeon: cleanup compile defines mess.Dave Airlie
2009-09-03radeon/dri2: add gl20 bits for r300/r600 just like dri1 doesDave Airlie
2009-08-31r100: Use shared debug code.Pauli Nieminen
2009-08-31r600: add missing r7xx pci idAlex Deucher
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen
2009-08-24r300: add support for getting Z pipe info from drmAlex Deucher
2009-08-22r600: add support for RS880Alex Deucher
2009-08-20r600: split state emit into block specific functionsAlex Deucher
2009-08-15radeon: add flag for drm OQ supportMaciej Cencora
2009-08-12r600: clean up Create/DestroyContextAlex Deucher
2009-08-12r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen
2009-08-03r600: add some new r7xx pci idsAlex Deucher
2009-08-03r600: add some missing pci idsAlex Deucher
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle
2009-07-27r600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SCRATCH_REG_OFFSETAlex Deucher
2009-07-20Merge branch 'mesa_7_5_branch'Michel Dänzer
2009-07-20radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil.Michel Dänzer
2009-07-06R6xx/r7xx: first pass at texture supportAlex Deucher
2009-06-12Merge master and fix conflictsAlex Deucher
2009-06-11Add RV740 supportAlex Deucher
2009-06-10move radeon_set_screen_flags() up so CHIP_FAMILY is set before using itAlex Deucher
2009-06-10Use correct scratch reg offset for r6xx/r7xxAlex Deucher
2009-06-01radeon: Provide a more detailled GL_RENDERER string.Nicolai Hähnle
2009-05-26add missing RS780 pci idAlex Deucher
2009-05-24radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle
2009-05-19Makeup checkin for radeon code change paired with r6/7 code.root
2009-05-15Fix r6 code bugs.Richard Li
2009-05-08R6xx/R7xx: WIP r6xx-rewrite codeRichard Li
2009-05-08radeon: IRQ always enabled in DRI2 path no need to query kernel for itJerome Glisse
2009-05-05radeon/r200: enable all the optional drm support bitsDave Airlie
2009-04-28R300: add quadpipe overridesAlex Deucher
2009-04-28R300: add quadpipe overridesAlex Deucher
2009-04-28radeno: cleanup the startup path furtherDave Airlie
2009-04-28radeon: further cleanup dri1 screen initDave Airlie
2009-04-28radeon: remove kernel mm, dri2 path takes care of itDave Airlie
2009-04-27r300: fix valgrind warningsMaciej Cencora
2009-04-21Initial pull of code from r6xx-r7xx-support branchRichard Li
2009-04-10Merge branch 'radeon-rewrite' of git+ssh://agd5f@git.freedesktop.org/git/mesa...Alex Deucher
2009-04-09R6xx/R7xx: r300 -> r600 symbolsAlex Deucher