Age | Commit message (Expand) | Author |
2009-09-27 | mesa: NULL-out unused texformat field initializers | Brian Paul |
2009-09-27 | mesa: use _mesa_get_texstore_func() | Brian Paul |
2009-09-27 | st/mesa: use _mesa_get_texstore_func() | Brian Paul |
2009-09-27 | mesa: null-out StoreTexImageFunc fields | Brian Paul |
2009-09-27 | mesa: use _mesa_get_texel_store_func() | Brian Paul |
2009-09-27 | mesa: use new look-up table to get texel fetch/store funcs | Brian Paul |
2009-09-27 | mesa: make some s3tc/fxt1 functions public | Brian Paul |
2009-09-27 | mesa: minor clean-up in _mesa_texstore_srgb8() | Brian Paul |
2009-09-27 | mesa: use _mesa_get_texstore_func() to get texture image store func | Brian Paul |
2009-09-26 | mesa: move _mesa_get_texstore_func() to texstore.c | Brian Paul |
2009-09-26 | mesa: begin removing dependencies on gl_texture_format in texstore code | Brian Paul |
2009-09-26 | mesa: added formats.c to build | Brian Paul |
2009-09-26 | mesa: include formats.h | Brian Paul |
2009-09-26 | mesa: initial check-in of new formats.[ch] files | Brian Paul |
2009-09-26 | r300g: add tx depth support in register. | Dave Airlie |
2009-09-26 | r300g: only pass complete texture state to hw setup function | Dave Airlie |
2009-09-26 | r300g: add missing break in OQ emit | Dave Airlie |
2009-09-26 | llvmpipe: Allow building with LLVM 2.6 too. | José Fonseca |
2009-09-26 | r300g: report GL1.5, enable cap bits for OQ and shadow. | Dave Airlie |
2009-09-26 | r300g: add z16 unorm texture format | Dave Airlie |
2009-09-26 | r300g: fix texture pitch to correct value. | Dave Airlie |
2009-09-25 | Merge branch 'asm-shader-rework-2' | Ian Romanick |
2009-09-25 | st/xorg: Re-enable accelerated fills and copies. | Michel Dänzer |
2009-09-25 | st/xorg: Flush render cache if but only if a source has pending write operati... | Michel Dänzer |
2009-09-25 | st/xorg: Reject Composite acceleration for some cases not working yet. | Michel Dänzer |
2009-09-25 | st/xorg: Make sure struct is fully initialized. | Michel Dänzer |
2009-09-25 | st/xorg: Use generic semantic for Composite mask coordinates. | Michel Dänzer |
2009-09-25 | st/xorg: Flesh out EXA PrepareComposite hook a little. | Michel Dänzer |
2009-09-25 | st/xorg: Use I8 format instead of A8 for depth 8 pixmaps. | Michel Dänzer |
2009-09-25 | st/xorg: Bind rasterizer state for copies. | Michel Dänzer |
2009-09-25 | st/xorg: Source-only pictures always have format PICT_a8r8g8b8. | Michel Dänzer |
2009-09-25 | st/xorg: Better checks for unsupported component alpha pictures. | Michel Dänzer |
2009-09-25 | softpipe: Grab fs output z from the correct file. | Michal Krol |
2009-09-25 | softpipe: Do not advertise support for L16 and YCBCR formats. | Michal Krol |
2009-09-25 | radeon: Fix newlines. | Michal Krol |
2009-09-25 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-25 | mesa: move declaration before code | Vinson Lee |
2009-09-25 | nv50: fix TEX for WriteMask not equal 0xf | Christoph Bumiller |
2009-09-25 | nv50: actually enable view volume clipping | Christoph Bumiller |
2009-09-25 | nv50: RCP and RSQ cannot load from VP inputs | Christoph Bumiller |
2009-09-25 | nv50: fix CEIL and TRUNC | Christoph Bumiller |
2009-09-25 | nv50: implement BGNLOOP, BRK, ENDLOOP | Christoph Bumiller |
2009-09-25 | nv50: implement IF, ELSE, ENDIF opcodes | Christoph Bumiller |
2009-09-25 | r300g: add texture format for xvmc | Cooper Yuan |
2009-09-24 | mesa/main: Make FEATURE_convolve follow feature conventions. | Chia-I Wu |
2009-09-24 | mesa/main: Make FEATURE_colortable follow feature conventions. | Chia-I Wu |
2009-09-24 | mesa/main: Make FEATURE_pixel_transfer follow feature conventions. | Chia-I Wu |
2009-09-24 | mesa/main: Add comments to mfeatures.h. | Chia-I Wu |
2009-09-24 | mesa: _mesa_meta_GenerateMipmap() now working | Brian Paul |
2009-09-24 | mesa: remove: unused gl_vertex_program::TnlData field | Brian Paul |