summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Remove an unexplained flush from intelClearWithBlit.Eric Anholt2009-10-021-2/+0
* intel: wrap _mesa_meta_GenerateMipmap()Brian Paul2009-10-021-0/+27
* i915: Add stub ARB_occlusion_query support under a driconf debug option.Eric Anholt2009-10-012-1/+10
* i915: Add optional support for ARB_fragment_shader under a driconf option.Eric Anholt2009-10-013-3/+14
* i915: Enable ARB_vertex_shader for both i915 and i830.Eric Anholt2009-10-013-4/+43
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-011-0/+16
|\
| * i965: Fix massive memory allocation for streaming texture usage.Eric Anholt2009-09-301-0/+16
* | intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt2009-09-283-304/+0
* | intel: Remove some dead metaops code.Eric Anholt2009-09-283-19/+0
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-282-1/+5
|\|
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-281-1/+4
| |\
| | * i915: Fix GetBufferSubData in the case of a system-memory BO.mesa_7_5_2_rc1Eric Anholt2009-09-241-1/+4
| | * intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.Eric Anholt2009-09-211-0/+5
| * | intel: Handle GL_RGB8 for glCopyTex(Sub)Image.Michel Dänzer2009-09-251-0/+1
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-252-2/+5
|\| |
| * | intel: Flush the batch when we're about to subdata into a VBO.mesa_7_6_rc1Eric Anholt2009-09-242-2/+5
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-0/+21
|\| |
| * | intel: use default array/element buffers in intel_generate_mipmap()Brian Paul2009-09-241-0/+21
* | | Merge branch 'mesa_7_6_branch'Michel Dänzer2009-09-211-1/+2
|\| |
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchMichel Dänzer2009-09-211-1/+2
| |\|
| | * intel: Fix crash in intel_flush().Michel Dänzer2009-09-211-1/+2
* | | Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul2009-09-201-0/+5
* | | intel: meta clear has a new name.Chia-I Wu2009-09-201-1/+1
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-201-2/+4
|\| |
| * | [i965] add a missing header fileZou Nan hai2009-09-181-0/+1
| * | [i965] use intel_batchbuffer_flush to flush the clearZou Nan hai2009-09-181-1/+2
* | | mesa: rename functions to be more consistant with rest of mesaBrian Paul2009-09-194-7/+7
* | | mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul2009-09-191-5/+0
* | | intel: use new _mesa_meta_CopyTex[Sub]Image() functionsBrian Paul2009-09-191-9/+10
* | | Merge branch 'mesa_7_6_branch'Ian Romanick2009-09-162-0/+9
|\| |
| * | Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick2009-09-161-0/+8
| |\|
| | * intel: Deassociated drawables from private context struct in intelUnbindContextIan Romanick2009-09-161-0/+8
| * | i965: do a flush in clear, fix openarena render issue,Zou Nan hai2009-09-161-0/+1
* | | mesa: move generate mipmap callsBrian Paul2009-09-154-20/+0
* | | intel: minor code clean-upsBrian Paul2009-09-141-11/+8
* | | intel: fix renderbuffer map/unmap regressionBrian Paul2009-09-141-14/+14
* | | intel: remove unneeded driver function assignmentsBrian Paul2009-09-141-5/+0
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-101-0/+16
|\| |
| * | 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
* | | intel: Don't forget to map the depth read buffer in spans.Eric Anholt2009-09-101-22/+28
* | | i965: fix an overlooked merge conflictBrian Paul2009-09-091-13/+0
* | | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-092-0/+20
|\| |
| * | 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