Merge branch 'mesa_7_5_branch'
[mesa.git] / src / mesa / drivers / dri / intel /
2009-07-04 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-07 Zack RusinMerge commit 'origin/openvg-1.0'
2009-07-03 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-03 Michel Dänzerintel: Also update stencil bits in intel_update_wrapper().
2009-07-03 Eric Anholtintel: Fall back on glBitmap with fog enabled.
2009-07-03 Eric Anholtintel: Flush when mapping buffer objects so writes...
2009-07-02 Eric Anholtintel: Fix leak of DRI option info due to using the...
2009-07-02 Eric Anholtintel: Clean up leak of driver context structure on...
2009-07-02 Eric Anholtintel: Init num_fences to clean up valgrind warning.
2009-07-02 Keith WhitwellMerge commit 'origin/dlist-statechange-shortcircuit...
2009-07-01 Eric Anholtintel: Avoid pointer arithmetic on void *.
2009-06-30 Eric Anholti915: Fix assertion failure on remapping a non-BO-backe...
2009-06-30 Keith WhitwellMerge branch 'mesa_7_5_branch' into dlist-statechange...
2009-06-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-30 Eric Anholti915: Fix assertion failure on remapping a non-BO-backe...
2009-06-29 Eric Anholtintel: Enable EXT_gpu_program_parameters.
2009-06-29 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-29 Brian Paulintel: added null ptr check
2009-06-29 Eric AnholtRevert "intel: Remove unneded pthread mutex in LOCK_HAR...
2009-06-29 Eric Anholtintel: Move note_unlock() implementation to the one...
2009-06-29 Eric Anholtintel: Remove unneded pthread mutex in LOCK_HARDWARE.
2009-06-29 Eric Anholtintel: Make LOCK_HARDWARE recursive to avoid hand-rolli...
2009-06-29 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-26 Ian Romanickintel / DRI2: Additional flush of fake front-buffer...
2009-06-22 Michel Dänzerintel: intel_texture_drawpixels() can't handle GL_DEPTH...
2009-06-22 Brian Pauli965: added intelFlush() call in intel_get_tex_image()
2009-06-19 Eric Anholtintel: Fix other metaops versus GL_COMPILE_AND_EXECUTE...
2009-06-19 Eric Anholtintel: Fix glClear behavior versus display lists.
2009-06-17 Brian Paulintel: remove extra \n from warning string
2009-06-17 Robert Ellisoni965: send all warnings through _mesa_warning()
2009-06-17 Eric Anholti915: Don't put VBOs in graphics memory unless required...
2009-06-17 Eric Anholti915: Fall back on NPOT textured metaops on 830-class.
2009-06-17 Eric Anholtintel: Don't complain on falling back from PBO fastpaths.
2009-06-17 Eric Anholti915: Use Stencil.Enabled instead of Stencil._Enabled...
2009-06-17 Eric Anholtintel: Use FRONT_AND_BACK for StencilOp as well.
2009-06-17 Eric Anholtintel: Use GL_FRONT_AND_BACK for stencil clearing.
2009-06-17 Eric Anholtintel: Skip the DRI2 renderbuffer update when doing...
2009-06-17 Eric Anholtintel: Map write-only buffer objects through the GTT...
2009-06-15 Shuang Heintel: Release fb backing regions in intelDestroyBuffer()
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-26 Brian PaulMerge branch 'arb_vertex_array_object'
2009-06-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-22 Brian Paulintel: enable GL_ARB_vertex_array_object extension
2009-06-19 Michel Dänzerintel: Fixups for 'mesa: create/destroy buffer objects...
2009-06-19 Brian PaulMerge branch 'ext-provoking-vertex'
2009-06-18 Eric Anholti965: Fix tiling for FBO depth attachments by making...
2009-06-17 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-15 Brian PaulMerge branch 'arb_map_buffer_range'
2009-06-15 Roland Scheideggerenable ARB_half_float_pixel for intel drivers
2009-06-15 Roland Scheideggerintel: fix (cosmetic) typo flag used twice
2009-06-15 Thomas HellstromMerge branch 'mesa_7_5_branch'
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-24 Brian Paulintel: fix additional merge conflicts missed in previou...
2009-06-24 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-24 Eric Anholti965: Disable texture tiling by default.
2009-06-24 Eric Anholti965: Fix depth-texture Y-tiling detection for sized...
2009-06-24 Eric Anholti965: Fix packed depth/stencil textures to be Y-tiled...
2009-06-24 Eric Anholtintel: Bail on blits with non-tile-aligned offsets.
2009-06-24 Eric Anholtintel: Avoid trying to do blits to Y tiled regions.
2009-06-24 Eric Anholtintel: Fix some potential writes to zero-copy PBOs...
2009-06-24 Eric Anholtintel: Remove long-unused intel_region_fill and intelEm...
2009-06-24 Eric Anholtintel: Refuse to do texture tiling if we don't have...
2009-06-22 Eric Anholti965: Fix warnings in intel_pixel_read.c.
2009-06-22 Michel Dänzerintel: Fix glReadPixels regression since changing conte...
2009-06-20 Eric Anholtintel: Also get the DRI2 front buffer when doing front...
2009-06-20 Eric Anholtintel: Update Mesa state before span setup in glReadPixels.
2009-06-20 Eric Anholtintel: Move intel_pixel_read.c to shared for use with...
2009-06-20 Eric Anholtintel: Don't map regions with drm_intel_gem_bo_map_gtt...
2009-06-19 Eric Anholtintel: Fix other metaops versus GL_COMPILE_AND_EXECUTE...
2009-06-19 Eric Anholtintel: Fix glClear behavior versus display lists.
2009-06-19 Chia-I Wuintel: Do not access pbo's buffer directly when attaching.
2009-06-19 Chia-I Wuintel: Data are copied in the wrong direction when...
2009-06-19 Chia-I Wuintel: Fix migration from sys_buffer in intel_bufferobj...
2009-06-12 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-12 Dave AirlieMerge remote branch 'main/radeon-rewrite'
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-11 Michel Dänzerintel: intel_texture_drawpixels() can't handle GL_DEPTH...
2009-06-09 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-09 Eric Anholti915: Add an option for testing the effect of early...
2009-06-09 Eric Anholtintel: Remove an unneeded hunk that slipped in with...
2009-06-09 Eric Anholtintel: Base tri clearing depth on Y tiling, not IS_I965().
2009-06-09 Eric Anholtintel: Fix intel_region_unmap to do unmap, not map.
2009-06-09 Brian Pauli965: added intelFlush() call in intel_get_tex_image()
2009-06-09 Brian Paulintel: use GLboolean, not int, for compressed parameter
2009-06-09 Brian Paulintel: make a bunch of glTexImage-related functions...
2009-06-09 Brian Paulintel: whitespace clean-ups
2009-06-09 Brian Paulintel: remove extra \n from warning string
2009-06-07 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-06-04 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-04 Eric Anholtintel: Add support for tiled textures.
2009-06-04 Eric Anholti915: Don't rely on fence regs when we don't have to.
2009-06-02 Ian Romanickintel: Clip to window after calling Driver.TexImage2D
2009-06-02 Ian Romanickintel: Clip to window after calling Driver.TexImage2D
2009-06-02 Eric Anholti915: Don't put VBOs in graphics memory unless required...
2009-06-01 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-31 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-27 Eric Anholti915: Fall back on NPOT textured metaops on 830-class.
2009-05-26 Chris Wilsonintel: Override MaxRenderbufferSize with hardware const...
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
next