Merge commit 'origin/gallium-0.1'
[mesa.git] / src / mesa / drivers / dri / intel /
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-21 Kristian Høgsbergintel: Fix intelSetTexBuffer miptree leak.
2009-02-21 Eric Anholtintel: tell libdrm whether we want a cpu-ready or gpu...
2009-02-20 Brian Paulintel: fix datatype typo, s/GLboolean/GLuint/
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-14 Brian Paulintel: turn on GL_ARB_shading_language_120
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-17 Eric Anholtintel: Fix tri clear to do FBO color attachments as...
2009-02-17 Eric Anholtintel: Clean up several 965 memory leaks on context...
2009-02-12 Robert EllisonFix an i965 assertion failure on glClear()
2009-02-11 Eric Anholtintel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside...
2009-02-11 Eric Anholtintel: Don't do the extra MI_FLUSH in flushing except...
2009-02-11 Eric Anholtintel: Speed up glDrawPixels(GL_ALPHA) by using an...
2009-02-11 Eric Anholtintel: Fix some state leakage of {Client,}ActiveTexture...
2009-02-11 Eric Anholtintel: don't crash when dri2 tells us about buffers...
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Brian Paulintel: minor reformatting, comments
2009-02-10 Michel Dänzergallium: Fixups for driCreateConfigs MSAA support.
2009-02-09 Brian Pauli965: need to disable current shader, if any, in intel_...
2009-02-09 Brian Paulre-add MSAA support
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-04 Chris Wilsonintel: Decode MI operands using specific length masks
2009-02-04 Chris Wilsonintel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTS
2009-02-04 Eric Anholtintel: Fix fbo_firecube regression with FBconfigs change.
2009-02-04 Eric Anholtintel: Fix commented-out glViewport in intel_meta_set_p...
2009-02-02 Eric Anholti965: Delete old metaops code now that there are no...
2009-02-02 Eric Anholtintel: replace custom metaops clear with generic.
2009-02-02 Keith WhitwellMerge branch 'gallium-wgl-rework' into gallium-0.2
2009-01-31 Eric Anholtintel: Correct FBconfig color masks with DRI2. Fail...
2009-01-30 Brian Paulintel: more debug info
2009-01-30 Brian Paulintel: remove unused RenderToTexture field
2009-01-30 Eric Anholtintel: If we're doing a depth clear with tris, do color...
2009-01-30 Eric Anholti915: Only call CalcViewport from DrawBuffers instead...
2009-01-30 Eric Anholtintel: Expose more FBconfigs in the 3D driver.
2009-01-29 Brian Paulintel: remove unused intel_depthstencil.[ch]
2009-01-29 Brian Paulintel: remove unused #includes
2009-01-29 Brian Paulintel: formatting clean-ups
2009-01-29 Brian Paulintel: fix check for Y orientation in span functions.
2009-01-29 Brian Paulintel: remove unused intel_rendering_to_texture()
2009-01-29 Brian Paulintel: check if stencil test is enabled in intel_stenci...
2009-01-29 Brian Paulintel: save/restore GL matrix mode in intel_meta_set_pa...
2009-01-29 Ian Romanickintel: Fix up some extension string issues
2009-01-29 Ian RomanickMake GL_ARB_draw_buffers mandatory
2009-01-29 Ian RomanickMake GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimod...
2009-01-29 Ian RomanickMake GL_ARB_vertex_buffer_object mandatory
2009-01-29 Ian RomanickMake GL_ARB_multisample mandatory
2009-01-29 Ian RomanickMake GL_ARB_texture_compression mandatory
2009-01-28 Brian Pauli965: implement GL_EXT_texture_swizzle
2009-01-28 Brian PaulMerge commit 'origin/master' into texture_swizzle
2009-01-27 Eric Anholtintel: clean up more pf mess.
2009-01-26 Brian Paulintel: replace i915/intel_state.c and i965/intel_state...
2009-01-26 Brian Paulintel: move some driver functions around
2009-01-26 Brian Paulintel: check if stencil test is enabled in intel_stenci...
2009-01-26 Brian Paulintel: save/restore GL matrix mode in intel_meta_set_pa...
2009-01-26 Brian Paulintel: asst. casts to silence warnings
2009-01-26 Brian Paulintel: #include clean-ups
2009-01-26 Brian Paulintel: remove old #includes
2009-01-26 Brian Paulintel: make intelUpdateScreenFromSAREA() static
2009-01-26 Brian Paulintel: remove unused var
2009-01-26 Brian Paulintel: move intelInitExtensions() and related code...
2009-01-26 Brian Paulintel: move glClear-related code into new intel_clear...
2009-01-26 Brian Paulintel: Move swap-related functions from intel_buffers...
2009-01-24 Brian PaulMerge branch 'tex_combine4'
2009-01-24 Brian Paulintel: enable GL_NV_texture_env_combine4 extension
2009-01-23 Jesse Barnesintel: fix the mismerge of the vblank pipe enable sanit...
2009-01-23 Jesse Barnesintel: move pipe enable sanity check to where it belongs
2009-01-23 Owain Ainsworthintel: fix vblank crtc selection with DRI1 when only...
2009-01-23 Owain G. Ainsworthintel: Prevent an "irq is not working" printf when...
2009-01-23 Brian PaulMerge branch 'vertex_array_bgra'
2009-01-23 Brian Pauli965: enable GL_EXT_vertex_array_bgra
2009-01-23 Ian Romanick965: Enable GL_EXT_stencil_two_side
2009-01-22 Brian Pauli965: enable GL_ARB_framebuffer_object
2009-01-22 Brian Paulintel: add GL_EXT_framebuffer blit extension
2009-01-22 Brian Paulintel: remove/disable the "paired depth/stencil" code
2009-01-22 Brian Paulintel: asst clean-ups, simplifications in intel_draw_bu...
2009-01-22 Brian Paulintel: remove unneeded call to ctx->Driver.DepthRange()
2009-01-22 Brian Pauli965: disallow separate depth/stencil renderbuffers
2009-01-22 Brian Pauli965: minor reformatting
2009-01-22 Brian Paulintel: plug in stub intel_validate_framebuffer() function
2009-01-22 Brian Paulintel: inline some renderbuffer functions
2009-01-22 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-21 Eric Anholti915: Add decode for PS in batchbuffers.
2009-01-20 Timo Aaltonen[intel] Go back to using the typedef for the sarea...
2009-01-20 Owain G. AinsworthRemove intel pageflipping support in its entirety.
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-16 Brian Paulintel: added intel_rendering_to_texture() helper function.
2009-01-16 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-16 Xiang, Haihaoi915: fallback on transfer mode
2009-01-14 Brian Pauli965: asst. fixes, work-arounds for FBOs and render...
2009-01-14 Brian Pauli965: fix incorrect renderbuffer DataType assignment
2009-01-14 Brian Pauli965: fix some FBO depth/stencil assertions
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Ian Romanickintel: SW fallback maps texture images, not texture...
2009-01-14 Xiang, Haihaointel: bump driver date
2009-01-12 Brian Pauli965: fix glDrawPixels Z coordinate in intel_texture_dr...
2009-01-12 Brian Pauli965: fix broken glBitmap + depth test
2009-01-11 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
next