2009-01-28 |
Brian Paul | i965: minor comment additions/edits |
commit | commitdiff | tree |
2009-01-28 |
Brian Paul | i965: remove pad field |
commit | commitdiff | tree |
2009-01-28 |
Brian Paul | i965: widen per-texture bitfields for 16 texture image... |
commit | commitdiff | tree |
2009-01-28 |
Brian Paul | i965: minor comments |
commit | commitdiff | tree |
2009-01-27 |
Eric Anholt | dri2: add complaints for more initialization failures. |
commit | commitdiff | tree |
2009-01-27 |
Eric Anholt | intel: clean up more pf mess. |
commit | commitdiff | tree |
2009-01-27 |
Brian Paul | mesa: refactor glTexParameter code |
commit | commitdiff | tree |
2009-01-27 |
Brian Paul | mesa: move call to _mesa_update_framebuffer_visual() |
commit | commitdiff | tree |
2009-01-27 |
Brian Paul | i915: rename some functions |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: replace i915/intel_state.c and i965/intel_state... |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: whitespace changes |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: move some driver functions around |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: check if stencil test is enabled in intel_stenci... |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: save/restore GL matrix mode in intel_meta_set_pa... |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: asst. casts to silence warnings |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: #include clean-ups |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: remove old #includes |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: make intelUpdateScreenFromSAREA() static |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: remove unused var |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: move intelInitExtensions() and related code... |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: move glClear-related code into new intel_clear... |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | intel: Move swap-related functions from intel_buffers... |
commit | commitdiff | tree |
2009-01-26 |
Brian Paul | i965: scissor rect was inverted when rendering to texture |
commit | commitdiff | tree |
2009-01-26 |
Robert Ellison | mesa: add missing texture_put_row_rgb() function in... |
commit | commitdiff | tree |
2009-01-24 |
Brian Paul | docs: added GL_NV_texture_env_combine4 |
commit | commitdiff | tree |
2009-01-24 |
Brian Paul | Merge branch 'tex_combine4' |
commit | commitdiff | tree |
2009-01-24 |
Brian Paul | i965: init array->Format fields (see bug 19708) |
commit | commitdiff | tree |
2009-01-24 |
Brian Paul | intel: enable GL_NV_texture_env_combine4 extension |
commit | commitdiff | tree |
2009-01-24 |
Brian Paul | mesa: enable GL_NV_texture_env_combine4 for sw drivers |
commit | commitdiff | tree |
2009-01-24 |
Brian Paul | mesa: updated fragment shader codegen for GL_NV_texture... |
commit | commitdiff | tree |
2009-01-24 |
Brian Paul | swrast: updates for GL_NV_texture_env_combine4 |
commit | commitdiff | tree |
2009-01-24 |
Brian Paul | mesa: update state setup/validation for GL_NV_texture_e... |
commit | commitdiff | tree |
2009-01-24 |
Brian Paul | mesa: update glTexEnv(), glGetTexEnv() for GL_NV_textur... |
commit | commitdiff | tree |
2009-01-24 |
Brian Paul | mesa: initial changes for GL_NV_texture_env_combine4 |
commit | commitdiff | tree |
2009-01-23 |
Brian Paul | mesa: set the new array->Format field in VBO code |
commit | commitdiff | tree |
2009-01-23 |
Jesse Barnes | intel: fix the mismerge of the vblank pipe enable sanit... |
commit | commitdiff | tree |
2009-01-23 |
Brian Paul | mesa: consolidate glGetTexEnvi/f() code with new get_te... |
commit | commitdiff | tree |
2009-01-23 |
Jesse Barnes | intel: move pipe enable sanity check to where it belongs |
commit | commitdiff | tree |
2009-01-23 |
Owain Ainsworth | intel: fix vblank crtc selection with DRI1 when only... |
commit | commitdiff | tree |
2009-01-23 |
Owain G. Ainsworth | intel: Prevent an "irq is not working" printf when... |
commit | commitdiff | tree |
2009-01-23 |
Brian Paul | mesa: refactor _mesa_TexEnvfv() code with helper functions |
commit | commitdiff | tree |
2009-01-23 |
Brian Paul | docs: document improved stencil support and GL_EXT_vert... |
commit | commitdiff | tree |
2009-01-23 |
Brian Paul | Merge branch 'vertex_array_bgra' |
commit | commitdiff | tree |
2009-01-23 |
Brian Paul | i965: enable GL_EXT_vertex_array_bgra |
commit | commitdiff | tree |
2009-01-23 |
Brian Paul | mesa: enable GL_EXT_vertex_array_bgra for sw drivers |
commit | commitdiff | tree |
2009-01-23 |
Brian Paul | mesa: update tnl module for GL_EXT_vertex_array_bgra |
commit | commitdiff | tree |
2009-01-23 |
Brian Paul | mesa: improve array initialization code, and set the... |
commit | commitdiff | tree |
2009-01-23 |
Brian Paul | mesa: update glColorPointer, etc for GL_EXT_vertex_arra... |
commit | commitdiff | tree |
2009-01-23 |
Brian Paul | mesa: initial bits for GL_EXT_vertex_array_bgra |
commit | commitdiff | tree |
2009-01-23 |
Ian Romanick | r300: Enable GL_ATI_separate_stencil in R300 |
commit | commitdiff | tree |
2009-01-23 |
Ian Romanick | 965: Enable GL_EXT_stencil_two_side |
commit | commitdiff | tree |
2009-01-23 |
Ian Romanick | swrast: Enable GL_EXT_stencil_two_side |
commit | commitdiff | tree |
2009-01-23 |
Ian Romanick | Track two sets of back-face stencil state |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | i965: whitespace changes and reformatting |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | docs: first 7.5 feature: GL_ARB_framebuffer_object |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | i965: enable GL_ARB_framebuffer_object |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | intel: add GL_EXT_framebuffer blit extension |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | intel: remove/disable the "paired depth/stencil" code |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | intel: asst clean-ups, simplifications in intel_draw_bu... |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | intel: remove unneeded call to ctx->Driver.DepthRange() |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | i965: disallow separate depth/stencil renderbuffers |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | i965: minor reformatting |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | intel: plug in stub intel_validate_framebuffer() function |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | intel: inline some renderbuffer functions |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | demos: revamp the fbotexture.c demo |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | demos: updated FBO tests to for ARB_fbo |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: enable ARB_fbo for s/w drivers |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: avoid calling _mesa_test_framebuffer_completeness... |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: fix some renderbuffer/framebuffer delete semantics |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: add support for GL_DEPTH_STENCIL_ATTACHMENT point. |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: additional FBO error checking for multisample... |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: update Visual.samples field in _mesa_update_frame... |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: refactor glRenderbufferStorage(), glRenderbufferS... |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: init MaxSamples = 0 (no multisampling) |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: add ARB_framebuffer_object.xml to API_XML |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: added GL_MAX_SAMPLES query for GL_ARB_fbo |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: added NumSamples, MaxSamples for ARB_fbo |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: stub for _mesa_RenderbufferStorageMultisample() |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: call fbo_incomplete() if driver marks FBO as... |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: update update_framebuffer_size() for ARB_fbo... |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: added ctx->Driver.ValidateFramebuffer() callback |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: add new ARB_fbo queries, fix some error tests |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: add new ColorEncoding and ComponentType to gl_ren... |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: additional FBO/RB id error checking for ARB_fbo |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: for ARB_fbo, lift restriction that all FBO attach... |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: initial extension bits for GL_ARB_framebuffer_object |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: regenerated GL API files |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | glapi: include ARB_framebuffer_object.xml |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | glapi: XML spec for GL_ARB_framebuffer_object |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | glsl: call _mesa_write_shader_to_file(). Debug-only... |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | glsl: new _mesa_write_shader_to_file() function |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | glsl: set shader->CompileStatus in _slang_compile() |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: added _mesa_fprintf() wrapper |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | docs: placeholder 7.5 release notes |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: master is open for new development, eventually... |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | docs: skeleton 7.4 release notes file |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | docs: 7.3 md5 sums |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | mesa: set version to 7.3 |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | docs: set 7.3 release date |
commit | commitdiff | tree |
2009-01-22 |
Brian Paul | docs: assorted updates, link fixes |
commit | commitdiff | tree |
next |