Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-02 | Merge branch 'vbo-0.2' | Keith Whitwell | |
Conflicts: src/mesa/main/texcompress_s3tc.c src/mesa/tnl/t_array_api.c | |||
2007-02-02 | Modify assert to reflect rebase criteria | Keith Whitwell | |
2007-02-01 | Correct usage/meaning of max_index parameter. | Keith Whitwell | |
2007-02-01 | Cope with internally-generated null inputs. | Keith Whitwell | |
2007-01-30 | Use new rebase helper. Remove other rebase code. | Keith Whitwell | |
2007-01-26 | Bug #9604: Fix a static buffer allocation failure. | Eric Anholt | |
The pool that the static buffer got allocated from was sized by pitch * height, but the buffer generated from it had its size aligned to a tile boundary, so allocation failed if pitch * height wasn't aligned. However, the 2d driver ensures that the size ends at a tile boundary, so just pass the 2d driver's buffer size rather than calculating it. | |||
2007-01-26 | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it. | Eric Anholt | |
2007-01-26 | Remove dead code causing a warning. | Eric Anholt | |
2007-01-26 | ARB_Occlusion_query should support multiple query at same time | Zou Nan hai | |
2007-01-24 | 965 glxswapcontrol fix | Zou Nan hai | |
2007-01-24 | 965 ARB_Occlusion_query fix | Zou Nan hai | |
2007-01-17 | I965: fix bug#9625-get the correct PV for quardstrip | Xiang, Haihao | |
The order of vertices in payload for quardstrip is (0, 1, 3, 2), so the PV for quardstrip is c->reg.vertex[2]. | |||
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa ↵ | Keith Whitwell | |
into vbo-0.2 Conflicts: src/mesa/array_cache/sources src/mesa/drivers/dri/i965/brw_context.c src/mesa/drivers/dri/i965/brw_draw.c src/mesa/drivers/dri/i965/brw_fallback.c src/mesa/drivers/dri/i965/brw_vs_emit.c src/mesa/drivers/dri/i965/brw_vs_tnl.c src/mesa/drivers/dri/mach64/mach64_context.c src/mesa/main/extensions.c src/mesa/main/getstring.c src/mesa/tnl/sources src/mesa/tnl/t_save_api.c src/mesa/tnl/t_save_playback.c src/mesa/tnl/t_vtx_api.c src/mesa/tnl/t_vtx_exec.c src/mesa/vbo/vbo_attrib.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_api.c src/mesa/vbo/vbo_save_draw.c | |||
2007-01-06 | Various warning fixes for i965 driver. | Keith Packard | |
vertex/fragment programs provided as const. bmSetFenceLock should return bmSetFence value. | |||
2007-01-06 | Initialize GL_ARB_occlusion_query only if DRM support is present. | Keith Packard | |
DRM versions before 1.8 do not include the necessary ioctls to support GL_ARB_occlusion_query, don't enable it on these versions. | |||
2007-01-06 | i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201) | Zou Nan hai | |
Signed-off-by: Keith Packard <keithp@neko.keithp.com> | |||
2007-01-06 | i965: Take clip rects into account when computing max prim | Zou Nan hai | |
Signed-off-by: Keith Packard <keithp@neko.keithp.com> | |||
2007-01-06 | i965: ARB_occlusion_query support | Wang Zhenyu | |
Signed-off-by: Keith Packard <keithp@neko.keithp.com> | |||
2007-01-06 | i965: Avoid branch instructions while in single program flow mode. | Eric Anholt | |
There is an errata for Broadwater that threads don't have the instruction/loop mask stacks initialized on thread spawn. In single program flow mode, those stacks are not writable, so we can't initialize them. However, they do get read during ELSE and ENDIF instructions. So, instead, replace branch instructions in single program flow mode with predicated jumps (ADD to the ip register), avoiding use of the more complicated branch instructions that may fail. This is also a minor optimization as no ENDIF equivalent is necessary. Signed-off-by: Keith Packard <keithp@neko.keithp.com> | |||
2007-01-06 | i965: Connect INTEL_DEBUG=sync up to cmd/batch ioctls. | Eric Anholt | |
Signed-off-by: Keith Packard <keithp@neko.keithp.com> | |||
2006-12-30 | Use the tiled flag in the sarea to determine region tiling. | Haihao Xiang | |
This fixes mis-rendering if back/depth fail to get set up as tiled. While it probably won't ever be the case now that the pitch limits are loosened, this is still the right thing to do. | |||
2006-12-14 | Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers. | Michel Dänzer | |
Use the i965 version as it has some fixes over the i915tex version. | |||
2006-12-09 | i965: Fix a crash with wine by not allocating >1MB on the stack. | Eric Anholt | |
2006-12-08 | fix bug#9237 | Xiang, Haihao | |
2006-12-08 | fix bug#9045 | Xiang, Haihao | |
2006-12-02 | Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ↵ | Gary Wong | |
unification. | |||
2006-11-29 | Add accelerated CopyPixels for non-overlapping, 1:1 blits. | Eric Anholt | |
Submitted by Gary Wong <gtw@gnu.org> | |||
2006-11-23 | Haihao Xiang's edgeflag patch. | Keith Whitwell | |
2006-11-23 | Haihao Xiang's pointsize initialization patch. | Keith Whitwell | |
2006-11-21 | Gary Wong's patches for CopyPixels Logiop (enable) and Blend | Keith Whitwell | |
(disallow). Slightly cleaned to disallow on all blend states for code consiseness and turn a table lookup into a function to match other code in the driver. | |||
2006-11-21 | Gary Wong's fix for 64 bit cleanness of vertex program inputs bitmask. | Keith Whitwell | |
2006-11-21 | Commit Gary Wong & Keith Packard's changes for bug 8867 -- adjust code | Keith Whitwell | |
after repositioning of INDEX value in BRW_ATTRIB enum. | |||
2006-11-20 | Don't perform dangling attribute check on POS attribute. It can't by | Keith Whitwell | |
definition dangle (every vertex has a position). However save->currentsz isn't properly maintained for this attribute, as there is no current position value to track. Reported by Haihao Xiang. | |||
2006-11-16 | Make sure vbo's are mapped before accessing their contents in | Keith Whitwell | |
api_arrayelt.c. Reported by Haihao Xiang. | |||
2006-11-15 | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul | |
_mesa_add_named_constant() to indicate vector size (1, 2, 3 or 4). Always 4 for now... | |||
2006-11-02 | merge current trunk into vbo branch | Alan Hourihane | |
2006-11-01 | Remove x/y/width/height parameters from Clear functions. | Brian Paul | |
2006-10-31 | cleanup code, compiles with vbo changes | Keith Whitwell | |
2006-10-30 | switch several dri drivers over | Keith Whitwell | |
2006-10-30 | checkpoint - remove dead files, otherwise untested | Keith Whitwell | |
2006-10-23 | Emit cliprects in the userspace driver as required, rather than | Keith Whitwell | |
passing them to the kernel. This works because all drawing commands in the 965 driver are emitted with the lock held and the batchbuffer is always flushed prior to releasing the lock. This allows multiple cliprects to be dealt with, without replaying entire batchbuffers and redundantly re-emitting state. | |||
2006-10-15 | Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since | Brian Paul | |
default/fallback functions are already plugged in by the call to _mesa_init_driver_functions(). | |||
2006-10-15 | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul | |
This is already done by the preceeding call to _mesa_init_driver_functions() which plugs in default functions like that. | |||
2006-10-13 | Upload of interleaved arrays currently assumes that position is the | Keith Whitwell | |
first element in the interleaved group. Add a test to catch cases where this isn't true and use per-array uploads instead. Fixes compiz glitches on x64. | |||
2006-10-13 | Make sure instructions are zero'd out before use. | Keith Whitwell | |
2006-10-13 | Use unsigned long batchbuffer offset, fixes x64 warnings. | Keith Whitwell | |
2006-10-13 | Fix printf warning. | Keith Whitwell | |
2006-10-13 | Use unsigned long cast for checking pointer alignment, fixes x64 warnings. | Keith Whitwell | |
2006-10-13 | Use mesa function to get opcode name rather than an internal table. | Keith Whitwell | |
2006-10-05 | missing file | Keith Whitwell | |