summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2009-08-27intel: Add support for ARB_copy_buffer.Eric Anholt
2009-08-19intel: Align untiled region height to 2 according to 965 docs.Eric Anholt
2009-08-14i965: Add support for GL_ARB_seamless_cube_mapIan Romanick
2009-08-14intel: in intel_context struct use typedef for sarea structTobias Doerffel
2009-08-10intel: use new _mesa_meta_copy_pixels() functionBrian Paul
2009-08-10intel: add missing \n to fprintf()Brian Paul
2009-08-10intel: use new _mesa_meta_blit_framebuffer() functionBrian Paul
2009-08-07Revert "i965: Disable texture tiling by default."Eric Anholt
2009-08-07intel: Align region height as required for tiled regions.Eric Anholt
2009-08-07intel: Add some more safety asserts in the blit code.Eric Anholt
2009-08-07intel: minor context commentsBrian Paul
2009-08-07intel: move blit call out of assert()Brian Paul
2009-08-07intel: fix typo: s/softare/software/Brian Paul
2009-08-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-05intel: implement intelCompressedTexSubImage2DRoland Scheidegger
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt
2009-08-04intel: Fix inverted test for disabling flushing of front buffer output.Brian Paul
2009-08-04intel: Wait on the last swapbuffers to complete before queuing a new one.Brian Paul
2009-08-03intel: Fix inverted test for disabling flushing of front buffer output.Eric Anholt
2009-08-03intel: Wait on the last swapbuffers to complete before queuing a new one.Eric Anholt
2009-07-29i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt
2009-07-29i915: Add ARB_point_sprite since we already expose NV_point_sprite.Eric Anholt
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-27intel: Fix leak of DRI option info due to using the wrong free routine.Brian Paul
2009-07-27intel: Clean up leak of driver context structure on context destroy.Brian Paul
2009-07-27intel: Use _mesa_warning() to report GEM warningsBrian Paul
2009-07-20intel: Fall back on glBitmap with fog enabled.Eric Anholt
2009-07-15intel/radeon: add common metaops code.Dave Airlie
2009-07-14intel: Fix ClearDepth to not be affected by DepthRange.Eric Anholt
2009-07-14intel: Set DepthRange in the metaops using RasterPos[2].Eric Anholt
2009-07-14intel: Flag _NEW_ARRAY state when doing array object binding in clears.Eric Anholt
2009-07-13intel: Partially fix fallback detection for glCopyTexSubImage.Eric Anholt
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-12intel: Bump driver data, add RC3 tagIan Romanick
2009-07-13i965: add support for new chipsetsXiang, Haihao
2009-07-07intel: Fix flipped Y for glDrawPixels(GL_STENCIL_INDEX) to window system.Eric Anholt
2009-07-07intel: Fall back on glCopyPixels(GL_DEPTH) or GL_STENCIL.Eric Anholt
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-03intel: Also update stencil bits in intel_update_wrapper().Michel Dänzer
2009-07-02intel: Fall back on glBitmap with fog enabled.Eric Anholt
2009-07-02intel: Flush when mapping buffer objects so writes don't get reordered.Eric Anholt
2009-07-02intel: Fix leak of DRI option info due to using the wrong free routine.Eric Anholt
2009-07-02intel: Clean up leak of driver context structure on context destroy.Eric Anholt
2009-07-02intel: Init num_fences to clean up valgrind warning.Eric Anholt
2009-06-30intel: Avoid pointer arithmetic on void *.Eric Anholt
2009-06-30i915: Fix assertion failure on remapping a non-BO-backed VBO.Eric Anholt
2009-06-30i915: Fix assertion failure on remapping a non-BO-backed VBO.Eric Anholt
2009-06-29intel: Enable EXT_gpu_program_parameters.Eric Anholt
2009-06-29Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-29intel: added null ptr checkBrian Paul