Age | Commit message (Expand) | Author |
2010-03-24 | r100/r200/r300/r600: enable accel for Copy/DrawPixels without kms | Alex Deucher |
2010-03-12 | r100/r200/r300/r300: only enable accelerated pixel ops with kms | Alex Deucher |
2010-03-10 | r300: enable depth test only if depth buffer is available | Maciej Cencora |
2010-03-09 | r300: don't crash if there's no colorbuffer | Maciej Cencora |
2010-03-09 | r300: add support for more rendering formats | Maciej Cencora |
2010-03-09 | r300: enable HW accelerated gl(Read/Copy/Draw)Pixels | Maciej Cencora |
2010-03-07 | r300: VAP flush is needed only when vertex program or constants are changed | Maciej Cencora |
2010-03-07 | r300: recalculate point size, if point min/max size changes | Maciej Cencora |
2010-03-07 | r300: no need to flush on context init | Maciej Cencora |
2010-03-07 | r300: remove unnecessary code | Maciej Cencora |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-23 | r300: Remove unnecessary headers. | Vinson Lee |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul |
2009-12-22 | mesa: Remove _mesa_exit wrapper for exit(). | Eric Anholt |
2009-12-12 | r300: use _mesa_meta_Clear for buffer clears | Maciej Cencora |
2009-12-02 | Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state... | Dave Airlie |
2009-11-14 | radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ... | Maciej Cencora |
2009-10-05 | drivers: don't include texformat.h | Brian Paul |
2009-09-10 | r300: add full support for two sided stencil on r5xx for dri2 | Alex Deucher |
2009-09-04 | r300: Add support for GL_EXT_provoking_vertex | Alex Deucher |
2009-08-31 | r300: Convert to shared debug code. | Pauli Nieminen |
2009-08-21 | r300: Clean emit code. | Pauli Nieminen |
2009-08-18 | r300: OQ rework | Dave Airlie |
2009-08-16 | r300: disable ZTOP only when occlusion queries are used | Maciej Cencora |
2009-08-15 | r300: temporary occlusion query hack | Maciej Cencora |
2009-08-01 | r300: Fix corner-case of KIL on R300 | Nicolai Hähnle |
2009-08-01 | r300: Fix Z buffer re-emit after window resize | Nicolai Hähnle |
2009-07-30 | r300/compiler: Remove inst_offset from r500_fragment_program_code | Nicolai Hähnle |
2009-07-29 | r300: Cleanup r300_fragment_program_code | Nicolai Hähnle |
2009-07-27 | r300/fragprog: Finally get rid of the duplicate program copy | Nicolai Hähnle |
2009-07-27 | r300/compiler: Refactor local transforms to use rc_program | Nicolai Hähnle |
2009-07-27 | r300: Allow compiler to add constants in a cleaner way | 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: 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-14 | radeon: Invert front face winding when rendering to FBO. | Michel Dänzer |
2009-07-13 | r300: removed unnecessary params | 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: move fragment program selection before vertex program selection | Maciej Cencora |
2009-07-13 | r300: implement proper IsProgramNative check for vertex programs | Maciej Cencora |
2009-07-13 | r300: cache translated fragment programs | Maciej Cencora |
2009-07-13 | r300: update state parameters only once per rendering operation | Maciej Cencora |
2009-06-11 | r300: send only RS_IP_* regs that we are going to use | Maciej Cencora |
2009-06-11 | r300: fix RS setup when no colors and textures are sent to FP | Maciej Cencora |
2009-06-11 | r300: fix a GPU lock up | Maciej Cencora |