summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | More docs. Glossary.Corbin Simpson2009-12-2113-26/+174
| * | gallium/docs: extend the context docs a littleKeith Whitwell2009-12-211-16/+63
| * | docs: remove some old opcodes and other cruft from tgsi docKeith Whitwell2009-12-211-295/+27
| * | docs: pull in tgsi-instruction-set.txt verbatimKeith Whitwell2009-12-211-0/+1164
| * | Regen docs.Corbin Simpson2009-12-2015-12/+224
| * | Moar docs, mostly context.Corbin Simpson2009-12-207-2/+113
| * | Regenerate docs.Corbin Simpson2009-12-2012-18/+328
| * | Document rasterizer.Corbin Simpson2009-12-201-1/+75
| * | Fill out some of the CSO info.Corbin Simpson2009-12-204-5/+79
| * | Add screen and context to docs.Corbin Simpson2009-12-2011-6/+295
| * | Add a compiled HTML doctree.Corbin Simpson2009-12-2032-0/+2815
| * | Add Gallium docs.Corbin Simpson2009-12-2012-0/+508
| * | r300g: Add a few more params.Corbin Simpson2009-12-201-0/+4
* | | egl: Fix breakage from -fvisibility=hidden.Chia-I Wu2010-01-0511-30/+41
* | | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-05162-2228/+880
|\ \ \
| * | | intel: intelScreenContext() is no longer usedKristian Høgsberg2010-01-041-15/+0
| * | | intel: Remove remaining dri2.enabled testsKristian Høgsberg2010-01-042-27/+0
| * | | intel: Drop more cliprect bookkeepingKristian Høgsberg2010-01-046-122/+44
| * | | intel: Remove struct intel_framebufferKristian Høgsberg2010-01-045-90/+51
| * | | intel: Remove client-side vblank codeKristian Høgsberg2010-01-048-221/+0
| * | | intel: Drop intelWindowMoved()Kristian Høgsberg2010-01-042-81/+0
| * | | intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-0413-128/+49
| * | | intel: Drop DRI1 static regionsKristian Høgsberg2010-01-044-352/+3
| * | | intel: Use depth buffer from ctx.DrawBuffer in copypix_src_region()Kristian Høgsberg2010-01-041-7/+12
| * | | intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-0413-204/+3
| * | | intel: Drop DRI1 SwapBuffer implementationKristian Høgsberg2010-01-043-189/+0
| * | | intel: Drop DRI1 CopySubBuffer implementationKristian Høgsberg2010-01-042-30/+0
| * | | intel: Drop DRI1 supportKristian Høgsberg2010-01-041-133/+0
| * | | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-0416-9/+101
| * | | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-04141-639/+634
| * | | Check for libdrm_$chipset.pc when neededKristian Høgsberg2010-01-042-2/+4
* | | | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-0527-270/+240
|\ \ \ \
| * | | | gallium: propagate draw retval changes into cell driverRoland Scheidegger2009-12-231-10/+8
| * | | | gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-2120-164/+146
| * | | | gallium: remove return value from draw callsKeith Whitwell2009-12-2110-100/+90
* | | | | r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2010-01-052-6/+5
* | | | | r600: support depth compare functions & shadow_ambientAndre Maasikas2010-01-055-2/+98
* | | | | tgsi: Simplify implementation of few interpreter's instructions.Michal Krol2010-01-051-384/+311
* | | | | tgsi: Use FREE() to release MALLOC-ed() memories in sanity.Michal Krol2010-01-051-4/+4
* | | | | tgsi: Fix bogus loop condition in sanity.Michal Krol2010-01-051-2/+2
* | | | | tgsi: Treat MOV source operand as FLOAT so modifiers works as expected.Michal Krol2010-01-051-1/+1
* | | | | tgsi: Store ADDR file in interpreter as an int.Michal Krol2010-01-051-18/+44
* | | | | tgsi: Remove dead micro_umod().Michal Krol2010-01-051-14/+0
* | | | | tgsi: Make interpreter aware of float and integer data types.Michal Krol2010-01-051-109/+133
* | | | | gallium: Add UMOD TGSI opcode.Michal Krol2010-01-054-11/+28
* | | | | gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol2010-01-054-12/+184
* | | | | tgsi/ureg: Improve immediate match & expand logic.Michal Krol2010-01-051-6/+10
* | | | | tgsi: Support signed/unsigned integer immediate types.Michal Krol2010-01-055-47/+215
* | | | | gallium: Add signed/unsigned int immediate data types.Michal Krol2010-01-051-0/+4
* | | | | tgsi: Cleanup interpreter code for other existing integer opcodes.Michal Krol2010-01-051-116/+66