aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon: make cubemap mipmap generation workRoland Scheidegger2009-06-201-16/+13
* radeon: fix cube maps for non-mm pathRoland Scheidegger2009-06-191-2/+33
* radeons: use dp4 for position invariant vertex programsRoland Scheidegger2009-06-191-0/+2
* radeon: don't re-add BOs to validate listDave Airlie2009-06-181-0/+7
* radeon: Flush command buffer on viewport changeJerome Glisse2009-06-171-0/+1
* radeon: fix warnings in wrapper with libdrmDave Airlie2009-06-171-15/+15
* r300: fix 3D texturesMaciej Cencora2009-06-151-1/+20
* r300: add support for EXT_texture_sRGBMaciej Cencora2009-06-121-0/+20
* radeon: fix size of mipmap texture arrayDave Airlie2009-06-121-1/+3
* radeon/r200/r300: fix max texture levels assertDave Airlie2009-06-121-2/+2
* radeon: increase max bo countMaciej Cencora2009-06-111-1/+1
* radeon: fix mipmap_limits crasher.Dave Airlie2009-06-091-1/+1
* radeon: Provide a more detailled GL_RENDERER string.Nicolai Hähnle2009-06-013-5/+47
* radeon: emit scissor before emiting verticesJerome Glisse2009-05-271-3/+1
* radeon: emit scissor when using cs submission style.Jerome Glisse2009-05-271-0/+28
* radeon: on update drawable don't firevertices as it might be call from GetLockJerome Glisse2009-05-251-3/+1
* radeon: realloc dma if needed after revalidateJerome Glisse2009-05-241-0/+6
* radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle2009-05-247-179/+168
* radeon: reading back to scratch reg through status map doesn't workJerome Glisse2009-05-221-2/+7
* radeon: maxbuffer size is in bytesJerome Glisse2009-05-211-2/+2
* r200: fix vbo array renderingJerome Glisse2009-05-201-0/+3
* radeon: Increase reference count of current renderbuffers.Michel Dänzer2009-05-204-10/+11
* radeon: set max texture sizeJerome Glisse2009-05-201-0/+5
* R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTAlex Deucher2009-05-131-1/+4
* radeon: Don't crash generating mipmaps when pixels=NULLOwen W. Taylor2009-05-131-9/+8
* Call _mesa_update_stencil() before accessing ctx->Stencil._EnabledOwen W. Taylor2009-05-131-0/+2
* radeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXELJerome Glisse2009-05-121-1/+1
* radeon: avoid segfault in radeon_update_renderbuffers() if using DRI1Tormod Volden2009-05-121-3/+4
* radeon: add support for new dri2 interfaces & fix single buffer renderingJoel Bosveld2009-05-103-16/+154
* radeon: don't include cs uncondionalyJerome Glisse2009-05-091-2/+0
* radeon: IRQ always enabled in DRI2 path no need to query kernel for itJerome Glisse2009-05-081-2/+1
* r300: fix compiler warningsMaciej Cencora2009-05-074-8/+4
* When clearing the stencil buffer, don't use a two-sided stencilOwen W. Taylor2009-05-061-1/+1
* radeon: hopefully fixup radeon cube state emission for kmsDave Airlie2009-05-061-3/+11
* r100/r200: try and allocate miptree correct for hw.Dave Airlie2009-05-061-3/+31
* radeon/r200: enable all the optional drm support bitsDave Airlie2009-05-051-0/+9
* r300: set proper texture row alignment for IGP chipsMaciej Cencora2009-05-043-5/+9
* R300: add quadpipe overridesAlex Deucher2009-04-281-4/+23
* radeno: cleanup the startup path furtherDave Airlie2009-04-281-5/+4
* radeon: further cleanup dri1 screen initDave Airlie2009-04-281-7/+3
* radeon: remove kernel mm, dri2 path takes care of itDave Airlie2009-04-281-60/+44
* r300: fix valgrind warningsMaciej Cencora2009-04-272-6/+6
* r300: add atom print function for kernel mm pathMaciej Cencora2009-04-271-12/+52
* r300: revert part of cb4bef7ae0b5fe8de82c380bc98f19067394d355Maciej Cencora2009-04-191-24/+4
* r300: general cleanupMaciej Cencora2009-04-191-4/+24
* radeon: update clear state with latest intel codeDave Airlie2009-04-191-0/+7
* radeon: take a bo reference when adding to validate listDave Airlie2009-04-161-0/+2
* radeon: emit scissor when using cs pathJerome Glisse2009-04-121-0/+11
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-095-28/+53
|\
| * radeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16.Michel Dänzer2009-04-061-15/+20