summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-28mesa: additional GL_INVALID_OPERATION tests for texture swizzleBrian Paul
2009-01-28mesa: implement texture swizzling in swrastBrian Paul
2009-01-28mesa: set/get new state for GL_EXT_texture_swizzleBrian Paul
2009-01-28mesa: if texObj is NULL in fetch_texel_*(), return black.Brian Paul
2009-01-27dri2: add complaints for more initialization failures.Eric Anholt
2009-01-27intel: clean up more pf mess.Eric Anholt
2009-01-27mesa: refactor glTexParameter codeBrian Paul
2009-01-27mesa: move call to _mesa_update_framebuffer_visual()Brian Paul
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-26mesa: add missing texture_put_row_rgb() function in texrender.cRobert Ellison
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-23mesa: enable GL_NV_texture_env_combine4 for sw driversBrian Paul
2009-01-23mesa: updated fragment shader codegen for GL_NV_texture_env_combine4Brian Paul
2009-01-23swrast: updates for GL_NV_texture_env_combine4Brian Paul
2009-01-23mesa: update state setup/validation for GL_NV_texture_env_combine4Brian Paul
2009-01-23mesa: update glTexEnv(), glGetTexEnv() for GL_NV_texture_env_combine4Brian Paul
2009-01-23mesa: initial changes for GL_NV_texture_env_combine4Brian Paul
2009-01-23mesa: set the new array->Format field in VBO codeBrian Paul
2009-01-23intel: fix the mismerge of the vblank pipe enable sanity checkJesse Barnes
2009-01-23mesa: consolidate glGetTexEnvi/f() code with new get_texenvi() helperBrian Paul
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-23mesa: refactor _mesa_TexEnvfv() code with helper functionsBrian Paul