Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-03 | add some #includes to silence warnings | Brian | |
2007-03-30 | Merge branch 'crestline-qa', adding support for the 965GM chipset. | Eric Anholt | |
2007-03-27 | Fix compile error | Zou Nan hai | |
2007-03-26 | merge of glsl-compiler-1 branch | Brian | |
2007-03-26 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-25 | i965: The given urb layout(maximal size of urb entries and the | Xiang, Haihao | |
values for nr of entries) should meet the requirement. | |||
2007-03-22 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-22 | fix for bug#10339 | Xiang, Haihao | |
StateFlags has been updated in _mesa_add_state_reference | |||
2007-03-21 | merge from master | Brian | |
2007-03-21 | fix copy and paste bug from last commit in fog generation code for GL_LINEAR fog | Roland Scheidegger | |
2007-03-21 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-20 | fix for bug#10347 | Xiang, Haihao | |
not sure which brw surface for DXT3 & DXT5, so restore the previous choice.(changed in commit 84081774e62a8af18e6bf894ea69f63b97dcfe96) | |||
2007-03-19 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-18 | i965: fix for FXT1 & S3TC texture format | Xiang, Haihao | |
choose the right mesa texformat for FXT1 & S3TC | |||
2007-03-14 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-13 | sync up t_vp_build.c brw_vs_tnl.c a bit | Roland Scheidegger | |
Bring over the optimizations for fog and normalized spot dir from t_vp_build.c to brw_vs_tnl.c. Likewise, port a fix for point size calc from brw_vs_tnl.c to t_vp_build.c (use ABS(eyez) instead of -eyez). Leave the now differing point size calcs alone though, not sure what's better (it's basically MOV, ABS, MUL, DP3 vs. ABS, MAD, MAD). | |||
2007-03-12 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-11 | fix for bug#10196 | Xiang, Haihao | |
Compute half if LOCAL_VIEWER is enabled and the light is a directional source. | |||
2007-03-09 | Merge branch 'origin' into glsl-compiler-1 | Brian | |
Conflicts: src/mesa/main/context.c | |||
2007-03-07 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-06 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian | |
Use _mesa_reference_framebuffer() and _mesa_unreference_framebuffer() functions to be sure reference counting is done correctly. Additional assertions are done too. Note _mesa_dereference_framebuffer() renamed to "unreference" as that's more accurate. | |||
2007-03-06 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-03-06 | fix for bug#10182 | Xiang, Haihao | |
call _mesa_dereference_framebuffer instead of _mesa_dereference_framebuffer in i810, i915, i915tex, i965 drivers. | |||
2007-03-05 | fix for bug#9971 | Xiang, Haihao | |
call swsetup_Wakeup before falling back to software rendering | |||
2007-02-25 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | |
2007-02-23 | Update DRI drivers for new glsl compiler. | Brian | |
Mostly: - update #includes - update STATE_* token code | |||
2007-02-12 | I965: fix a failure on waiting irq. | Xiang, Haihao | |
Wait until getting the right fence if drm/i915 resets the counter. | |||
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-02 | Add Intel 965GM chipset info | Wang Zhenyu | |
2007-02-02 | Revert origin crestline pci id patch | Wang Zhenyu | |
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-18 | 1. Fix bug #155 | Zou Nan hai | |
2. I notice multiple ARB_occlusion_query should be able to overlap according to spec. 3. Declaring extern variables in a .c file is evil, fix it. | |||
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 | Merge branch 'master' into crestline | Keith Packard | |
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 | Merge branch 'master' into crestline | Wang Zhenyu | |
Conflicts: src/mesa/drivers/dri/i965/brw_tex_layout.c Michel Dänzer replaced the copy of the 945 mipmap layout code with that from the 945 driver directly. | |||
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> |