summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-08-21glx: Make drawables persistent untill they are changed by glXMakeCurrentPauli Nieminen
2009-08-21radeon: Add comment to explain logic for freeing dma buffers.Pauli Nieminen
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-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-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-18Merge branch 'mesa_7_5_branch'Brian 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-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-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-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-17r300: split vbo rendering with big drawarray caseJerome Glisse
2009-08-17radeon: turn off bo debuggingDave Airlie
2009-08-16r300: disable ZTOP only when occlusion queries are usedMaciej Cencora
2009-08-15r300: enable ARB_occlusion_queryMaciej Cencora
2009-08-15radeon: add flag for drm OQ supportMaciej Cencora
2009-08-15r300: temporary occlusion query hackMaciej Cencora
2009-08-15r300: clear not_flushed OQ list after flushMaciej Cencora
2009-08-15r300/oq: add some debugging infoMaciej Cencora
2009-08-15r300: add occlusion queries supportMaciej Cencora
2009-08-15radeon space: realign with drm space check codeDave Airlie
2009-08-15r300: fixup space checks since VBO codeDave Airlie
2009-08-15r300: add just in case warn I don't think this can actually happenDave Airlie
2009-08-15radeon: enable vertex splitting for IBsDave Airlie
2009-08-15i965: disable bounds checking on arrays with stride 0Roland Scheidegger