summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965
AgeCommit message (Expand)Author
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2006-10-13Upload of interleaved arrays currently assumes that position is theKeith Whitwell
2006-10-13Make sure instructions are zero'd out before use.Keith Whitwell
2006-10-13Use unsigned long batchbuffer offset, fixes x64 warnings.Keith Whitwell
2006-10-13Fix printf warning.Keith Whitwell
2006-10-13Use unsigned long cast for checking pointer alignment, fixes x64 warnings.Keith Whitwell
2006-10-13Use mesa function to get opcode name rather than an internal table.Keith Whitwell
2006-10-05missing fileKeith Whitwell
2006-10-05Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell
2006-10-05Quieten debug message.Keith Whitwell
2006-10-05eliminate rhw divide under some circumstancesKeith Whitwell
2006-10-05Quieten debug message.Keith Whitwell
2006-09-25Fixup one place where attrsz was being used instead of active_szKeith Whitwell
2006-09-22Explicit test for +ve pitches in intelEmitCopyBlit()Keith Whitwell
2006-09-21Do a better job of choosing texture formats to avoid image conversions.Keith Whitwell
2006-09-21use the requested internal texture format where possibleKeith Whitwell
2006-09-21Catch a couple of cases where we would have to delete and recreate theKeith Whitwell
2006-09-20Add a comment about the interactions of negative pitches, overlappingKeith Whitwell
2006-09-20remove some dead codeKeith Whitwell
2006-09-20Fix some warningsKeith Whitwell
2006-09-20Support ARB_texture_rectangle.Keith Whitwell
2006-09-201) Add a new flag in the sarea (coopting the unused texAge value) toKeith Whitwell
2006-09-20Broadwater seems to prefer this style of blitting.Keith Whitwell
2006-09-20add accelerated glCopyPixels pathKeith Whitwell
2006-09-20restore debug output after brw_wm_fp compilation stageKeith Whitwell
2006-09-20Use DEBUG_SYNC to switch between per-primitive and per-frame aubfile dumps.Keith Whitwell
2006-09-14VS nr of urb entries is constrained to be one of a fixed set of values,Keith Whitwell
2006-09-12quieten debugKeith Whitwell
2006-09-12Potential fix for doom3 lockups. Seems that there is a conflictKeith Whitwell
2006-09-12Disassemble active program when DEBUG_VS is set.Keith Whitwell
2006-09-12Add code to tweak aubfile state and primitives on replay.Keith Whitwell
2006-09-12Encode a unique id in the aub header date fields.Keith Whitwell
2006-09-08Basic facility for playing back captured aubfiles. Requires a smallKeith Whitwell
2006-09-07Consistent return values from the bm* functions.Keith Whitwell
2006-09-07Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell
2006-09-07Fix glitch with pool alignments.Keith Whitwell
2006-09-07Use lower alignments where possible. Also pad out allocated blocks toKeith Whitwell
2006-09-07Make sure bmBufferOffset is called for all active buffers every timeKeith Whitwell
2006-09-06Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell
2006-09-05Dynamically allocate instruction store for tnl programs according toKeith Whitwell
2006-09-04Fixes for calculating point attenuationKeith Whitwell
2006-09-04Don't export NV_vertex_program as it's not supported, it confusesKeith Whitwell
2006-09-01Catch a few more cases of using a message reg as an instruction sourceKeith Whitwell
2006-09-01fix a couple of cases where a message reg is used as an instruction source.Keith Whitwell
2006-08-31When using the old technique to set up the front buffer mapping, thereKeith Whitwell
2006-08-10Add padding to match the current xf86-video-intel DDX->DRI interface.Eric Anholt
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt