mesa: if texObj is NULL in fetch_texel_*(), return black.
[mesa.git] / src /
2009-01-28 Brian Paulmesa: if texObj is NULL in fetch_texel_*(), return...
2009-01-27 Brian Paulmesa: refactor glTexParameter code
2009-01-27 Brian Paulmesa: move call to _mesa_update_framebuffer_visual()
2009-01-27 Brian Pauli915: rename some functions
2009-01-26 Brian Paulintel: replace i915/intel_state.c and i965/intel_state...
2009-01-26 Brian Paulintel: whitespace changes
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-26 Brian Pauli965: scissor rect was inverted when rendering to texture
2009-01-26 Robert Ellisonmesa: add missing texture_put_row_rgb() function in...
2009-01-24 Brian PaulMerge branch 'tex_combine4'
2009-01-24 Brian Pauli965: init array->Format fields (see bug 19708)
2009-01-24 Brian Paulintel: enable GL_NV_texture_env_combine4 extension
2009-01-24 Brian Paulmesa: enable GL_NV_texture_env_combine4 for sw drivers
2009-01-24 Brian Paulmesa: updated fragment shader codegen for GL_NV_texture...
2009-01-24 Brian Paulswrast: updates for GL_NV_texture_env_combine4
2009-01-24 Brian Paulmesa: update state setup/validation for GL_NV_texture_e...
2009-01-24 Brian Paulmesa: update glTexEnv(), glGetTexEnv() for GL_NV_textur...
2009-01-24 Brian Paulmesa: initial changes for GL_NV_texture_env_combine4
2009-01-23 Brian Paulmesa: set the new array->Format field in VBO code
2009-01-23 Jesse Barnesintel: fix the mismerge of the vblank pipe enable sanit...
2009-01-23 Brian Paulmesa: consolidate glGetTexEnvi/f() code with new get_te...
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 Paulmesa: refactor _mesa_TexEnvfv() code with helper functions
2009-01-23 Brian PaulMerge branch 'vertex_array_bgra'
2009-01-23 Brian Pauli965: enable GL_EXT_vertex_array_bgra
2009-01-23 Brian Paulmesa: enable GL_EXT_vertex_array_bgra for sw drivers
2009-01-23 Brian Paulmesa: update tnl module for GL_EXT_vertex_array_bgra
2009-01-23 Brian Paulmesa: improve array initialization code, and set the...
2009-01-23 Brian Paulmesa: update glColorPointer, etc for GL_EXT_vertex_arra...
2009-01-23 Brian Paulmesa: initial bits for GL_EXT_vertex_array_bgra
2009-01-23 Ian Romanickr300: Enable GL_ATI_separate_stencil in R300
2009-01-23 Ian Romanick965: Enable GL_EXT_stencil_two_side
2009-01-23 Ian Romanickswrast: Enable GL_EXT_stencil_two_side
2009-01-23 Ian RomanickTrack two sets of back-face stencil state
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...
next