Age | Commit message (Expand) | Author |
2010-01-19 | radeon/r300/r600: share common glCopyTex(Sub)Image code | Maciej Cencora |
2010-01-19 | r600: align to r300 changes in the blit code | Maciej Cencora |
2010-01-19 | r300/r600: move some bo offsets checking to blit code | Maciej Cencora |
2010-01-19 | r600: prepare for some code sharing | Maciej Cencora |
2010-01-19 | r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381b | Alex Deucher |
2010-01-19 | r100/r200/r600: check if blitting for given format is supported earlier | Alex Deucher |
2010-01-18 | r60: Add relocs for CB_TILE/FRAG | Alex Deucher |
2010-01-18 | r600: fix some warnings | Alex Deucher |
2010-01-18 | r600: Update default state size to account for the new relocation | Jerome Glisse |
2010-01-18 | r6xx/r7xx: emit relocation for FRAG & TILE buffer | Jerome Glisse |
2010-01-18 | r600: fix shadow_ambient shader | Andre Maasikas |
2010-01-16 | r600: remove stray END_BATCH in blit code | Alex Deucher |
2010-01-15 | r600: improve blit support | Alex Deucher |
2010-01-15 | r600: add initial blit support | Andre Maasikas |
2010-01-15 | r600: add r600_blit.c | Alex Deucher |
2010-01-08 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-06 | r600: adjust after radeon mipmap changes in 7118db8700 | Andre Maasikas |
2010-01-06 | r600: float texture component ordering | Pierre Ossman |
2010-01-05 | Merge branch 'remove-intel-dri1' | Kristian Høgsberg |
2010-01-05 | r600: adjust after radeon mipmap changes in 7118db8700 | Andre Maasikas |
2010-01-05 | r600: support depth compare functions & shadow_ambient | Andre Maasikas |
2010-01-04 | mesa: make texture BorderColor a union of float/int/uint | Brian Paul |
2010-01-04 | r600: support vertex_array_bgra | Andre Maasikas |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2010-01-04 | r600: support vertex_array_bgra | Andre Maasikas |
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul |
2009-12-22 | mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr. | Brian Paul |
2009-12-21 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-21 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul |
2009-12-22 | radeon/r600: use new libdrm_radeon api | Dave Airlie |
2009-12-22 | r600: move structs for legacy cmdbuf into cmdbuf C file. | Dave Airlie |
2009-12-22 | radeon/r600: use new libdrm_radeon api | Dave Airlie |
2009-12-22 | r600: move structs for legacy cmdbuf into cmdbuf C file. | Dave Airlie |
2009-12-21 | r600: fix glFrontFace(GL_CW) | Dave Airlie |
2009-12-21 | r600: support more of arb_point_sprite and also sprite_coord_origin | Andre Maasikas |
2009-12-21 | r600: disallow negative offsets for relative addressing for now | Andre Maasikas |
2009-12-21 | r600: fix glFrontFace(GL_CW) | Dave Airlie |
2009-12-21 | radeon/r600: use new libdrm_radeon api | Dave Airlie |
2009-12-18 | r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default. | Richard Li |
2009-12-18 | radeon: fix frontbuffer read/drawpixels | Dave Airlie |
2009-12-17 | r600: move structs for legacy cmdbuf into cmdbuf C file. | Dave Airlie |
2009-12-16 | r600: Invert front face winding when rendering to FBO | Alex Deucher |
2009-12-16 | r600 : clean a bit to prepare to enable gl2. | Richard Li |
2009-12-15 | r600: use _mesa_insert_instructions to fixup wpos instead of manual ins insert | Andre Maasikas |
2009-12-15 | r600: fix typos for vert-tex | Andre Maasikas |
2009-12-15 | r600: fix fragment.position | Andre Maasikas |
2009-12-15 | r600: add support for FRAG_ATTRIB_PNTC | Andre Maasikas |
2009-12-15 | r600: add DDX DDY opcodes | Andre Maasikas |
2009-12-14 | r600 : add texture support for vertex shader. | Richard Li |
2009-12-11 | Merge branch 'mesa_7_7_branch' | Brian Paul |