aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'arb_vertex_array_object'Brian Paul2009-06-261-0/+2
|\ \
| * | intel: enable GL_ARB_vertex_array_object extensionBrian Paul2009-06-221-0/+2
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-261-0/+11
|\ \ \ | | |/ | |/|
| * | intel / DRI2: Additional flush of fake front-buffer to real front-bufferIan Romanick2009-06-261-0/+11
* | | intel: fix additional merge conflicts missed in previous commitBrian Paul2009-06-242-18/+0
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-242-0/+19
|\| |
| * | intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer2009-06-221-1/+1
| * | i965: added intelFlush() call in intel_get_tex_image()Brian Paul2009-06-221-0/+6
| * | intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt2009-06-192-3/+3
| * | intel: Fix glClear behavior versus display lists.Eric Anholt2009-06-191-1/+1
| * | intel: remove extra \n from warning stringBrian Paul2009-06-171-1/+1
| * | i965: send all warnings through _mesa_warning()Robert Ellison2009-06-171-1/+1
| * | i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt2009-06-172-1/+40
| * | i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt2009-06-173-0/+30
| * | intel: Don't complain on falling back from PBO fastpaths.Eric Anholt2009-06-171-3/+3
| * | i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Eric Anholt2009-06-171-1/+1
| * | intel: Use FRONT_AND_BACK for StencilOp as well.Eric Anholt2009-06-171-1/+2
| * | intel: Use GL_FRONT_AND_BACK for stencil clearing.Eric Anholt2009-06-171-1/+2
| * | intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt2009-06-171-1/+1
| * | intel: Map write-only buffer objects through the GTT when possible.Eric Anholt2009-06-172-2/+15
* | | i965: Disable texture tiling by default.Eric Anholt2009-06-231-5/+1
* | | i965: Fix depth-texture Y-tiling detection for sized internal formats.Eric Anholt2009-06-234-3/+9
* | | i965: Fix packed depth/stencil textures to be Y-tiled as well.Eric Anholt2009-06-231-1/+2
* | | intel: Bail on blits with non-tile-aligned offsets.Eric Anholt2009-06-231-6/+18
* | | intel: Avoid trying to do blits to Y tiled regions.Eric Anholt2009-06-2310-90/+137
* | | intel: Fix some potential writes to zero-copy PBOs when used as regions.Eric Anholt2009-06-235-10/+13
* | | intel: Remove long-unused intel_region_fill and intelEmitFillBlit.Eric Anholt2009-06-234-106/+0
* | | intel: Refuse to do texture tiling if we don't have the kernel support.Eric Anholt2009-06-231-0/+6
* | | i965: Fix warnings in intel_pixel_read.c.Eric Anholt2009-06-221-0/+4
* | | intel: Fix glReadPixels regression since changing context init order.Michel Dänzer2009-06-222-4/+4
* | | intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt2009-06-193-1/+28
* | | intel: Update Mesa state before span setup in glReadPixels.Eric Anholt2009-06-192-3/+12
* | | intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt2009-06-191-0/+306
* | | intel: Don't map regions with drm_intel_gem_bo_map_gtt() unless they're tiled.Eric Anholt2009-06-191-2/+4
* | | intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt2009-06-193-4/+4
* | | intel: Fix glClear behavior versus display lists.Eric Anholt2009-06-191-1/+1
* | | intel: Do not access pbo's buffer directly when attaching.Chia-I Wu2009-06-191-2/+7
* | | intel: Data are copied in the wrong direction when breaking COW tie.Chia-I Wu2009-06-191-1/+1
* | | intel: Fix migration from sys_buffer in intel_bufferobj_buffer.Chia-I Wu2009-06-191-3/+7
| |/ |/|
* | intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer2009-06-193-16/+11
* | i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.Eric Anholt2009-06-172-4/+8
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-161-0/+24
|\|
| * intel: Release fb backing regions in intelDestroyBuffer()Shuang He2009-06-151-0/+24
| * intel: Clip to window after calling Driver.TexImage2DIan Romanick2009-06-021-9/+8
* | enable ARB_half_float_pixel for intel driversRoland Scheidegger2009-06-151-0/+1
* | intel: fix (cosmetic) typo flag used twiceRoland Scheidegger2009-06-151-1/+0
* | intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer2009-06-111-1/+1
* | i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt2009-06-093-1/+7
* | intel: Remove an unneeded hunk that slipped in with texture tiling.Eric Anholt2009-06-091-5/+0
* | intel: Base tri clearing depth on Y tiling, not IS_I965().Eric Anholt2009-06-091-4/+5