Age | Commit message (Expand) | Author |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-04-28 | dri: Add DRI entrypoints to create a context for a given API | Kristian Høgsberg |
2010-03-07 | r300: VAP flush is needed only when vertex program or constants are changed | Maciej Cencora |
2010-01-19 | radeon/r300/r600: share common glCopyTex(Sub)Image code | Maciej Cencora |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2009-12-12 | r300: use accelerated emit for CopyTex[Sub]Image functions | Maciej Cencora |
2009-12-12 | r300: accelerated blit support | Maciej Cencora |
2009-09-10 | r300: add full support for two sided stencil on r5xx for dri2 | Alex Deucher |
2009-08-25 | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st... | Pauli Nieminen |
2009-08-24 | r300: add support for getting Z pipe info from drm | Alex Deucher |
2009-08-21 | r300: Clean emit code. | Pauli Nieminen |
2009-08-18 | radeon: Optimize memory handling for dma operations. | Pauli Nieminen |
2009-08-18 | r300: OQ rework | Dave Airlie |
2009-08-15 | r300: add occlusion queries support | Maciej Cencora |
2009-08-14 | r300: rework index buffer setup | Maciej Cencora |
2009-08-14 | r300: use VBOs for vertex attributes | Maciej Cencora |
2009-07-27 | r300/fragprog: Move wpos_attr and fog_attr where they belong | Nicolai Hähnle |
2009-07-27 | r300/fragprog: Finally get rid of the duplicate program copy | Nicolai Hähnle |
2009-07-27 | r300/vertprog: Refactor addArtificialOutputs to use rc_program | Nicolai Hähnle |
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-27 | r300: Remove faux lazy translation of vertex programs | Nicolai Hähnle |
2009-07-27 | r300: Reduce include dependencies | Nicolai Hähnle |
2009-07-27 | r300: Remove some dependencies on additional fragment program copies | Nicolai Hähnle |
2009-07-27 | r300: Detangle fragment program compiler from driver-specific structure | Nicolai Hähnle |
2009-07-13 | r300: document r300_vertex_program_cont structure | Maciej Cencora |
2009-07-13 | r300: document r300_fragment_program_cont struct | Maciej Cencora |
2009-07-13 | r300: rewrite FOGC and HPOS attribs handling | Maciej Cencora |
2009-07-13 | r300: bind vertex program to fragment program | Maciej Cencora |
2009-07-13 | r300: implement proper IsProgramNative check for vertex programs | Maciej Cencora |
2009-07-13 | r300: don't modify original vertex program | Maciej Cencora |
2009-07-13 | r300: cache translated fragment programs | Maciej Cencora |
2009-06-07 | r300: remove unused code | Maciej Cencora |
2009-06-07 | r300: add hw accelerated support for different vertex data formats | Maciej Cencora |
2009-06-07 | r300: prepare for different vertex data type support | Maciej Cencora |
2009-05-16 | r300: cleanup vertex program related functions | Maciej Cencora |
2009-05-16 | r300: move some code to common path | Maciej Cencora |
2009-05-16 | r300: rename functions | Maciej Cencora |
2009-05-16 | r300: software fallbacking handling rewrite | Maciej Cencora |
2009-05-16 | r300: further cleanup | Maciej Cencora |
2009-05-14 | r300: don't send now forbidden register to kernel when with memory manager | Jerome Glisse |
2009-04-27 | r300: fix fragment program limits | Maciej Cencora |
2009-04-27 | r300: rename state | Maciej Cencora |
2009-04-19 | r300: fix missing function declaration | Maciej Cencora |
2009-04-19 | r300: move common fp functions to seperate file | Maciej Cencora |
2009-04-19 | r300: more prepare for merge | Maciej Cencora |
2009-04-19 | r300: further r300/r500 merge preparation | Maciej Cencora |
2009-04-19 | r300: merge r300/r500 fragment program compiler structure | Maciej Cencora |
2009-04-19 | r300: merge r300/r500 fragment program structures | Maciej Cencora |
2009-04-19 | r300: r300/r500 fp shader merge WIP | Maciej Cencora |