Merge branch 'mesa_7_6_branch'
[mesa.git] / src / mesa / drivers /
2009-11-06 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-11-06 Brian Paulintel: call intel_check_front_buffer_rendering() in...
2009-11-05 Brian Paulxmesa: pass pixmap to clip_for_xgetimage()
2009-11-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-04 Alex Deucherr600: rework draw functions
2009-11-04 Alex Deucherr600: fix count prediction for IB case
2009-11-04 Alan HourihaneFix YTILE spantmp functions
2009-11-04 Alan HourihaneFix YTILE spantmp functions
2009-11-04 Vinson Leeglslcompiler: Fix Mac OS build.
2009-11-03 Karl Schultzwindows: remove old entrypoints from mesa.def file
2009-11-03 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-03 Brian Paulintel: avoid unnecessary front buffer flushing/updating
2009-11-03 Brian Paulmesa: use _mesa_get_current_tex_object()
2009-11-02 Pierre Ossmanr600: implement LOG op in compiler
2009-11-02 Pierre Ossmanr600: implement EXP op in compiler
2009-10-31 Dave Airlieradeon: add missing include
2009-10-31 Dave Airlieradeon: use _mesa_get_current_tex_unit
2009-10-31 Eric Anholtintel: Use GTT mapping when available for swrast.
2009-10-31 Eric Anholtintel: Fix up z24_x8 depth spans since the texformat...
2009-10-30 Eric Anholti965: Add an index assert on get_fp_inst array like...
2009-10-30 Eric Anholti965: Fix BRW_WM_MAX_INSN to reflect current limits.
2009-10-30 Eric Anholtintel: Set the texture format in the TFP path.
2009-10-30 Alex Deucherr600: remove duplicate line
2009-10-30 Alex Deucherr600: fill in some missing tex formats
2009-10-30 Alex Deucherr600: fix a warning, update comments
2009-10-30 Andre Maasikasr600: use AUTO_INDEX for draw - saves cmd buffer space
2009-10-30 Brian Paulintel: fix up some XRGB breakage
2009-10-30 Chow Loong JinAdd --with-dri-searchpath argument
2009-10-30 Brian Paulintel: update intel_create_renderbuffer(format), add...
2009-10-29 Alex Deucherr600: remove the no rrb messages
2009-10-29 Alex Deucherr600: Add support for ARB_depth_clamp
2009-10-29 Brian Paulintel: remove memcpy_get_tex_image() code
2009-10-29 Brian Pauli965: indentation fix
2009-10-29 Brian Pauli965: make brw_sf_prog_key::sprite_origin_lower_left...
2009-10-29 Brian Pauli965: make brw_wm_prog_key a little smaller
2009-10-29 Eric Anholti915: Fix 1D texture mapping in the t coordinate.
2009-10-29 Eric Anholti915: Correct and make use of the defines for 32-bit...
2009-10-29 Brian Pauli965: avoid shader translation on window resize
2009-10-29 Brian Pauli965: define, use BRW_MAX_DRAW_BUFFERS
2009-10-29 Brian Pauli965: remove unused var
2009-10-29 Brian Pauli965: don't use context state in emit_fb_write()
2009-10-29 Brian Pauli965: use macros to get/set prog_instruction::Aux field
2009-10-29 Brian Pauli965: minor code reformatting
2009-10-29 Eric Anholti915: Implement min/max LOD clamping with the hardware.
2009-10-29 Eric Anholti965: Replace a MIN(MAX()) with CLAMP().
2009-10-29 Brian Paulintel: check for single memcpy() in memcpy_get_tex_image()
2009-10-29 Eric Anholti965: Fix fallout from ARB_depth_clamp enablement that...
2009-10-29 Eric Anholtintel: Don't bother MI_FLUSHing on glFlush in the DRI2...
2009-10-29 Eric Anholtintel: Clean up merge leftover from the DRI2 swap throt...
2009-10-29 Brian Paulintel: remove debug code
2009-10-29 Brian Paulintel: added fast memcpy path for glGetTexImage()
2009-10-29 Brian Paulradeon: fix incorrect Z format in radeon_alloc_renderbu...
2009-10-29 Brian Paulmesa: re-remove s3v and trident driver files
2009-10-29 Brian PaulMerge branch 'texformat-rework'
2009-10-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 Alex Deucherr600: add occlusion query support
2009-10-28 Vinson Leeintel: Fix memory leak in case of renderbuffer bad...
2009-10-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 Vinson Leeintel: Fix memory leak in event of mip tree allocation...
2009-10-27 Eric Anholtintel: Fix flipped condition in ARB_sync GetSYnciv...
2009-10-27 Brian Paulintel: added region draw_x/y offsets in x/y_tile_swizzl...
2009-10-27 Brian Paulradeon: add case for MESA_FORMAT_X8_Z24 in radeon_creat...
2009-10-27 Brian Paulintel: silence warning
2009-10-27 Brian Paulvia: silence unused var warnings
2009-10-27 Brian Paulintel: minor clean-up, comments
2009-10-27 Brian Paulintel: use _mesa_get_current_tex_unit() helper
2009-10-27 Brian Paulmesa: s/Bilt/Blit
2009-10-27 Brian Paulintel: fix comment, formatting
2009-10-27 Brian Paulintel: fix src offset bug in do_copy_texsubimage()
2009-10-27 Eric Anholti915: Fix driver for the miptree x/y offset changes.
2009-10-27 Brian Pauli965: be clear that the Fallback field is a boolean...
2009-10-27 Brian PaulRevert "i965: fix hacked Fallback usage in brw_prepare_...
2009-10-27 Brian Paulintel: fix GL state bugs in intel_texture_bitmap()
2009-10-27 Brian Paulintel: fix src offset bug in do_copy_texsubimage()
2009-10-27 Eric Anholti915: Fix driver for the miptree x/y offset changes.
2009-10-27 Brian Pauli965: be clear that the Fallback field is a boolean...
2009-10-27 Brian PaulRevert "i965: fix hacked Fallback usage in brw_prepare_...
2009-10-26 Brian Paulintel: fix GL state bugs in intel_texture_bitmap()
2009-10-26 Brian Paulmesa: choose texture format in core mesa, not drivers
2009-10-25 Brian Paulmesa: remove calls to _mesa_compressed_row_stride()
2009-10-25 Brian Paulglide: remove _mesa_compressed_row_stride() calls
2009-10-24 Brian Paulmesa: remove _mesa_compressed_texture_size()
2009-10-24 Brian Paulmesa: remove ctx->Driver.CompressedTextureSize() hook
2009-10-24 Brian Paulmesa: change compressed texture size calls
2009-10-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-10-23 Eric Anholti965: Annotate _NEW_COLOR dependency for brw_update_ren...
2009-10-23 Eric Anholtintel: Keep track of x,y offsets in miptrees and use...
2009-10-23 Chia-I Wumesa/dri: Remove extension_helper.h.
2009-10-23 Chia-I Wumesa: Enable remap table in core.
2009-10-23 Andre Maasikasr600: remove duplicate stride setting
2009-10-23 Andre Maasikasr600: for position invariant programs reading vert_pos...
2009-10-23 Alex Deucherr600: remove remains of old tnl pipeline
2009-10-23 Alex Deucherr600: fix render size prediction
2009-10-23 Alex Deucherr600: remove old tnl pipeline
2009-10-23 Alex Deucherr600: clean up context creation
2009-10-23 Brian Pauldri/drivers: update driNewRenderbuffer() to take a...
2009-10-23 Brian Paulradeon: simplify radeon_create_renderbuffer()
2009-10-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Brian Paulintel: flush old context before binding new context
next