Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa
[mesa.git] / src / mesa / drivers / dri / i965 /
2007-01-25 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-01-25 Zou Nan haiARB_Occlusion_query should support multiple query at...
2007-01-24 Zou Nan hai965 glxswapcontrol fix
2007-01-24 Zou Nan hai 965 ARB_Occlusion_query fix
2007-01-17 Xiang, HaihaoI965: fix bug#9625-get the correct PV for quardstrip
2007-01-08 Keith PackardMerge branch 'origin'
2007-01-07 Keith PackardVarious warning fixes for i965 driver.
2007-01-07 Keith PackardInitialize GL_ARB_occlusion_query only if DRM support...
2007-01-06 Zou Nan haii965: xdemos/glxthreads get: Assertion `block->fenced...
2007-01-06 Zou Nan haii965: Take clip rects into account when computing max...
2007-01-06 Wang Zhenyui965: ARB_occlusion_query support
2007-01-06 Eric Anholti965: Avoid branch instructions while in single program...
2007-01-06 Eric Anholti965: Connect INTEL_DEBUG=sync up to cmd/batch ioctls.
2006-12-30 Haihao XiangUse the tiled flag in the sarea to determine region...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-14 Michel DänzerShare code to lay out >= 945 style 2D mipmaps between...
2006-12-10 Eric Anholti965: Fix a crash with wine by not allocating >1MB...
2006-12-08 Xiang, Haihaofix bug#9237
2006-12-08 Xiang, Haihaofix bug#9045
2006-12-02 Gary WongStructure CopyPixels similarly to i915 do_texture_copyp...
2006-11-29 Eric AnholtAdd accelerated CopyPixels for non-overlapping, 1:1...
2006-11-23 Keith WhitwellHaihao Xiang's edgeflag patch.
2006-11-23 Keith WhitwellHaihao Xiang's pointsize initialization patch.
2006-11-21 Keith WhitwellGary Wong's patches for CopyPixels Logiop (enable)...
2006-11-21 Keith WhitwellGary Wong's fix for 64 bit cleanness of vertex program...
2006-11-21 Keith WhitwellCommit Gary Wong & Keith Packard's changes for bug...
2006-11-20 Keith WhitwellDon't perform dangling attribute check on POS attribute...
2006-11-16 Keith WhitwellMake sure vbo's are mapped before accessing their conte...
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-23 Keith WhitwellEmit cliprects in the userspace driver as required...
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-10-13 Keith WhitwellUpload of interleaved arrays currently assumes that...
2006-10-13 Keith WhitwellMake sure instructions are zero'd out before use.
2006-10-13 Keith WhitwellUse unsigned long batchbuffer offset, fixes x64 warnings.
2006-10-13 Keith WhitwellFix printf warning.
2006-10-13 Keith WhitwellUse unsigned long cast for checking pointer alignment...
2006-10-13 Keith WhitwellUse mesa function to get opcode name rather than an...
2006-10-05 Keith Whitwellmissing file
2006-10-05 Keith WhitwellAccelerate glBitmap with a color expand blit. Nice...
2006-10-05 Keith WhitwellQuieten debug message.
2006-10-05 Keith Whitwelleliminate rhw divide under some circumstances
2006-10-05 Keith WhitwellQuieten debug message.
2006-09-25 Keith WhitwellFixup one place where attrsz was being used instead...
2006-09-22 Keith WhitwellExplicit test for +ve pitches in intelEmitCopyBlit()
2006-09-21 Keith WhitwellDo a better job of choosing texture formats to avoid...
2006-09-21 Keith Whitwelluse the requested internal texture format where possible
2006-09-21 Keith WhitwellCatch a couple of cases where we would have to delete...
2006-09-20 Keith WhitwellAdd a comment about the interactions of negative pitche...
2006-09-20 Keith Whitwellremove some dead code
2006-09-20 Keith WhitwellFix some warnings
2006-09-20 Keith WhitwellSupport ARB_texture_rectangle.
2006-09-20 Keith Whitwell1) Add a new flag in the sarea (coopting the unused...
2006-09-20 Keith WhitwellBroadwater seems to prefer this style of blitting.
2006-09-20 Keith Whitwelladd accelerated glCopyPixels path
2006-09-20 Keith Whitwellrestore debug output after brw_wm_fp compilation stage
2006-09-20 Keith WhitwellUse DEBUG_SYNC to switch between per-primitive and...
2006-09-14 Keith WhitwellVS nr of urb entries is constrained to be one of a...
2006-09-12 Keith Whitwellquieten debug
2006-09-12 Keith WhitwellPotential fix for doom3 lockups. Seems that there...
2006-09-12 Keith WhitwellDisassemble active program when DEBUG_VS is set.
2006-09-12 Keith WhitwellAdd code to tweak aubfile state and primitives on replay.
2006-09-12 Keith WhitwellEncode a unique id in the aub header date fields.
2006-09-08 Keith WhitwellBasic facility for playing back captured aubfiles....
2006-09-07 Keith WhitwellConsistent return values from the bm* functions.
2006-09-07 Keith WhitwellCope with memory pool fragmentation by allowing a secon...
2006-09-07 Keith WhitwellFix glitch with pool alignments.
2006-09-07 Keith WhitwellUse lower alignments where possible. Also pad out...
2006-09-07 Keith WhitwellMake sure bmBufferOffset is called for all active buffe...
2006-09-06 Keith WhitwellSimplify the immediate and displaylist code. Treat...
2006-09-05 Keith WhitwellDynamically allocate instruction store for tnl programs...
2006-09-04 Keith WhitwellFixes for calculating point attenuation
2006-09-04 Keith WhitwellDon't export NV_vertex_program as it's not supported...
2006-09-01 Keith WhitwellCatch a few more cases of using a message reg as an...
2006-09-01 Keith Whitwellfix a couple of cases where a message reg is used as...
2006-08-31 Keith WhitwellWhen using the old technique to set up the front buffer...
2006-08-10 Eric AnholtAdd padding to match the current xf86-video-intel DDX...
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.