summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: disable intel_stencil_drawpixels() for nowBrian Paul2009-09-101-0/+16
* Fix merge failIan Romanick2009-09-101-13/+0
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick2009-09-102-1/+6
|\
| * intel: add B43 chipset supportZhenyu Wang2009-09-102-1/+6
* | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-092-0/+20
|\|
| * i965: Fix warnings in intel_pixel_read.c.Eric Anholt2009-09-041-0/+4
| * intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt2009-09-043-1/+28
| * intel: Update Mesa state before span setup in glReadPixels.Eric Anholt2009-09-042-3/+12
| * intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt2009-09-041-0/+306
| * intel: Align untiled region height to 2 according to 965 docs.Eric Anholt2009-09-041-0/+7
* | mesa: rename gl_sync_object::Status to StatusFlagBrian Paul2009-09-031-2/+2
* | intel: Add support for ARB_sync.Eric Anholt2009-09-034-0/+143
* | intel: helper to debug bufmgr (disabled)Brian Paul2009-09-031-0/+4
* | mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul2009-09-031-3/+8
* | intel: Add support for FlushMappedBufferRange for ARB_map_buffer_range.Eric Anholt2009-09-022-15/+59
* | intel: Sync a synchronized READ_BIT map buffer range with GL drawing to it.Eric Anholt2009-09-021-1/+1
* | intel: Move MapBufferRange mesa state setting up to cover the 915 case.Eric Anholt2009-09-021-7/+7
* | intel: use _mesa_expand_bitmap() to skip an intermediate bufferBrian Paul2009-09-011-21/+6
* | intel: use BUFFER_BITS_COLORBrian Paul2009-09-011-1/+1
* | intel: fix incorrect parameter type for intel_bufferobj_map_range()Brian Paul2009-09-011-1/+1
* | intel: set Length/Offset fields in intel_bufferobj_map()Brian Paul2009-09-011-0/+3
* | intel: use _mesa_meta_copy_pixels() when do_blit_copypixels() failsBrian Paul2009-09-011-5/+1
* | intel: trim down #includesBrian Paul2009-09-011-8/+0
* | intel: use _mesa_meta_draw_pixels()Brian Paul2009-09-011-147/+4
* | intel: trim down #includesBrian Paul2009-09-011-17/+0
* | intel: use _mesa_meta_clear(), it's a bit fasterBrian Paul2009-09-011-1/+2
* | intel: clear buffer fields in intel_bufferobj_unmap()Brian Paul2009-08-311-0/+2
* | intel: use more efficient loop over buffersBrian Paul2009-08-301-3/+7
* | intel: Add support for GL_ARB_map_buffer_range.Eric Anholt2009-08-285-35/+189
* | intel: Add support for ARB_copy_buffer.Eric Anholt2009-08-272-2/+93
* | intel: Align untiled region height to 2 according to 965 docs.Eric Anholt2009-08-191-0/+10
* | i965: Add support for GL_ARB_seamless_cube_mapIan Romanick2009-08-141-0/+1
* | intel: in intel_context struct use typedef for sarea structTobias Doerffel2009-08-141-1/+1
* | 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