summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* Bug #9604: Fix a static buffer allocation failure.Eric Anholt2007-01-263-3/+6
* Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.Eric Anholt2007-01-261-1/+1
* Remove dead code causing a warning.Eric Anholt2007-01-261-5/+0
* ARB_Occlusion_query should support multiple query at same timeZou Nan hai2007-01-262-4/+4
* 965 glxswapcontrol fixZou Nan hai2007-01-241-0/+9
* 965 ARB_Occlusion_query fixZou Nan hai2007-01-243-16/+19
* I965: fix bug#9625-get the correct PV for quardstripXiang, Haihao2007-01-173-1/+15
* Various warning fixes for i965 driver.Keith Packard2007-01-065-8/+9
* Initialize GL_ARB_occlusion_query only if DRM support is present.Keith Packard2007-01-061-2/+6
* i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201)Zou Nan hai2007-01-063-4/+18
* i965: Take clip rects into account when computing max primZou Nan hai2007-01-061-1/+11
* i965: ARB_occlusion_query supportWang Zhenyu2007-01-064-1/+55
* i965: Avoid branch instructions while in single program flow mode.Eric Anholt2007-01-065-59/+125
* i965: Connect INTEL_DEBUG=sync up to cmd/batch ioctls.Eric Anholt2007-01-061-2/+30
* Use the tiled flag in the sarea to determine region tiling.Haihao Xiang2006-12-303-4/+9
* Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.Michel Dänzer2006-12-143-53/+8
* i965: Fix a crash with wine by not allocating >1MB on the stack.Eric Anholt2006-12-092-19/+31
* fix bug#9237Xiang, Haihao2006-12-081-4/+4
* fix bug#9045Xiang, Haihao2006-12-081-2/+3
* Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ...Gary Wong2006-12-024-99/+147
* Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt2006-11-2910-15/+213
* Haihao Xiang's edgeflag patch.Keith Whitwell2006-11-231-0/+3
* Haihao Xiang's pointsize initialization patch.Keith Whitwell2006-11-231-0/+5
* Gary Wong's patches for CopyPixels Logiop (enable) and BlendKeith Whitwell2006-11-214-10/+42
* Gary Wong's fix for 64 bit cleanness of vertex program inputs bitmask.Keith Whitwell2006-11-214-9/+10
* Commit Gary Wong & Keith Packard's changes for bug 8867 -- adjust codeKeith Whitwell2006-11-213-10/+23
* Don't perform dangling attribute check on POS attribute. It can't byKeith Whitwell2006-11-201-1/+1
* Make sure vbo's are mapped before accessing their contents inKeith Whitwell2006-11-161-0/+8
* Add a size parameter to _mesa_add_unnamed_constant() andBrian Paul2006-11-152-2/+2
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-013-44/+25
* Emit cliprects in the userspace driver as required, rather thanKeith Whitwell2006-10-2310-66/+81
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-16/+3
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* Upload of interleaved arrays currently assumes that position is theKeith Whitwell2006-10-131-0/+1
* Make sure instructions are zero'd out before use.Keith Whitwell2006-10-131-0/+1
* Use unsigned long batchbuffer offset, fixes x64 warnings.Keith Whitwell2006-10-131-1/+1
* Fix printf warning.Keith Whitwell2006-10-131-1/+1
* Use unsigned long cast for checking pointer alignment, fixes x64 warnings.Keith Whitwell2006-10-131-2/+2
* Use mesa function to get opcode name rather than an internal table.Keith Whitwell2006-10-131-61/+1
* missing fileKeith Whitwell2006-10-051-0/+132
* Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell2006-10-057-5/+477
* Quieten debug message.Keith Whitwell2006-10-051-1/+1
* eliminate rhw divide under some circumstancesKeith Whitwell2006-10-053-18/+32
* Quieten debug message.Keith Whitwell2006-10-051-0/+2
* Fixup one place where attrsz was being used instead of active_szKeith Whitwell2006-09-251-1/+1
* Explicit test for +ve pitches in intelEmitCopyBlit()Keith Whitwell2006-09-221-8/+4
* Do a better job of choosing texture formats to avoid image conversions.Keith Whitwell2006-09-211-5/+16
* use the requested internal texture format where possibleKeith Whitwell2006-09-212-12/+32
* Catch a couple of cases where we would have to delete and recreate theKeith Whitwell2006-09-211-3/+6
* Add a comment about the interactions of negative pitches, overlappingKeith Whitwell2006-09-201-0/+8