summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* mesa: Enable remap table in core.Chia-I Wu2009-10-232-25/+2
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-222-5/+24
|\
| * intel: flush old context before binding new contextBrian Paul2009-10-221-2/+15
| * intel: define INTEL_FALLBACK_DRIVER for driversBrian Paul2009-10-221-0/+1
| * intel: Fallback field is a bitmask, use GLbitfieldBrian Paul2009-10-222-3/+8
* | intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).Eric Anholt2009-10-201-1/+1
* | intel: Disallow relocations to the byte beyond the end of the bufferChris Wilson2009-10-171-1/+1
* | intel: fix broken sw generate mipmap pathBrian Paul2009-10-131-0/+22
* | intel: whitespace/formatting clean-upBrian Paul2009-10-121-10/+18
* | intel: replace extern decl with #includeBrian Paul2009-10-121-1/+2
* | intel: added INLINE keyword to minify()Brian Paul2009-10-121-1/+1
* | intel: code clean-upsBrian Paul2009-10-121-4/+5
* | intel: pass zslice to intel_miptree_image_offset()Brian Paul2009-10-125-59/+36
* | intel: Use new drm_intel_bo_references() to avoid flushing.Eric Anholt2009-10-082-10/+20
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-053-36/+30
|\|
| * intel: use driReadDrawable in do_copy_texsubimage()Brian Paul2009-10-051-1/+1
| * intel: use driReadDrawable, not driDrawable in do_blit_readpixels()Brian Paul2009-10-051-2/+2
| * intel: remove a buffer equality test in _mesa_make_current()Brian Paul2009-10-051-33/+27
* | intel: Suppress a compiler warning for an pointer->int castChris Wilson2009-10-031-3/+2
* | intel: Assert that relocation offsets are within the targetChris Wilson2009-10-031-1/+1
* | 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
|\| |