aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* Fix/improve framebuffer object reference counting.Brian2007-03-061-2/+1
* fix for bug#10182Xiang, Haihao2007-03-061-1/+2
* fix for bug#9971Xiang, Haihao2007-03-051-0/+1
* I965: fix a failure on waiting irq.Xiang, Haihao2007-02-121-1/+2
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-0229-4845/+213
|\
| * Modify assert to reflect rebase criteriaKeith Whitwell2007-02-021-1/+9
| * Correct usage/meaning of max_index parameter.Keith Whitwell2007-02-012-2/+4
| * Cope with internally-generated null inputs.Keith Whitwell2007-02-011-3/+6
| * Use new rebase helper. Remove other rebase code.Keith Whitwell2007-01-302-90/+68
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-1633-174/+596
| |\
| * | merge current trunk into vbo branchAlan Hourihane2006-11-023-44/+25
| * | cleanup code, compiles with vbo changesKeith Whitwell2006-10-3115-612/+98
| * | switch several dri drivers overKeith Whitwell2006-10-302-5/+4
| * | checkpoint - remove dead files, otherwise untestedKeith Whitwell2006-10-3020-4114/+42
* | | 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