summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_draw.c
AgeCommit message (Expand)Author
2010-11-08mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping.Mario Kleiner
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-11r300c: Fix vertex data setup for named buffer objects with unaligned offsetMaciej Cencora
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-14r300: Silence uninitialized variable warning.Vinson Lee
2010-02-06r300: Fix emit size prediction to know about primitive splitting.Pauli Nieminen
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23r300: Remove unnecessary headers.Vinson Lee
2010-01-23r300: half float supportDave Airlie
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie
2009-08-31r300: Convert to shared debug code.Pauli Nieminen
2009-08-28r300: Fix emit prediction to account scissor emitting correctly.Pauli Nieminen
2009-08-25radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-22r300: Fix debug output.Pauli Nieminen
2009-08-22radeon/r300: Code clean up and logic fix.Pauli Nieminen
2009-08-22Fix r300 VBO support build on big endian.Michel Dänzer
2009-08-21r300: Remove calls to rcommonEnsureCmdBufSpace.Pauli Nieminen
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-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-18radeon: Optimize memory handling for dma operations.Pauli Nieminen
2009-08-18r300: fix the build on big endianAlex Deucher
2009-08-18r300: OQ reworkDave Airlie
2009-08-18r300: fix big endian buildDave Airlie
2009-08-15r300: add occlusion queries supportMaciej Cencora
2009-08-15r300: fixup space checks since VBO codeDave Airlie
2009-08-15radeon: enable vertex splitting for IBsDave Airlie
2009-08-15Merge branch 'vbo_clean'Maciej Cencora
2009-08-15r300: mark VBO buffer objects as persistentMaciej Cencora
2009-08-14r300: unmap buffer objects after usageMaciej Cencora
2009-08-14r300: remove broken vertex splittingMaciej Cencora
2009-08-14r300: rework index buffer setupMaciej Cencora
2009-08-14r300: use VBOs for vertex attributesMaciej Cencora
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-07-27r300: Move vertex program compilation to compilerNicolai Hähnle
2009-07-27r300: Cleanup vertex_program structureNicolai Hähnle
2009-07-13r300: fix StrideB == 0 case when converting data formatMaciej Cencora
2009-07-13r300: bind vertex program to fragment programMaciej Cencora
2009-07-08r300: fix regression introduced by ca13937ef97c7779f639dcfc95b3798a11de01bdMaciej Cencora
2009-07-06radeon: ensure cmdbuf space for state + AOS is availableDave Airlie
2009-07-05r300: fix vertex limitsMaciej Cencora
2009-06-18r300: use vbo_split_prims to split up large vertex buffers.Dave Airlie
2009-06-07r300: Endianness fixes for recent vertex path changes.Michel Dänzer
2009-06-07r300: vertex array stride = 0 means that data are tightly packed in the arrayMaciej Cencora
2009-06-07r300: GL_(U)SHORT and GL_(U)BYTE with < 4 components can also be HW acceleratedMaciej Cencora
2009-06-07r300: add hw accelerated support for different vertex data formatsMaciej Cencora