mesa.git
2009-09-28 Brian Paulmesa/drivers: use _mesa_get_format_bytes()
2009-09-28 Brian Paulvia: use mesa texture format helper functions
2009-09-28 Brian Paulglide: use _mesa_get_format_bytes()
2009-09-28 Brian Paulmesa: use _mesa_get_format_base_format()
2009-09-28 Brian Paulmesa: use _mesa_get_format_bytes()
2009-09-28 Brian Paulmesa: added _mesa_get_format_datatype()
2009-09-28 Brian Paulmesa: use _mesa_get_format_bits()
2009-09-28 Brian Paulmesa: added _mesa_get_format_bits()
2009-09-28 Brian Paulmesa: remove unused gl_texture_format fields
2009-09-28 Brian Paulmesa: added MESA_FORMAT_NONE
2009-09-28 Brian Paulmesa: move StoreTexImageFunc to texstore.h
2009-09-28 Brian Paulmesa: rework null texel fetch/store funcs
2009-09-28 Brian Paulmesa: replace function pointer types with void *
2009-09-28 Brian Paulst/mesa: use _mesa_get_texstore_func()
2009-09-28 Brian Paulmesa: use _mesa_get_texstore_func()
2009-09-28 Brian Paulglide: use _mesa_get_texstore_func()
2009-09-28 Brian Paulmesa: NULL-out unused texformat field initializers
2009-09-28 Brian Paulmesa: use _mesa_get_texstore_func()
2009-09-28 Brian Paulst/mesa: use _mesa_get_texstore_func()
2009-09-28 Brian Paulmesa: null-out StoreTexImageFunc fields
2009-09-28 Brian Paulmesa: use _mesa_get_texel_store_func()
2009-09-28 Brian Paulmesa: use new look-up table to get texel fetch/store...
2009-09-28 Brian Paulmesa: make some s3tc/fxt1 functions public
2009-09-28 Brian Paulprogs/tests: disable texturing before printing text
2009-09-27 Brian Paulmesa: minor clean-up in _mesa_texstore_srgb8()
2009-09-27 Brian Paulmesa: use _mesa_get_texstore_func() to get texture...
2009-09-26 Brian Paulmesa: move _mesa_get_texstore_func() to texstore.c
2009-09-26 Brian Paulmesa: begin removing dependencies on gl_texture_format...
2009-09-26 Brian Paulmesa: added formats.c to build
2009-09-26 Brian Paulmesa: include formats.h
2009-09-26 Brian Paulmesa: initial check-in of new formats.[ch] files
2009-09-26 Dave Airlier300g: add tx depth support in register.
2009-09-26 Dave Airlier300g: only pass complete texture state to hw setup...
2009-09-26 Dave Airlier300g: add missing break in OQ emit
2009-09-26 José Fonsecallvmpipe: Allow building with LLVM 2.6 too.
2009-09-26 Dave Airlier300g: report GL1.5, enable cap bits for OQ and shadow.
2009-09-26 Dave Airlier300g: add z16 unorm texture format
2009-09-26 Dave Airlier300g: fix texture pitch to correct value.
2009-09-25 Ian RomanickMerge branch 'asm-shader-rework-2'
2009-09-25 Michel Dänzerst/xorg: Re-enable accelerated fills and copies.
2009-09-25 Michel Dänzerst/xorg: Flush render cache if but only if a source...
2009-09-25 Michel Dänzerst/xorg: Reject Composite acceleration for some cases...
2009-09-25 Michel Dänzerst/xorg: Make sure struct is fully initialized.
2009-09-25 Michel Dänzerst/xorg: Use generic semantic for Composite mask coordi...
2009-09-25 Michel Dänzerst/xorg: Flesh out EXA PrepareComposite hook a little.
2009-09-25 Michel Dänzerst/xorg: Use I8 format instead of A8 for depth 8 pixmaps.
2009-09-25 Michel Dänzerst/xorg: Bind rasterizer state for copies.
2009-09-25 Michel Dänzerst/xorg: Source-only pictures always have format PICT_a...
2009-09-25 Michel Dänzerst/xorg: Better checks for unsupported component alpha...
2009-09-25 Michal Krolsoftpipe: Grab fs output z from the correct file.
2009-09-25 Michal Krolsoftpipe: Do not advertise support for L16 and YCBCR...
2009-09-25 Michal Krolradeon: Fix newlines.
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-25 Vinson Leemesa: move declaration before code
2009-09-25 Christoph Bumillernv50: fix TEX for WriteMask not equal 0xf
2009-09-25 Christoph Bumillernv50: actually enable view volume clipping
2009-09-25 Christoph Bumillernv50: RCP and RSQ cannot load from VP inputs
2009-09-25 Christoph Bumillernv50: fix CEIL and TRUNC
2009-09-25 Christoph Bumillernv50: implement BGNLOOP, BRK, ENDLOOP
2009-09-25 Christoph Bumillernv50: implement IF, ELSE, ENDIF opcodes
2009-09-25 Cooper Yuanr300g: add texture format for xvmc
2009-09-25 Chia-I Wumesa/main: Make FEATURE_convolve follow feature convent...
2009-09-25 Chia-I Wumesa/main: Make FEATURE_colortable follow feature conve...
2009-09-25 Chia-I Wumesa/main: Make FEATURE_pixel_transfer follow feature...
2009-09-25 Chia-I Wumesa/main: Add comments to mfeatures.h.
2009-09-25 Brian Paulprogs/perf: glGenerateMipmap() test
2009-09-25 Brian Paulmesa: _mesa_meta_GenerateMipmap() now working
2009-09-25 Brian Paulmesa: remove: unused gl_vertex_program::TnlData field
2009-09-25 Ian RomanickNV fp lexer: Add UP4B and UP4UB instructions that were...
2009-09-24 Eric Anholtintel: Flush the batch when we're about to subdata...
2009-09-24 Eric Anholti965: Clean up some mess with the batch cache.
2009-09-24 Zack Rusinst/xorg: start working on the Xv acceleration code
2009-09-24 Zack Rusinst/xorg: fills are supported plussome minor clenups
2009-09-24 Zack Rusinst/xorg: add easier way of disabling/enabling acceleration
2009-09-24 Brian Paulllvmpipe: add missing __FUNCTION__ parameter to debug_p...
2009-09-24 Brian Paulllvmpipe: increase max 3D texture size to 256
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Vinson Leesoftpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.
2009-09-24 Eric Anholti965: Emit zero initialization for NV VP temporaries...
2009-09-24 Eric Anholti965: Remove assert about NV_vp now that it somewhat...
2009-09-24 Eric Anholti965: Load NV program matrices when required.
2009-09-24 Eric Anholtmesa: Initialize NV_vertex_program fields for the param...
2009-09-24 Brian Paulmesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check...
2009-09-24 Brian Paulmesa: remove rgbMode check in enable_texture()
2009-09-24 Brian Paulintel: use default array/element buffers in intel_gener...
2009-09-24 Brian Paulmesa: replace assertion with no-op function assignment
2009-09-24 Brian Paulmesa: added comment
2009-09-24 Brian Paulvbo: limit number of warnings to 10
2009-09-24 Pauli NieminenMerge branch 'mesa_7_6_branch'
2009-09-24 Pauli Nieminenradeon: Fix scissors for r600 KMS.
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian Paulgallium/trace: casts to silence warnings
2009-09-24 Brian Paultgsi/sse: remove old comments
2009-09-24 Brian Paultgsi/sse: implement SEQ, SGT, SLE, SNE
2009-09-24 Brian Paultgsi/sse: Pass the lodbias, not zero. More comments.
2009-09-24 Brian Paulmesa: added default case return to silence warning
2009-09-24 Brian Paulglsl: init var to silence warning
2009-09-24 Brian Paulglsl: fix missing initializers warning
next