aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: use new _mesa_meta_copy_pixels() functionBrian Paul2009-08-101-165/+2
* intel: add missing \n to fprintf()Brian Paul2009-08-101-1/+1
* intel: use new _mesa_meta_blit_framebuffer() functionBrian Paul2009-08-102-69/+7
* Revert "i965: Disable texture tiling by default."Eric Anholt2009-08-071-1/+5
* intel: Align region height as required for tiled regions.Eric Anholt2009-08-071-0/+5
* intel: Add some more safety asserts in the blit code.Eric Anholt2009-08-071-0/+3
* intel: minor context commentsBrian Paul2009-08-071-1/+5
* intel: move blit call out of assert()Brian Paul2009-08-071-7/+9
* intel: fix typo: s/softare/software/Brian Paul2009-08-071-2/+2
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-051-0/+5
|\
| * intel: Fix inverted test for disabling flushing of front buffer output.Brian Paul2009-08-041-1/+1
| * intel: Wait on the last swapbuffers to complete before queuing a new one.Brian Paul2009-08-043-0/+28
* | intel: implement intelCompressedTexSubImage2DRoland Scheidegger2009-08-051-21/+44
* | intel: Add support for EXT_provoking_vertex.Eric Anholt2009-08-041-0/+2
* | intel: Fix inverted test for disabling flushing of front buffer output.Eric Anholt2009-08-031-1/+1
* | intel: Wait on the last swapbuffers to complete before queuing a new one.Eric Anholt2009-08-033-0/+28
* | i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt2009-07-291-0/+2
* | i915: Add ARB_point_sprite since we already expose NV_point_sprite.Eric Anholt2009-07-291-0/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-281-3/+3
|\|
| * intel: Fix leak of DRI option info due to using the wrong free routine.Brian Paul2009-07-271-1/+1
| * intel: Clean up leak of driver context structure on context destroy.Brian Paul2009-07-271-0/+3
| * intel: Use _mesa_warning() to report GEM warningsBrian Paul2009-07-271-3/+3
| * intel: Fall back on glBitmap with fog enabled.Eric Anholt2009-07-201-0/+6
* | intel/radeon: add common metaops code.Dave Airlie2009-07-158-570/+32
* | intel: Fix ClearDepth to not be affected by DepthRange.Eric Anholt2009-07-141-1/+7
* | intel: Set DepthRange in the metaops using RasterPos[2].Eric Anholt2009-07-142-1/+9
* | intel: Flag _NEW_ARRAY state when doing array object binding in clears.Eric Anholt2009-07-141-0/+8
* | intel: Partially fix fallback detection for glCopyTexSubImage.Eric Anholt2009-07-131-6/+10
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-131-1/+1
|\|
| * intel: Bump driver data, add RC3 tagintel_2009q2_rc3Ian Romanick2009-07-121-1/+1
* | i965: add support for new chipsetsXiang, Haihao2009-07-136-19/+61
* | intel: Fix flipped Y for glDrawPixels(GL_STENCIL_INDEX) to window system.Eric Anholt2009-07-071-5/+17
* | intel: Fall back on glCopyPixels(GL_DEPTH) or GL_STENCIL.Eric Anholt2009-07-071-0/+6
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-0/+1
|\|
| * intel: Also update stencil bits in intel_update_wrapper().Michel Dänzer2009-07-031-0/+1
| * i915: Fix assertion failure on remapping a non-BO-backed VBO.Eric Anholt2009-06-301-1/+4
* | intel: Fall back on glBitmap with fog enabled.Eric Anholt2009-07-021-0/+6
* | intel: Flush when mapping buffer objects so writes don't get reordered.Eric Anholt2009-07-022-0/+5
* | intel: Fix leak of DRI option info due to using the wrong free routine.Eric Anholt2009-07-021-1/+1
* | intel: Clean up leak of driver context structure on context destroy.Eric Anholt2009-07-021-1/+2
* | intel: Init num_fences to clean up valgrind warning.Eric Anholt2009-07-021-1/+1
* | intel: Avoid pointer arithmetic on void *.Eric Anholt2009-06-301-1/+1
* | i915: Fix assertion failure on remapping a non-BO-backed VBO.Eric Anholt2009-06-301-1/+4
* | intel: Enable EXT_gpu_program_parameters.Eric Anholt2009-06-291-0/+2
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-291-1/+1
|\|
| * intel: added null ptr checkBrian Paul2009-06-291-1/+1
* | Revert "intel: Remove unneded pthread mutex in LOCK_HARDWARE."Eric Anholt2009-06-291-1/+8
* | intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt2009-06-292-2/+0
* | intel: Remove unneded pthread mutex in LOCK_HARDWARE.Eric Anholt2009-06-291-6/+0
* | intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt2009-06-294-42/+17