summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-24radeon: Fix dri1 ctx emit size.Pauli Nieminen
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-23radeon: add radeon_cs_write_table to the legacy pathAlex Deucher
2009-08-23r600: bump reloc_chunk sizeAlex Deucher
2009-08-23r600: fix count for CB/DB target stateAlex Deucher
2009-08-23r300: fix a typoMaciej Cencora
2009-08-23radeon: use proper macroMaciej Cencora
2009-08-23radeon: use bo_is_idle interface for checking if OQ result is availableMaciej Cencora
2009-08-23r300: minor optimizationMaciej Cencora
2009-08-23ARB prog lexer: Fix lexer to eat both DOS and Unix line endingsIan Romanick
2009-08-23r600: use persistent bos for shadersAlex Deucher
2009-08-23r600: always emit CB baseAlex Deucher
2009-08-23radeon: Fix compilation with legacy memory manager.Pauli Nieminen
2009-08-23radeon: Check from kernel if dma buffer is idle.Pauli Nieminen
2009-08-22r600: make state emit more fine grainedAlex Deucher
2009-08-22ARB prog parser: include imports.h to kill some compiler warningsLuo Jinghua
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-22r300: Fix debug output.Pauli Nieminen
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-22r300: Fix dri1 not to emit state that is not supported in old drm.Pauli Nieminen
2009-08-22radeon/r300: Code clean up and logic fix.Pauli Nieminen
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-21r300: Remove calls to rcommonEnsureCmdBufSpace.Pauli Nieminen
2009-08-21radeon: protect against buffer overflow in state atom debug code.Pauli Nieminen
2009-08-21Merge branch 'asm-shader-rework-1'Ian Romanick
2009-08-21radeon: Improve state emit code.Pauli Nieminen
2009-08-21r300: Add debug output to show how much was emited in TryDrawPrims.Pauli Nieminen
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-21r300: Predict emit size for next rendering operation.Pauli Nieminen
2009-08-21r300: Handle possible fall back if space check fails.Pauli Nieminen
2009-08-21r300: Delay allocation of dma regions in TryDrawprims.Pauli Nieminen
2009-08-21r300: Clean emit code.Pauli Nieminen
2009-08-21radeon: Port flush preventation code from r200 to r100.Pauli Nieminen
2009-08-21r200: Make swtcl use state size prediction for flush.Pauli Nieminen
2009-08-21r200: Remove unnecessery Elts from r200 context.Pauli Nieminen
2009-08-21r200: Remove unnecessary calls to rcommonEnsureCmdBufSpace.Pauli Nieminen
2009-08-21r200: Fix atom->check call to return emit size for atom.Pauli Nieminen
2009-08-21r200: Prevent flush in middle of rendering.Pauli Nieminen
2009-08-21radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen
2009-08-21glx: Make drawables persistent untill they are changed by glXMakeCurrentPauli Nieminen
2009-08-21egl: Make _eglChooseDriver return the filename of the driver.Chia-I Wu