aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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