mesa: initial bits for GL_EXT_vertex_array_bgra
[mesa.git] / src /
2009-01-23 Brian Paulmesa: initial bits for GL_EXT_vertex_array_bgra
2009-01-22 Brian Pauli965: whitespace changes and reformatting
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 Brian Paulmesa: enable ARB_fbo for s/w drivers
2009-01-22 Brian Paulmesa: avoid calling _mesa_test_framebuffer_completeness...
2009-01-22 Brian Paulmesa: fix some renderbuffer/framebuffer delete semantics
2009-01-22 Brian Paulmesa: add support for GL_DEPTH_STENCIL_ATTACHMENT point.
2009-01-22 Brian Paulmesa: additional FBO error checking for multisample...
2009-01-22 Brian Paulmesa: update Visual.samples field in _mesa_update_frame...
2009-01-22 Brian Paulmesa: refactor glRenderbufferStorage(), glRenderbufferS...
2009-01-22 Brian Paulmesa: init MaxSamples = 0 (no multisampling)
2009-01-22 Brian Paulmesa: add ARB_framebuffer_object.xml to API_XML
2009-01-22 Brian Paulmesa: added GL_MAX_SAMPLES query for GL_ARB_fbo
2009-01-22 Brian Paulmesa: added NumSamples, MaxSamples for ARB_fbo
2009-01-22 Brian Paulmesa: stub for _mesa_RenderbufferStorageMultisample()
2009-01-22 Brian Paulmesa: call fbo_incomplete() if driver marks FBO as...
2009-01-22 Brian Paulmesa: update update_framebuffer_size() for ARB_fbo...
2009-01-22 Brian Paulmesa: added ctx->Driver.ValidateFramebuffer() callback
2009-01-22 Brian Paulmesa: add new ARB_fbo queries, fix some error tests
2009-01-22 Brian Paulmesa: add new ColorEncoding and ComponentType to gl_ren...
2009-01-22 Brian Paulmesa: additional FBO/RB id error checking for ARB_fbo
2009-01-22 Brian Paulmesa: for ARB_fbo, lift restriction that all FBO attach...
2009-01-22 Brian Paulmesa: initial extension bits for GL_ARB_framebuffer_object
2009-01-22 Brian Paulmesa: regenerated GL API files
2009-01-22 Brian Paulglapi: include ARB_framebuffer_object.xml
2009-01-22 Brian Paulglapi: XML spec for GL_ARB_framebuffer_object
2009-01-22 Brian Paulglsl: call _mesa_write_shader_to_file(). Debug-only...
2009-01-22 Brian Paulglsl: new _mesa_write_shader_to_file() function
2009-01-22 Brian Paulglsl: set shader->CompileStatus in _slang_compile()
2009-01-22 Brian Paulmesa: added _mesa_fprintf() wrapper
2009-01-22 Brian Paulmesa: master is open for new development, eventually...
2009-01-22 Brian Paulmesa: set version to 7.3
2009-01-21 Eric Anholti915: Add decode for PS in batchbuffers.
2009-01-21 Eric Anholti965: Remove gratuitous whitespace in INTEL_DEBUG=wm...
2009-01-21 Eric Anholti965: Use _mesa_num_inst_src_regs() instead of keeping...
2009-01-21 Kristian Høgsberg[intel] Remove remaining references to intel_wait_flips().
2009-01-21 Brian Paulswrast: fix redundant texture application in affine_tex...
2009-01-21 Brian Paulmesa: add some debug assertions to detect null current...
2009-01-20 Ian RomanickFix issues with glXMakeContextCurrent and glXMakeCurren...
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-20 Brian Paulglsl: silence unused var warnings
2009-01-20 Brian Paulmesa: silence uninitialized var warnings
2009-01-20 Brian Paulmesa: silence compiler warning at -O2
2009-01-20 Brian Paulmesa: bump version to 7.3-rc3
2009-01-20 Thomas HellstromAdd a comment about _tnl_emit_indexed_vertices_to_buffer.
2009-01-20 Thomas Hellstromtnl: Add a utility to emit indexed vertices to a DMA...
2009-01-20 Thomas HellstromFix store texel for argb4444.
2009-01-20 Thomas HellstromFix store texel for argb8888_rev.
2009-01-20 Thomas HellstromAdd RGBA4444 and RGBA5551 texture formats.
2009-01-20 Thomas Hellstromdri1: Add a macro to validate two dri drawables in...
2009-01-20 Brian Paulmesa: fix build of stand-alone glslcompiler driver
2009-01-18 Brian Paulglx: gcc 2.95 build fix (move declaration before code)
2009-01-16 Brian Pauli965: fix polygon culling bug when rendering to a textu...
2009-01-16 Brian Paulintel: added intel_rendering_to_texture() helper function.
2009-01-16 Brian Paulmesa: remove GL_DEPTH_TEST + no depth buffer test
2009-01-16 Brian Paulglsl: fix broken sampler assignments
2009-01-16 Xiang, Haihaoi915: fallback on transfer mode
2009-01-15 Karl Schultzwindows: updated mesa.def file
2009-01-15 Brian Paulglsl: use _mesa_sprintf()
2009-01-15 Brian Paulglsl: move declaration before code
2009-01-15 Alan Hourihanemesa: check frambuffer complete status before rendering
2009-01-15 Brian Paulmesa: bump version to 7.3-rc2
2009-01-15 Brian Paulglsl: fix comment
2009-01-15 Brian Paulglsl: minor clean-up for rect sampler test
2009-01-14 Brian Paulr300: work-around FRAG_BIT_FOGC warning/error
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 Ian Romanickintel: SW fallback maps texture images, not texture...
2009-01-14 Brian Paulglsl: propagate pragma info down into compiler from...
2009-01-14 Brian Paulglsl: simplify IR storage for samplers
2009-01-14 Brian Paulmesa: fix incorrect transformation of GL_SPOT_DIRECTION
2009-01-14 Ian RomanickTreat image units and coordinate units differently.
2009-01-14 Alan Hourihaneglsl: fix regression from sampler arrays commit
2009-01-14 Brian Pauli965: indentation fixes
2009-01-14 Brian Pauli965: allow larger AA points on fallback path
2009-01-14 Brian Pauli965: fix indentation
2009-01-14 Brian Pauli965: comment for emit_kil()
2009-01-14 Brian Paulmesa: put _NV suffix on a few opcodes
2009-01-14 Brian Pauli965: fix indentation
2009-01-14 Xiang, Haihaointel: bump driver date
2009-01-14 Alan Hourihaneglsl: fix a comment typo
2009-01-14 Alan Hourihaneglsl: support sampler arrays.
2009-01-13 Brian Paulglsl: add preprocessor support for #pragma
2009-01-13 Karl Schultzwindows: try to create a context in wglCreateLayerContext()
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-12 Brian Pauli965: fix broken ARB fp fog options
2009-01-12 Brian Paulglsl: better fix for for-loop scope issue (commit 63330...
2009-01-11 Matthieu HerrbBuild fixes for gcc 2.95
2009-01-11 Matthieu HerrbBig endian fixes.
next