summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r300: Fix dri1 not to emit state that is not supported in old drm.Pauli Nieminen2009-08-222-15/+35
* radeon/r300: Code clean up and logic fix.Pauli Nieminen2009-08-223-4/+4
* r300: Remove calls to rcommonEnsureCmdBufSpace.Pauli Nieminen2009-08-212-10/+0
* radeon: protect against buffer overflow in state atom debug code.Pauli Nieminen2009-08-211-0/+5
* radeon: Improve state emit code.Pauli Nieminen2009-08-218-60/+78
* r300: Add debug output to show how much was emited in TryDrawPrims.Pauli Nieminen2009-08-211-2/+6
* r300: Predict emit size for next rendering operation.Pauli Nieminen2009-08-214-4/+43
* r300: Handle possible fall back if space check fails.Pauli Nieminen2009-08-211-0/+3
* r300: Delay allocation of dma regions in TryDrawprims.Pauli Nieminen2009-08-211-47/+78
* r300: Clean emit code.Pauli Nieminen2009-08-217-163/+181
* radeon: Port flush preventation code from r200 to r100.Pauli Nieminen2009-08-215-108/+246
* r200: Make swtcl use state size prediction for flush.Pauli Nieminen2009-08-211-1/+1
* r200: Remove unnecessery Elts from r200 context.Pauli Nieminen2009-08-212-6/+2
* r200: Remove unnecessary calls to rcommonEnsureCmdBufSpace.Pauli Nieminen2009-08-212-16/+6
* r200: Fix atom->check call to return emit size for atom.Pauli Nieminen2009-08-212-160/+303
* r200: Prevent flush in middle of rendering.Pauli Nieminen2009-08-214-3/+83
* radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen2009-08-212-2/+4
* glx: Make drawables persistent untill they are changed by glXMakeCurrentPauli Nieminen2009-08-211-41/+80
* egl: Make _eglChooseDriver return the filename of the driver.Chia-I Wu2009-08-211-13/+33
* egl: Remove dependency on libX11.Chia-I Wu2009-08-217-204/+43
* egl_softpipe: Do not flush unlinked context.Chia-I Wu2009-08-211-3/+8
* egl: Check for null display in handle checking.Chia-I Wu2009-08-212-7/+12
* st/egl: Add support for drmModeDirtyFB command if foundJakob Bornecrantz2009-08-211-2/+10
* radeon: Add comment to explain logic for freeing dma buffers.Pauli Nieminen2009-08-211-0/+3
* r600: convert to using common radeon state atomsAlex Deucher2009-08-208-233/+154
* r600: improve state emissionAlex Deucher2009-08-206-30/+182
* r600: split state emit into block specific functionsAlex Deucher2009-08-206-320/+379
* nv50: use VTX_ATTR_nF for constant vtxeltsChristoph Bumiller2009-08-203-1/+75
* nv50: set vertex buffer limitsChristoph Bumiller2009-08-201-2/+11
* nv50: modify vbo format to hw translation, add BGRA swizzleChristoph Bumiller2009-08-201-39/+65
* st/egl: Open the first drm nodeJakob Bornecrantz2009-08-201-1/+12
* tgsi: when printing/dumping programs indent loops and conditionalsBrian Paul2009-08-201-0/+35
* tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul2009-08-202-0/+8
* tgsi: handle SOA dependencies for MOV/SWZBrian Paul2009-08-202-14/+44
* tgsi: added tgsi_full_instruction::Flags fieldBrian Paul2009-08-202-0/+3
* r600: try and get everything in the draw in one IBAlex Deucher2009-08-201-3/+10
* r600: move misc regs from general stateAlex Deucher2009-08-201-7/+9
* mesa: add GL_DEPTH_STENCIL to glCopyPixels error checkBrian Paul2009-08-201-1/+8
* r600: rework emit codeAlex Deucher2009-08-204-37/+44
* radeon: Update regulary cs processing info from kernel.Pauli Nieminen2009-08-203-6/+12
* gallium: rename copy/fill_rect utility functionsBrian Paul2009-08-196-12/+12
* gallium: fix tags target in Makefile.templateBrian Paul2009-08-191-1/+1
* radeon: fix typo in last dma patchAlex Deucher2009-08-191-1/+1
* intel: Fix failure to commit -a --amend before last push.Eric Anholt2009-08-191-1/+1
* intel: Align cubemap texture height to its padding requirements.Eric Anholt2009-08-191-0/+10
* intel: Align untiled region height to 2 according to 965 docs.Eric Anholt2009-08-191-0/+10
* radeon: Add debug output for dma buffer object numbers.Pauli Nieminen2009-08-191-3/+18
* radeon: Fix dma buffer object pool to scale object sizes.Pauli Nieminen2009-08-192-11/+42
* r600: minor cleanupAlex Deucher2009-08-191-2/+1
* tgsi: Add missing include.José Fonseca2009-08-191-0/+1