Merge branch 'const-buffer-changes'
[mesa.git] / src / mesa / drivers / dri / intel /
2009-05-01 Brian PaulMerge branch 'const-buffer-changes'
2009-04-28 Brian Pauli965: avoid segfault in intel_update_renderbuffers...
2009-04-24 Ian Romanickintel: Fix more issues with the combined depth-stencil...
2009-04-24 Ian Romanickintel: Initialize region ptr to prevent assertion in...
2009-04-24 Ian Romanickintel / DRI2: When available, use DRI2GetBuffersWithFormat
2009-04-23 Eric Anholtintel: Take advantage of GL_READ_ONLY_ARB to map to...
2009-04-22 Roland Scheideggerintel: fix max anisotropy supported
2009-04-18 Brian Paulintel: #include polygon.h to silence warning
2009-04-18 Michel Dänzerintel: Handle ARB_vertex_buffer_object state in intel_c...
2009-04-17 Brian Paulintel: make sure polygon mode is set properly in intel_...
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-16 Eric Anholtintel: Add support for argb1555, argb4444 FBOs and...
2009-04-16 Roland Scheideggerintel: fix small compressed texture upload
2009-04-16 José FonsecaMerge branch 'gallium-s3tc'
2009-04-15 Eric Anholti915: Add decode of dest buffer variables (destination...
2009-04-15 Eric Anholtintel: Fix segfault when doing SW mipmap generation...
2009-04-14 Ian RomanickDRI2: Don't fault on NULL DrawBuffer
2009-04-10 Brian Paulintel: added screen->dri2.loader null pointer check...
2009-04-09 Ian Romanickintel / DRI2: Accept fake front-buffer from loader
2009-04-09 Ian Romanickintel / DRI2: Track and flush front-buffer rendering
2009-04-06 Eric Anholtintel: Avoid dri2 GetBuffers round-trips for internal...
2009-04-06 Eric Anholti965: Use GTT maps when available to upload vertex...
2009-04-06 Eric Anholtintel: Clean up some a leftover from sedding of bufmgr...
2009-04-03 Brian Paulintel: #include texgetimage.h
2009-03-30 Adam Jacksonintel: Avoid mapping the texture image for CopyTex...
2009-03-28 Roland Scheideggeri965: srgb texture fixes
2009-03-28 Roland Scheideggeri965: add support for signed rgba texture format
2009-03-28 Roland Scheideggerfix various small intel blitter issues
2009-03-24 Eric Anholti965: Fix trailing "d" in debug output for 3DSTATE_VERT...
2009-03-20 Eric AnholtFix DRI2 accelerated EXT_texture_from_pixmap with GL_RG...
2009-03-12 Roland Scheideggeri965: add support for ATI_envmap_bumpmap
2009-03-12 Brian Paulintel: include main/viewport.h
2009-03-07 Brian Paulmesa: remove last of _mesa_unreference_framebuffer...
2009-03-06 Eric Anholtintel: Fix bpp setting of blits to 8bpp targets.
2009-03-06 Eric Anholti965: fix 3DPRIMITIVE batch decode of the vertex count...
2009-03-06 Eric Anholtintel: Add always_flush_batch driconf option for making...
2009-03-06 Eric Anholtintel: Add always_flush_cache driconf option for debugg...
2009-03-06 Eric Anholti965: Add a note about why the _NEW_STENCIL is required...
2009-03-06 Eric Anholtintel: Remove a gratuitous MI_FLUSH after clearing...
2009-03-06 Eric Anholti965: Remove dead flushing code.
2009-03-06 Brian Pauli965: fix screen depth test in intel_validate_framebuffer)_
2009-03-04 Robert Ellisoni965: add software fallback for conformant 3D textures...
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 Brian Paulmesa: use Stencil._Enabled field instead of Stencil...
2009-03-02 Brian Paulmesa: remove unused AUX buffers
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-27 Brian Paulintel: remove some unneeded buffer unmap calls
2009-02-27 Shaohua Lii915: Add support for a new G33-like chipset.
2009-02-27 Brian Paulintel: no-op the intel_finish_render_texture() function
2009-02-27 Brian Paulintel: check texture formats in intel_validate_framebuf...
2009-02-27 Brian Paulintel: updated comment, some debug code (disabled)
2009-02-27 Brian Pauli965: add missing init for region->width
2009-02-26 Eric Anholtintel: Revert disable of accelerated Bitmap, which...
2009-02-26 Eric Anholtintel: Disable creating DRI2 FBconfigs with depth size...
2009-02-26 Eric Anholtintel: Add span code for z24 without stencil.
2009-02-26 Eric Anholtintel: make template wrappers for the spans templates.
2009-02-26 Eric Anholtintel: Fix up x8r8g8b8 renderbuffer format so that...
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.
next