Age | Commit message (Expand) | Author |
2010-07-11 | r300c: Fix vertex data setup for named buffer objects with unaligned offset | Maciej Cencora |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-14 | r300: Silence uninitialized variable warning. | Vinson Lee |
2010-02-06 | r300: Fix emit size prediction to know about primitive splitting. | Pauli Nieminen |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-23 | r300: Remove unnecessary headers. | Vinson Lee |
2010-01-23 | r300: half float support | Dave Airlie |
2009-11-24 | radeon/r200/r300/r600: make bo mapping be explicit | Dave Airlie |
2009-08-31 | r300: Convert to shared debug code. | Pauli Nieminen |
2009-08-28 | r300: Fix emit prediction to account scissor emitting correctly. | Pauli Nieminen |
2009-08-25 | radeon/r200/r300/r600: Warn if we emit more than prediction was. | Pauli Nieminen |
2009-08-24 | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st... | Pauli Nieminen |
2009-08-22 | r300: Fix debug output. | Pauli Nieminen |
2009-08-22 | radeon/r300: Code clean up and logic fix. | Pauli Nieminen |
2009-08-22 | Fix r300 VBO support build on big endian. | Michel Dänzer |
2009-08-21 | r300: Remove calls to rcommonEnsureCmdBufSpace. | Pauli Nieminen |
2009-08-21 | radeon: Improve state emit code. | Pauli Nieminen |
2009-08-21 | r300: Add debug output to show how much was emited in TryDrawPrims. | Pauli Nieminen |
2009-08-21 | r300: Predict emit size for next rendering operation. | Pauli Nieminen |
2009-08-21 | r300: Handle possible fall back if space check fails. | Pauli Nieminen |
2009-08-21 | r300: Delay allocation of dma regions in TryDrawprims. | Pauli Nieminen |
2009-08-18 | radeon: Optimize memory handling for dma operations. | Pauli Nieminen |
2009-08-18 | r300: fix the build on big endian | Alex Deucher |
2009-08-18 | r300: OQ rework | Dave Airlie |
2009-08-18 | r300: fix big endian build | Dave Airlie |
2009-08-15 | r300: add occlusion queries support | Maciej Cencora |
2009-08-15 | r300: fixup space checks since VBO code | Dave Airlie |
2009-08-15 | radeon: enable vertex splitting for IBs | Dave Airlie |
2009-08-15 | Merge branch 'vbo_clean' | Maciej Cencora |
2009-08-15 | r300: mark VBO buffer objects as persistent | Maciej Cencora |
2009-08-14 | r300: unmap buffer objects after usage | Maciej Cencora |
2009-08-14 | r300: remove broken vertex splitting | Maciej Cencora |
2009-08-14 | r300: rework index buffer setup | Maciej Cencora |
2009-08-14 | r300: use VBOs for vertex attributes | Maciej Cencora |
2009-08-12 | vbo: Avoid extra validation of DrawElements. | Eric Anholt |
2009-07-27 | r300: Move vertex program compilation to compiler | Nicolai Hähnle |
2009-07-27 | r300: Cleanup vertex_program structure | Nicolai Hähnle |
2009-07-13 | r300: fix StrideB == 0 case when converting data format | Maciej Cencora |
2009-07-13 | r300: bind vertex program to fragment program | Maciej Cencora |
2009-07-08 | r300: fix regression introduced by ca13937ef97c7779f639dcfc95b3798a11de01bd | Maciej Cencora |
2009-07-06 | radeon: ensure cmdbuf space for state + AOS is available | Dave Airlie |
2009-07-05 | r300: fix vertex limits | Maciej Cencora |
2009-06-18 | r300: use vbo_split_prims to split up large vertex buffers. | Dave Airlie |
2009-06-07 | r300: Endianness fixes for recent vertex path changes. | Michel Dänzer |
2009-06-07 | r300: vertex array stride = 0 means that data are tightly packed in the array | Maciej Cencora |
2009-06-07 | r300: GL_(U)SHORT and GL_(U)BYTE with < 4 components can also be HW accelerated | Maciej Cencora |
2009-06-07 | r300: add hw accelerated support for different vertex data formats | Maciej Cencora |