summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)AuthorFilesLines
2009-09-01intel: use _mesa_meta_copy_pixels() when do_blit_copypixels() failsBrian Paul1-5/+1
2009-09-01intel: trim down #includesBrian Paul1-8/+0
2009-09-01intel: use _mesa_meta_draw_pixels()Brian Paul1-147/+4
2009-09-01intel: trim down #includesBrian Paul1-17/+0
2009-09-01intel: use _mesa_meta_clear(), it's a bit fasterBrian Paul1-1/+2
2009-08-31intel: clear buffer fields in intel_bufferobj_unmap()Brian Paul1-0/+2
2009-08-30intel: use more efficient loop over buffersBrian Paul1-3/+7
2009-08-28intel: Add support for GL_ARB_map_buffer_range.Eric Anholt5-35/+189
2009-08-27intel: Add support for ARB_copy_buffer.Eric Anholt2-2/+93
2009-08-19intel: Align untiled region height to 2 according to 965 docs.Eric Anholt1-0/+10
2009-08-14i965: Add support for GL_ARB_seamless_cube_mapIan Romanick1-0/+1
2009-08-14intel: in intel_context struct use typedef for sarea structTobias Doerffel1-1/+1
2009-08-10intel: use new _mesa_meta_copy_pixels() functionBrian Paul1-165/+2
2009-08-10intel: add missing \n to fprintf()Brian Paul1-1/+1
2009-08-10intel: use new _mesa_meta_blit_framebuffer() functionBrian Paul2-69/+7
2009-08-07Revert "i965: Disable texture tiling by default."Eric Anholt1-1/+5
2009-08-07intel: Align region height as required for tiled regions.Eric Anholt1-0/+5
2009-08-07intel: Add some more safety asserts in the blit code.Eric Anholt1-0/+3
2009-08-07intel: minor context commentsBrian Paul1-1/+5
2009-08-07intel: move blit call out of assert()Brian Paul1-7/+9
2009-08-07intel: fix typo: s/softare/software/Brian Paul1-2/+2
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul1-0/+5
2009-08-05intel: implement intelCompressedTexSubImage2DRoland Scheidegger1-21/+44
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt1-0/+2
2009-08-04intel: Fix inverted test for disabling flushing of front buffer output.Brian Paul1-1/+1
2009-08-04intel: Wait on the last swapbuffers to complete before queuing a new one.Brian Paul3-0/+28
2009-08-03intel: Fix inverted test for disabling flushing of front buffer output.Eric Anholt1-1/+1
2009-08-03intel: Wait on the last swapbuffers to complete before queuing a new one.Eric Anholt3-0/+28
2009-07-29i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt1-0/+2
2009-07-29i915: Add ARB_point_sprite since we already expose NV_point_sprite.Eric Anholt1-0/+1
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul1-3/+3
2009-07-27intel: Fix leak of DRI option info due to using the wrong free routine.Brian Paul1-1/+1
2009-07-27intel: Clean up leak of driver context structure on context destroy.Brian Paul1-0/+3
2009-07-27intel: Use _mesa_warning() to report GEM warningsBrian Paul1-3/+3
2009-07-20intel: Fall back on glBitmap with fog enabled.Eric Anholt1-0/+6
2009-07-15intel/radeon: add common metaops code.Dave Airlie8-570/+32
2009-07-14intel: Fix ClearDepth to not be affected by DepthRange.Eric Anholt1-1/+7
2009-07-14intel: Set DepthRange in the metaops using RasterPos[2].Eric Anholt2-1/+9
2009-07-14intel: Flag _NEW_ARRAY state when doing array object binding in clears.Eric Anholt1-0/+8
2009-07-13intel: Partially fix fallback detection for glCopyTexSubImage.Eric Anholt1-6/+10
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul1-1/+1
2009-07-12intel: Bump driver data, add RC3 tagintel_2009q2_rc3Ian Romanick1-1/+1
2009-07-13i965: add support for new chipsetsXiang, Haihao6-19/+61
2009-07-07intel: Fix flipped Y for glDrawPixels(GL_STENCIL_INDEX) to window system.Eric Anholt1-5/+17
2009-07-07intel: Fall back on glCopyPixels(GL_DEPTH) or GL_STENCIL.Eric Anholt1-0/+6
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-0/+1
2009-07-03intel: Also update stencil bits in intel_update_wrapper().Michel Dänzer1-0/+1
2009-07-02intel: Fall back on glBitmap with fog enabled.Eric Anholt1-0/+6
2009-07-02intel: Flush when mapping buffer objects so writes don't get reordered.Eric Anholt2-0/+5
2009-07-02intel: Fix leak of DRI option info due to using the wrong free routine.Eric Anholt1-1/+1