Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nouveau: implement is_{texture,buffer}_referenced properly | Ben Skeggs | 2009-10-19 | 15 | -169/+72 |
| | |||||
* | drm/nv50: write tic/tsc setup to correct slots when skipping units | Ben Skeggs | 2009-10-19 | 2 | -6/+8 |
| | |||||
* | r300g: Fix up a bunch of warnings. | Corbin Simpson | 2009-10-18 | 6 | -22/+21 |
| | |||||
* | r300g: Add another ZTOP condition. | Corbin Simpson | 2009-10-18 | 1 | -0/+2 |
| | | | | I don't even know if texkill works right now. | ||||
* | llvmpipe: Allocate texture storage for whole quads. | José Fonseca | 2009-10-18 | 1 | -3/+11 |
| | |||||
* | gallium: Permit surface_copy and surface_fill to be NULL. | Corbin Simpson | 2009-10-17 | 14 | -54/+156 |
| | | | | | | | | | | | | | Uf. Lots of files touched. Would people with working vega, xorg, dri1, etc. please make sure you are not broken, and fix yourself up if you are. There were only two or three places where the code did not have painful fallbacks, so I would advise st maintainers to find less painful workarounds, or consider overhauling util_surface_copy and util_surface_fill. Per ymanton, darktama, and Dr_Jakob's suggestions, clear has been left as-is. I will not add PIPE_CAP_BLITTER unless it is deemed necessary. | ||||
* | r300g: Squash format warning. | Corbin Simpson | 2009-10-17 | 1 | -0/+1 |
| | | | | Won't ever be supported. | ||||
* | r300g: Use a dirty test to bring framerate back up. | Corbin Simpson | 2009-10-17 | 1 | -2/+5 |
| | | | | This is just split out from the next commit, that's all. | ||||
* | r300g: Also have rs_block keyed to the current shader combo. | Corbin Simpson | 2009-10-17 | 1 | -51/+58 |
| | | | | | Eliminates part of the glxgears corruption here. Need to clean up PSC more, to get rid of the rest of it. | ||||
* | r300g: Fix u_hash_table rename. | Corbin Simpson | 2009-10-17 | 3 | -9/+7 |
| | |||||
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa | Corbin Simpson | 2009-10-17 | 30 | -120/+142 |
|\ | |||||
| * | nouveau: nv40: Use same workaround as i915 for segfault related to vbo | Patrice Mandin | 2009-10-17 | 1 | -6/+13 |
| | | |||||
| * | nouveau: nv30: Remove duplicate case. Was a typo for X8R8G8B8, but that will ↵ | Patrice Mandin | 2009-10-17 | 1 | -2/+1 |
| | | | | | | | | never be use for front buffer. | ||||
| * | nouveau: nv30: Use same workaround as i915 for segfault related to vbo | Patrice Mandin | 2009-10-17 | 1 | -6/+13 |
| | | |||||
| * | util: Rename from u_* to util_* while we're at it. | José Fonseca | 2009-10-17 | 3 | -62/+62 |
| | | | | | | | | To be consistent with the rest. | ||||
| * | intel: Disallow relocations to the byte beyond the end of the buffer | Chris Wilson | 2009-10-17 | 1 | -1/+1 |
| | | |||||
| * | mesa: fix/update some comments | Brian Paul | 2009-10-16 | 1 | -4/+4 |
| | | |||||
| * | mesa: lift default symlinks target into Makefile.template | Brian Paul | 2009-10-16 | 21 | -23/+4 |
| | | | | | | | | Driver Makefiles can still add symlink dependencies/rules if needed. | ||||
| * | mesa: use EXTRA_MODULES and SUBDIRS to build r300 compiler | Brian Paul | 2009-10-16 | 2 | -8/+8 |
| | | | | | | | | | | This is a bit cleaner and avoids rebuilding the r300_dri.so library all the time. | ||||
| * | mesa: added SUBDIRS support in dri/Makefile.template | Brian Paul | 2009-10-16 | 1 | -1/+13 |
| | | |||||
| * | mesa: move a comma | Brian Paul | 2009-10-16 | 1 | -1/+1 |
| | | |||||
| * | mesa: added MESA_GLSL=useprog debug flag | Brian Paul | 2009-10-16 | 2 | -6/+22 |
| | | | | | | | | This logs glUseProgram() calls to stderr. | ||||
* | | radeon-gallium: Use debug_get_bool_option instead of getenv. | Corbin Simpson | 2009-10-16 | 2 | -2/+3 |
|/ | |||||
* | r300g: Use a hash table to look up vertex info. | Corbin Simpson | 2009-10-16 | 6 | -35/+97 |
| | | | | | | | Need to move rs_block to this, too. Also, I'm getting massive amounts of flicker for some reason; I bet we've gotta re-re-examine PSC and friends. :C | ||||
* | util: Change function names to begin with u_. | Corbin Simpson | 2009-10-16 | 2 | -36/+38 |
| | | | | Avoids link-time clashes with Mesa's internal hash table. | ||||
* | r300g: Set logical ID for each emitted texture/sampler. | Corbin Simpson | 2009-10-15 | 1 | -1/+2 |
| | | | | multitexarray works on my r300, but texrect doesn't. | ||||
* | nouveau: nv30: Hack to enforce same number of bits as front buffer, for ↵ | Patrice Mandin | 2009-10-15 | 1 | -8/+22 |
| | | | | render targets | ||||
* | nouveau: nv30: refuse binding a colour buffer with a zeta buffer with ↵ | Patrice Mandin | 2009-10-15 | 1 | -0/+7 |
| | | | | different bits, till the backend can tell Mesa not to do that. | ||||
* | st/xorg: refix source over | Zack Rusin | 2009-10-15 | 1 | -1/+1 |
| | |||||
* | egl: Rework the synchronization primitives. | Chia-I Wu | 2009-10-15 | 5 | -31/+48 |
| | | | | | | | This adds error checking to the synchronization primitives. And eglWaitGL is now implemented by eglWaitClient. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: Rework eglSwapInterval. | Chia-I Wu | 2009-10-15 | 4 | -8/+35 |
| | | | | | | | This adds error checking to eglSwapInterval and clamps the swap interval. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: Rework error checking in eglSwapBuffers. | Chia-I Wu | 2009-10-15 | 1 | -0/+15 |
| | | | | Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: Update comments about eglapi.c. | Chia-I Wu | 2009-10-15 | 1 | -5/+20 |
| | | | | | | Mention that opaque handles are looked up and checked. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: Rework error checking in eglGetCurrentSurface. | Chia-I Wu | 2009-10-15 | 1 | -2/+20 |
| | | | | Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: Include GL header in eglconfigutil.h. | Chia-I Wu | 2009-10-15 | 1 | -1/+1 |
| | | | | | | This is just a cosmetic change. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: Fix GLX_USE_TLS build. | Chia-I Wu | 2009-10-15 | 1 | -1/+1 |
| | | | | | | Remove an extraneous semicolon. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: Fix eglCheckConfigHandle. | Chia-I Wu | 2009-10-15 | 1 | -5/+4 |
| | | | | | | A stupid bug by me made the check void. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | trace: Handle transfer returning null | Jakob Bornecrantz | 2009-10-14 | 1 | -1/+2 |
| | |||||
* | st/xorg: fix most of the composition modes | Zack Rusin | 2009-10-15 | 1 | -8/+32 |
| | |||||
* | r300g: Move ZTOP to its own state atom. | Corbin Simpson | 2009-10-14 | 4 | -7/+12 |
| | | | | It may seem pointless, but this avoids a fair amount of predicted CSO pain. | ||||
* | mesa: added VERBOSE_SWAPBUFFERS | Brian Paul | 2009-10-14 | 3 | -2/+6 |
| | |||||
* | vbo: clean-ups, reformatting | Brian Paul | 2009-10-14 | 1 | -25/+24 |
| | |||||
* | mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc. | Brian Paul | 2009-10-14 | 3 | -1/+34 |
| | |||||
* | mesa: rename VERBOSE_IMMEDIATE->VERBOSE_MATERIAL to reflect what it does | Brian Paul | 2009-10-14 | 3 | -3/+3 |
| | |||||
* | mesa: remove unused ctx->Driver.PrioritizeTextures() hook | Brian Paul | 2009-10-14 | 4 | -10/+0 |
| | |||||
* | mesa: remove unused ctx->Driver.TextureMatrix() hook | Brian Paul | 2009-10-14 | 3 | -9/+0 |
| | |||||
* | st/xorg: Fix dpms include problems | Jakob Bornecrantz | 2009-10-13 | 2 | -3/+2 |
| | |||||
* | st/xorg: get transparency on fills working (fixes Qt/KDE apps) | Zack Rusin | 2009-10-14 | 2 | -7/+15 |
| | |||||
* | i915g: Fix warnings | Jakob Bornecrantz | 2009-10-14 | 2 | -2/+2 |
| | |||||
* | r600: enable EXT_vertex_array_bgra extensions | Alex Deucher | 2009-10-14 | 1 | -0/+1 |
| |