i965: Set the max index buffer address correctly according to the docs.
[mesa.git] / src / mesa / drivers / dri / intel /
2009-08-04 Brian Paulintel: Fix inverted test for disabling flushing of...
2009-08-04 Brian Paulintel: Wait on the last swapbuffers to complete before...
2009-07-27 Brian Paulintel: Fix leak of DRI option info due to using the...
2009-07-27 Brian Paulintel: Clean up leak of driver context structure on...
2009-07-27 Brian Paulintel: Use _mesa_warning() to report GEM warnings
2009-07-21 Eric Anholtintel: Fall back on glBitmap with fog enabled.
2009-07-13 Ian Romanickintel: Bump driver data, add RC3 tag
2009-07-03 Michel Dänzerintel: Also update stencil bits in intel_update_wrapper().
2009-07-02 Keith WhitwellMerge commit 'origin/dlist-statechange-shortcircuit...
2009-06-30 Keith WhitwellMerge branch 'mesa_7_5_branch' into dlist-statechange...
2009-06-30 Eric Anholti915: Fix assertion failure on remapping a non-BO-backe...
2009-06-29 Brian Paulintel: added null ptr check
2009-06-26 Ian Romanickintel / DRI2: Additional flush of fake front-buffer...
2009-06-22 Michel Dänzerintel: intel_texture_drawpixels() can't handle GL_DEPTH...
2009-06-22 Brian Pauli965: added intelFlush() call in intel_get_tex_image()
2009-06-19 Eric Anholtintel: Fix other metaops versus GL_COMPILE_AND_EXECUTE...
2009-06-19 Eric Anholtintel: Fix glClear behavior versus display lists.
2009-06-17 Brian Paulintel: remove extra \n from warning string
2009-06-17 Robert Ellisoni965: send all warnings through _mesa_warning()
2009-06-17 Eric Anholti915: Don't put VBOs in graphics memory unless required...
2009-06-17 Eric Anholti915: Fall back on NPOT textured metaops on 830-class.
2009-06-17 Eric Anholtintel: Don't complain on falling back from PBO fastpaths.
2009-06-17 Eric Anholti915: Use Stencil.Enabled instead of Stencil._Enabled...
2009-06-17 Eric Anholtintel: Use FRONT_AND_BACK for StencilOp as well.
2009-06-17 Eric Anholtintel: Use GL_FRONT_AND_BACK for stencil clearing.
2009-06-17 Eric Anholtintel: Skip the DRI2 renderbuffer update when doing...
2009-06-17 Eric Anholtintel: Map write-only buffer objects through the GTT...
2009-06-15 Shuang Heintel: Release fb backing regions in intelDestroyBuffer()
2009-06-02 Ian Romanickintel: Clip to window after calling Driver.TexImage2D
2009-05-13 Brian Paulintel: added null ptr check
2009-05-13 Brian Paulintel: create a private gl_array_object for intel_clear...
2009-05-12 Ian RomanickTest either GL_FRONT_LEFT or GL_FRONT for front-buffer...
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...
next