summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-22r600: move full state to radeon state atomsAlex Deucher
2009-08-22r600: add support for RS880Alex Deucher
2009-08-22i965: Implement frag prog DPH like DP4Ian Romanick
2009-08-22st/dri: Remove some debug printsJakob Bornecrantz
2009-08-22st/dri: Find out if the drawable is a pixmapJakob Bornecrantz
2009-08-22st/dri: Fix frontbuffer rendering with DRI2Jakob Bornecrantz
2009-08-22st/xorg: Handle fake fronts correctly for pixmapsJakob Bornecrantz
2009-08-22i915g: Remove bad assert on fenceJakob Bornecrantz
2009-08-22glx/dri2: Always use X drawable ID for DRI2 protocol.Michel Dänzer
2009-08-22Fix r300 VBO support build on big endian.Michel Dänzer
2009-08-21r600: better default state size.Alex Deucher
2009-08-21Merge branch 'asm-shader-rework-1'Ian Romanick
2009-08-21radeon: fix incorrect loop limit (warned by -O3)Brian Paul
2009-08-21glx: initialize some local vars to silence warnings with -O3Brian Paul
2009-08-21egl: Make _eglChooseDriver return the filename of the driver.Chia-I Wu
2009-08-21egl: Remove dependency on libX11.Chia-I Wu
2009-08-21egl_softpipe: Do not flush unlinked context.Chia-I Wu
2009-08-21egl: Check for null display in handle checking.Chia-I Wu
2009-08-21st/egl: Add support for drmModeDirtyFB command if foundJakob Bornecrantz
2009-08-21radeon: Add comment to explain logic for freeing dma buffers.Pauli Nieminen
2009-08-20ARB prog parser: Revert part of previous change to constant parsingIan Romanick
2009-08-20r600: convert to using common radeon state atomsAlex Deucher
2009-08-20r600: improve state emissionAlex Deucher
2009-08-20r600: split state emit into block specific functionsAlex Deucher
2009-08-20nv50: use VTX_ATTR_nF for constant vtxeltsChristoph Bumiller
2009-08-20nv50: set vertex buffer limitsChristoph Bumiller
2009-08-20nv50: modify vbo format to hw translation, add BGRA swizzleChristoph Bumiller
2009-08-20st/egl: Open the first drm nodeJakob Bornecrantz
2009-08-20tgsi: when printing/dumping programs indent loops and conditionalsBrian Paul
2009-08-20tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul
2009-08-20tgsi: handle SOA dependencies for MOV/SWZBrian Paul
2009-08-20tgsi: added tgsi_full_instruction::Flags fieldBrian Paul
2009-08-20r600: try and get everything in the draw in one IBAlex Deucher
2009-08-20r600: move misc regs from general stateAlex Deucher
2009-08-20mesa: add GL_DEPTH_STENCIL to glCopyPixels error checkBrian Paul
2009-08-20r600: rework emit codeAlex Deucher
2009-08-20radeon: Update regulary cs processing info from kernel.Pauli Nieminen
2009-08-19gallium: rename copy/fill_rect utility functionsBrian Paul
2009-08-19gallium: fix tags target in Makefile.templateBrian Paul
2009-08-19radeon: fix typo in last dma patchAlex Deucher
2009-08-19intel: Fix failure to commit -a --amend before last push.Eric Anholt
2009-08-19intel: Align cubemap texture height to its padding requirements.Eric Anholt
2009-08-19intel: Align untiled region height to 2 according to 965 docs.Eric Anholt
2009-08-19radeon: Add debug output for dma buffer object numbers.Pauli Nieminen
2009-08-19radeon: Fix dma buffer object pool to scale object sizes.Pauli Nieminen
2009-08-19r600: minor cleanupAlex Deucher
2009-08-19tgsi: Add missing include.José Fonseca
2009-08-19tgsi: Fix typo in ureg constant creation.José Fonseca
2009-08-19st/xlib: remove a couple more 'fake' referencesKeith Whitwell
2009-08-19st/xlib: remove dead ungrab helperKeith Whitwell