summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-11r300: fix VAP setupradeon-rewriteMaciej Cencora1-5/+6
2009-06-11r300: fix for SW TCL pathMaciej Cencora1-1/+1
2009-06-11r300: don't send unused attributes for SW TCL pathMaciej Cencora1-14/+14
2009-06-11r300: send only RS_IP_* regs that we are going to useMaciej Cencora2-10/+4
2009-06-11r300: fix RS setup when no colors and textures are sent to FPMaciej Cencora1-4/+6
2009-06-11r300: r500 fragment program fixesMaciej Cencora1-12/+11
2009-06-11radeon: increase max bo countMaciej Cencora1-1/+1
2009-06-11r300: fix a GPU lock upMaciej Cencora3-21/+24
2009-06-11r300: fix vertex program bugMaciej Cencora1-6/+10
2009-06-11r300: move some code for easier debuggingMaciej Cencora1-17/+37
2009-06-11r300: print vertex program when debugging is enabledMaciej Cencora1-3/+14
2009-06-11r300: fix output register allocation for vertex shadersMaciej Cencora1-9/+19
2009-06-11r300: hw doesn't support saturation for tex instructionsMaciej Cencora1-0/+3
2009-06-11r300: fix indexed primitive rendering when using memory managerJerome Glisse1-2/+2
2009-06-10r300: make sure indexed rendering doesn't try to use more than the num of ver...Jerome Glisse1-0/+7
2009-06-09radeon: fix mipmap_limits crasher.Dave Airlie1-1/+1
2009-06-08r300: fix regression caused by 056bc77547c304021a0faf204897ed238a5cf424Maciej Cencora1-0/+1
2009-06-07Merge remote branch 'origin/master' into radeon-rewriteDave Airlie291-8087/+16052
2009-06-07r300: Endianness fixes for recent vertex path changes.Michel Dänzer2-9/+37
2009-06-07r300: vertex array stride = 0 means that data are tightly packed in the arrayMaciej Cencora1-5/+8
2009-06-07r300: GL_(U)SHORT and GL_(U)BYTE with < 4 components can also be HW acceleratedMaciej Cencora1-20/+29
2009-06-07r300: remove unused codeMaciej Cencora4-55/+1
2009-06-07r300: rewrite vertex setup for software T&L path using functions from softwar...Maciej Cencora4-209/+54
2009-06-07r300: prepare for some code duplication removalMaciej Cencora2-5/+15
2009-06-07r300: enable EXT_vertex_array_bgra extensionsMaciej Cencora1-0/+1
2009-06-07r300: add hw accelerated support for different vertex data formatsMaciej Cencora7-57/+485
2009-06-07r300: prepare for different vertex data type supportMaciej Cencora6-120/+116
2009-06-07r300: fixup vertex attributes orderingMaciej Cencora1-17/+10
2009-06-07r300: always pass 4 color components to RS unitMaciej Cencora1-42/+6
2009-06-06nv50: fix multi-texturingBen Skeggs3-5/+16
2009-06-06nv50: support non-normalized texture coordsBen Skeggs4-8/+18
2009-06-05r300-gallium: Use VAP_CLIP_CNTL.Corbin Simpson2-4/+5
2009-06-05r300-gallium: Emit UCP.Corbin Simpson4-20/+53
2009-06-05r300-gallium: Improve vs emit.Corbin Simpson2-8/+14
2009-06-05mesa: Fix wglext.h prototypes.Michal Krol1-2/+2
2009-06-05nv50: use larger tile sizesBen Skeggs2-4/+11
2009-06-05nv50: use nouveau_bo for query buffersBen Skeggs1-13/+12
2009-06-05nv50: create textures with nouveau_bo, for flexibility with tiling laterBen Skeggs6-41/+46
2009-06-05util: Fix winsock include.Michal Krol1-1/+1
2009-06-05r300-gallium: Mute some debug info.Corbin Simpson1-6/+13
2009-06-04r300-gallium: vs: Fix negation calculation.Corbin Simpson1-4/+4
2009-06-04r300-gallium: Fix pasta.Corbin Simpson1-1/+1
2009-06-04r300-gallium: Improve vs debug more.Corbin Simpson2-1/+22
2009-06-04r300-gallium: vs: Add negation, SUB.Corbin Simpson3-5/+25
2009-06-04r300: Moar vs debug.Corbin Simpson2-3/+28
2009-06-05nouveau: plug in our map_buffer_range and friendsBen Skeggs1-7/+1
2009-06-05nouveau: fix build with libdrm_nouveau 0.6Ben Skeggs6-19/+18
2009-06-05nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs24-414/+198
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs32-265/+218
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs15-226/+195