summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2009-01-28i965: minor tweak: replace OPCODE_MOV with OPCODE_SWZBrian Paul
2009-01-28i965: implement GL_EXT_texture_swizzleBrian Paul
2009-01-28i965: minor clean-up, comments, etc.Brian Paul
2009-01-28Merge commit 'origin/master' into texture_swizzleBrian Paul
2009-01-28i965: fix bug in pass0_precalc_mov()Brian Paul
2009-01-28i965: minor comment additions/editsBrian Paul
2009-01-28i965: minor improvements in brw_wm_populate_key()Brian Paul
2009-01-28i965: remove pad fieldBrian Paul
2009-01-28i965: widen per-texture bitfields for 16 texture image unitsBrian Paul
2009-01-28i965: minor commentsBrian Paul
2009-01-27intel: clean up more pf mess.Eric Anholt
2009-01-26i915: rename some functionsBrian Paul
2009-01-26intel: replace i915/intel_state.c and i965/intel_state.c with shared fileBrian Paul
2009-01-26intel: whitespace changesBrian Paul
2009-01-26intel: move some driver functions aroundBrian Paul
2009-01-26intel: check if stencil test is enabled in intel_stencil_drawpixels()Brian Paul
2009-01-26intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...Brian Paul
2009-01-26intel: asst. casts to silence warningsBrian Paul
2009-01-26intel: #include clean-upsBrian Paul
2009-01-26intel: remove old #includesBrian Paul
2009-01-26intel: make intelUpdateScreenFromSAREA() staticBrian Paul
2009-01-26intel: remove unused varBrian Paul
2009-01-26intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul
2009-01-26intel: move glClear-related code into new intel_clear.c fileBrian Paul
2009-01-26intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul
2009-01-26i965: scissor rect was inverted when rendering to textureBrian Paul
2009-01-23Merge branch 'tex_combine4'Brian Paul
2009-01-23i965: init array->Format fields (see bug 19708)Brian Paul
2009-01-23intel: enable GL_NV_texture_env_combine4 extensionBrian Paul
2009-01-23intel: fix the mismerge of the vblank pipe enable sanity checkJesse Barnes
2009-01-23intel: move pipe enable sanity check to where it belongsJesse Barnes
2009-01-23intel: fix vblank crtc selection with DRI1 when only one pipe is enabled.Owain Ainsworth
2009-01-23intel: Prevent an "irq is not working" printf when only pipe B is enabled.Owain G. Ainsworth
2009-01-23Merge branch 'vertex_array_bgra'Brian Paul
2009-01-23i965: enable GL_EXT_vertex_array_bgraBrian Paul
2009-01-23r300: Enable GL_ATI_separate_stencil in R300Ian Romanick
2009-01-23965: Enable GL_EXT_stencil_two_sideIan Romanick
2009-01-23swrast: Enable GL_EXT_stencil_two_sideIan Romanick
2009-01-23Track two sets of back-face stencil stateIan Romanick
2009-01-22i965: whitespace changes and reformattingBrian Paul
2009-01-22i965: enable GL_ARB_framebuffer_objectBrian Paul
2009-01-22intel: add GL_EXT_framebuffer blit extensionBrian Paul
2009-01-22intel: remove/disable the "paired depth/stencil" codeBrian Paul
2009-01-22intel: asst clean-ups, simplifications in intel_draw_buffer()Brian Paul
2009-01-22intel: remove unneeded call to ctx->Driver.DepthRange()Brian Paul
2009-01-22i965: disallow separate depth/stencil renderbuffersBrian Paul
2009-01-22i965: minor reformattingBrian Paul
2009-01-22intel: plug in stub intel_validate_framebuffer() functionBrian Paul