summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-18Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-18egl/xlib: move call to create_configs() after we set the Xdpy fieldBrian Paul
2009-08-18tgsi/ppc: we don't implement saturation modes yetBrian Paul
2009-08-18tgsi/sse: we don't implement saturation modes yetBrian Paul
2009-08-18mesa: when emitting vertex program fog, set yzw=0,0,1Brian Paul
2009-08-18mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORDS queryBrian Paul
2009-08-18radeon: balance dma buffer mappingPauli Nieminen
2009-08-18egl: Create the front texture the properlyJakob Bornecrantz
2009-08-18r300: Movde debug output from stdout to stderr in copiler.Pauli Nieminen
2009-08-18r200: make use of DMA buffers for Elts a lot better.Dave Airlie
2009-08-18r200: Fix missing offset from elt buffer pointer.Pauli Nieminen
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen
2009-08-18r300: fix the build on big endianAlex Deucher
2009-08-18gallium: improved comments, minor whitespace changesBrian Paul
2009-08-18egl: Remove eglhash.c and eglhash.h.Chia-I Wu
2009-08-18egl: Add back handle checking.Chia-I Wu
2009-08-18egl: Make lookup functions static inline.Chia-I Wu
2009-08-18egl: Remove hash table for displays.Chia-I Wu
2009-08-18egl: Remove hash table for surfaces.Chia-I Wu
2009-08-18egl: _eglCloseDriver should be no-op.Chia-I Wu
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu
2009-08-18egl: Change the way drivers are loaded.Chia-I Wu
2009-08-18egl: Overhaul driver API.Chia-I Wu
2009-08-18r600: fix buildDave Airlie
2009-08-18r300: remove warning introduced with OQDave Airlie
2009-08-18radeon/r200: fix build after OQ commitsDave Airlie
2009-08-18r300: OQ reworkDave Airlie
2009-08-18r300: fix missing BEGIN/END batchesDave Airlie
2009-08-18r300: fix big endian buildDave Airlie
2009-08-17gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create()Brian Paul
2009-08-17demos/glsl: remove glutInitWindowPosition() callsBrian Paul
2009-08-17r600: fix counting error after the last commitAlex Deucher
2009-08-17r600: make sure the number of indices is validAlex Deucher
2009-08-17radeon: remove RADEON_DEBUG_BO stuffAlex Deucher
2009-08-17nv50: remove a few cases of directly casting struct pipe_contextMaarten Maathuis
2009-08-17nv50: borrow some flushing code from the ddxMaarten Maathuis
2009-08-17gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly.Maarten Maathuis
2009-08-17nv50: whitespace fixes and deobfuscationMaarten Maathuis
2009-08-17cell: fix incorrect pipe_transfer testsBrian Paul
2009-08-17r300: split vbo rendering with big drawarray caseJerome Glisse
2009-08-17nv50: fix stencil stateChristoph Bumiller
2009-08-17radeon: turn off bo debuggingDave Airlie
2009-08-16r300: disable ZTOP only when occlusion queries are usedMaciej Cencora
2009-08-16Merge branch 'oq'Maciej Cencora
2009-08-15mesa: Add 2 new demos to .gitignore.Pauli Nieminen
2009-08-15nv50: avoid a NULL-ptr dereference when the pipe context changesMaarten Maathuis
2009-08-15nv50: align registers used with TEX to 4Christoph Bumiller
2009-08-15r300: enable ARB_occlusion_queryMaciej Cencora
2009-08-15radeon: add flag for drm OQ supportMaciej Cencora