aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* radeons: use dp4 for position invariant vertex programsRoland Scheidegger2009-06-191-0/+2
* r300: use vbo_split_prims to split up large vertex buffers.Dave Airlie2009-06-182-2/+11
* r300: don't emit vap index offset on r5xx hw when using csJerome Glisse2009-06-171-1/+1
* r300: add support for EXT_texture_sRGBMaciej Cencora2009-06-123-0/+7
* radeon/r200/r300: fix max texture levels assertDave Airlie2009-06-121-4/+1
* r300: fix VAP setupMaciej Cencora2009-06-111-5/+6
* r300: fix for SW TCL pathMaciej Cencora2009-06-111-1/+1
* r300: don't send unused attributes for SW TCL pathMaciej Cencora2009-06-111-14/+14
* r300: send only RS_IP_* regs that we are going to useMaciej Cencora2009-06-112-10/+4
* r300: fix RS setup when no colors and textures are sent to FPMaciej Cencora2009-06-111-4/+6
* r300: r500 fragment program fixesMaciej Cencora2009-06-111-12/+11
* r300: fix a GPU lock upMaciej Cencora2009-06-113-21/+24
* r300: fix vertex program bugMaciej Cencora2009-06-111-6/+10
* r300: move some code for easier debuggingMaciej Cencora2009-06-111-17/+37
* r300: print vertex program when debugging is enabledMaciej Cencora2009-06-111-3/+14
* r300: fix output register allocation for vertex shadersMaciej Cencora2009-06-111-9/+19
* r300: hw doesn't support saturation for tex instructionsMaciej Cencora2009-06-111-0/+3
* r300: fix indexed primitive rendering when using memory managerJerome Glisse2009-06-111-2/+2
* r300: make sure indexed rendering doesn't try to use more than the num of ver...Jerome Glisse2009-06-101-0/+7
* r300: fix regression caused by 056bc77547c304021a0faf204897ed238a5cf424Maciej Cencora2009-06-081-0/+1
* r300: Endianness fixes for recent vertex path changes.Michel Dänzer2009-06-072-9/+37
* r300: vertex array stride = 0 means that data are tightly packed in the arrayMaciej Cencora2009-06-071-5/+8
* r300: GL_(U)SHORT and GL_(U)BYTE with < 4 components can also be HW acceleratedMaciej Cencora2009-06-071-20/+29
* r300: remove unused codeMaciej Cencora2009-06-074-55/+1
* r300: rewrite vertex setup for software T&L path using functions from softwar...Maciej Cencora2009-06-074-209/+54
* r300: prepare for some code duplication removalMaciej Cencora2009-06-072-5/+15
* r300: enable EXT_vertex_array_bgra extensionsMaciej Cencora2009-06-071-0/+1
* r300: add hw accelerated support for different vertex data formatsMaciej Cencora2009-06-077-57/+485
* r300: prepare for different vertex data type supportMaciej Cencora2009-06-076-120/+116
* r300: fixup vertex attributes orderingMaciej Cencora2009-06-071-17/+10
* r300: always pass 4 color components to RS unitMaciej Cencora2009-06-071-42/+6
* r300: when using cs path emit scissor in the cmdbufferJerome Glisse2009-05-284-0/+43
* r300: rework texture offset emission.Jerome Glisse2009-05-281-7/+13
* radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle2009-05-242-16/+18
* radeon: set max texture sizeJerome Glisse2009-05-201-0/+4
* radeon: fix DRI1 cmd streamJerome Glisse2009-05-182-17/+18
* r300: cleanup vertex program related functionsMaciej Cencora2009-05-166-216/+164
* r300: minor code movementMaciej Cencora2009-05-161-21/+21
* r300: more cleanupMaciej Cencora2009-05-161-27/+13
* r300: move some code to common pathMaciej Cencora2009-05-162-21/+12
* r300: rename functionsMaciej Cencora2009-05-167-8/+8
* r300: move forward declarations to where they belongMaciej Cencora2009-05-162-4/+5
* r300: software fallbacking handling rewriteMaciej Cencora2009-05-167-99/+208
* r300: r300EmitArrays should never failMaciej Cencora2009-05-163-10/+4
* r300: remove unnecessary switch casesMaciej Cencora2009-05-161-8/+0
* r300: further cleanupMaciej Cencora2009-05-167-85/+82
* r300: don't send now forbidden register to kernel when with memory managerJerome Glisse2009-05-143-16/+67
* Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTOwen W. Taylor2009-05-131-1/+4
* Remove subpixel offset from viewportOwen W. Taylor2009-05-131-10/+4
* radeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXELJerome Glisse2009-05-121-2/+2