Age | Commit message (Expand) | Author |
2009-11-24 | r600 : fix stack depth setting bug. | Richard Li |
2009-11-24 | slang: Fix allocation size. | Michal Krol |
2009-11-24 | mesa: Fix pointer arithmetic. | Michal Krol |
2009-11-24 | r300: fix swtcl bo leak problem. | Dave Airlie |
2009-11-24 | radeon/r200/r300/r600: make bo mapping be explicit | Dave Airlie |
2009-11-23 | mesa: use gcc __builtin_popcount() | Brian Paul |
2009-11-23 | Merge commit 'origin/mesa_7_7_branch' | Maciej Cencora |
2009-11-23 | radeon: fix errors in miptree related function | Maciej Cencora |
2009-11-23 | slang: Check return value from emit_instruction(). | Michal Krol |
2009-11-23 | slang: Be more robust with memory in concat_shaders(). | Michal Krol |
2009-11-23 | mesa: Initialize variable in _mesa_get_texel_fetch_func. | Vinson Lee |
2009-11-22 | r600 : add support for shader instruction trunc and discard. | Richard Li |
2009-11-23 | r600: hopefully fix segfault. | Dave Airlie |
2009-11-23 | r600: fix inline issues | Dave Airlie |
2009-11-22 | r600 : add stack depth calculation, enable CF pop. | Richard Li |
2009-11-22 | r600 : use cf for all pop now, left optimization for future. | Richard Li |
2009-11-22 | r300: fix VP source conflict resolution on 64-bit machines | Maciej Cencora |
2009-11-22 | r300: fix SIN/COS/SCS instructions for R300 fp | Maciej Cencora |
2009-11-21 | radeon: fix compressed mipmapped textures | Maciej Cencora |
2009-11-21 | radeon: fix glCompressedTexSubImage | Maciej Cencora |
2009-11-21 | intel: make CopyTex[Sub]Image fallback debug messages more consistent | Roland Scheidegger |
2009-11-21 | mesa: handle different RowStride in _mesa_get_compressed_teximage | Roland Scheidegger |
2009-11-21 | i965: Fix several memory leaks on exit. | Eric Anholt |
2009-11-20 | r600 : eliminate Wondows line ending for test code. | Richard Li |
2009-11-20 | Merge remote branch 'origin/mesa_7_7_branch' | Dave Airlie |
2009-11-20 | r100: fix texture_from_pixmap and compiz. | Dave Airlie |
2009-11-19 | r600 : Clean up a bit test code mess. | Richard Li |
2009-11-19 | st/mesa: replace st_flush() with pipe->flush() | Brian Paul |
2009-11-19 | vbo: added recursion check in vbo_exec_FlushVertices() | Brian Paul |
2009-11-19 | r600 : change shader pop method for now. | Richard Li |
2009-11-19 | st/mesa: get rid of compressed_num_bytes() code | Brian Paul |
2009-11-19 | st/mesa: remove is_compressed_mesa_format() | Brian Paul |
2009-11-19 | st/mesa: remove pointless assertion | Brian Paul |
2009-11-19 | Merge branch 'master' of ssh://richardradeon@git.freedesktop.org/git/mesa/mesa | Richard Li |
2009-11-19 | r600 : check in shader code test enable flag: if flag | Richard Li |
2009-11-19 | intel: Remove non-GEM support. | Eric Anholt |
2009-11-19 | intel: Remove dead intel_context members and move some packing around. | Eric Anholt |
2009-11-19 | intel: Remove our special color packing macros and just use colormac.h. | Eric Anholt |
2009-11-19 | intel: Pack colors for blit at blit time, rather than at ClearColor. | Eric Anholt |
2009-11-19 | intel: Consistently use no_batch_wrap in intel_context struct. | Eric Anholt |
2009-11-19 | i965: Pack brw_wm_fragment_program better. | Eric Anholt |
2009-11-19 | mesa: Remove gratuitous padding in prog_dst_register. | Eric Anholt |
2009-11-19 | i965: Pack the brw_wm_prog_key better. | Eric Anholt |
2009-11-19 | i915: Remove dead meta_draw_quad code. | Eric Anholt |
2009-11-19 | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG] | Eric Anholt |
2009-11-19 | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt |
2009-11-19 | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr | Eric Anholt |
2009-11-19 | tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS] | Eric Anholt |
2009-11-19 | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt |
2009-11-19 | tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL] | Eric Anholt |