Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-19 | nv50: nicer texture format switch | Christoph Bumiller | |
Similar to nv40. | |||
2009-10-19 | Merge branch 'mesa_7_6_branch' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa regenerated lex.yy.c | |||
2009-10-19 | r300: fix texture size handling with size > 2048 | Mathias Fröhlich | |
The in kernel texture check fails because of both bit11 flags being set on 16x16 textures. It tuns out that these bits are still set and not cleared in the pp_txpitch field of the texture. The attached patch at least helps for this case on my machine. It clears the bit 11 from the pitch field if the texture is smaller and masks out that hight bits on the conventional width and height field. Fixes bug 24584 | |||
2009-10-19 | r600: Fix size calculation for 24 bit depth | Robert Noland | |
size was being calculated based on 3 bytes per pixel with 24 bit depth instead of 4 bytes. This caused corruption in the bottom 25% of objects. This finishes fixing the menu/text corruption in compiz/kde4. Signed-off-by: Robert Noland <rnoland@2hip.net> | |||
2009-10-19 | nouveau: implement is_{texture,buffer}_referenced properly | Ben Skeggs | |
2009-10-19 | drm/nv50: write tic/tsc setup to correct slots when skipping units | Ben Skeggs | |
2009-10-18 | r300g: Fix up a bunch of warnings. | Corbin Simpson | |
2009-10-18 | r300g: Add another ZTOP condition. | Corbin Simpson | |
I don't even know if texkill works right now. | |||
2009-10-18 | llvmpipe: Allocate texture storage for whole quads. | José Fonseca | |
2009-10-17 | gallium: Permit surface_copy and surface_fill to be NULL. | Corbin Simpson | |
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. | |||
2009-10-17 | r300g: Squash format warning. | Corbin Simpson | |
Won't ever be supported. | |||
2009-10-17 | r300g: Use a dirty test to bring framerate back up. | Corbin Simpson | |
This is just split out from the next commit, that's all. | |||
2009-10-17 | r300g: Also have rs_block keyed to the current shader combo. | Corbin Simpson | |
Eliminates part of the glxgears corruption here. Need to clean up PSC more, to get rid of the rest of it. | |||
2009-10-17 | r300g: Fix u_hash_table rename. | Corbin Simpson | |
2009-10-17 | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa | Corbin Simpson | |
2009-10-17 | nouveau: nv40: Use same workaround as i915 for segfault related to vbo | Patrice Mandin | |
2009-10-17 | nouveau: nv30: Remove duplicate case. Was a typo for X8R8G8B8, but that will ↵ | Patrice Mandin | |
never be use for front buffer. | |||
2009-10-17 | nouveau: nv30: Use same workaround as i915 for segfault related to vbo | Patrice Mandin | |
2009-10-17 | util: Rename from u_* to util_* while we're at it. | José Fonseca | |
To be consistent with the rest. | |||
2009-10-17 | intel: Disallow relocations to the byte beyond the end of the buffer | Chris Wilson | |
2009-10-16 | mesa: fix/update some comments | Brian Paul | |
2009-10-16 | mesa: lift default symlinks target into Makefile.template | Brian Paul | |
Driver Makefiles can still add symlink dependencies/rules if needed. | |||
2009-10-16 | mesa: use EXTRA_MODULES and SUBDIRS to build r300 compiler | Brian Paul | |
This is a bit cleaner and avoids rebuilding the r300_dri.so library all the time. | |||
2009-10-16 | mesa: added SUBDIRS support in dri/Makefile.template | Brian Paul | |
2009-10-16 | mesa: move a comma | Brian Paul | |
2009-10-16 | mesa: added MESA_GLSL=useprog debug flag | Brian Paul | |
This logs glUseProgram() calls to stderr. | |||
2009-10-16 | r300: fix vertex program parameters limits | Maciej Cencora | |
2009-10-16 | radeon-gallium: Use debug_get_bool_option instead of getenv. | Corbin Simpson | |
2009-10-16 | r300g: Use a hash table to look up vertex info. | Corbin Simpson | |
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 | |||
2009-10-16 | util: Change function names to begin with u_. | Corbin Simpson | |
Avoids link-time clashes with Mesa's internal hash table. | |||
2009-10-16 | docs: document GLSL float parsing bug fix | Brian Paul | |
2009-10-16 | mesa: use C locale for _mesa_strtod() | Brian Paul | |
_mesa_strtod() is used for shader/program parsing where the decimal point character is always '.' Use strtod_l() with a "C" locale to ensure correct string->double conversion when the actual locale uses another character such as ',' for the decimal point. Fixes bug 24531. | |||
2009-10-16 | progs/tests: Use rand() instead of random(). | José Fonseca | |
Forgot these on previous commit. | |||
2009-10-16 | progs/tests: Use rand() instead of random(). | José Fonseca | |
More portable. Same implementation on Linux. | |||
2009-10-16 | prog/tests: Fix MSVC build. | Vinson Lee | |
2009-10-15 | r300g: Set logical ID for each emitted texture/sampler. | Corbin Simpson | |
multitexarray works on my r300, but texrect doesn't. | |||
2009-10-15 | nouveau: nv30: Hack to enforce same number of bits as front buffer, for ↵ | Patrice Mandin | |
render targets | |||
2009-10-15 | nouveau: nv30: refuse binding a colour buffer with a zeta buffer with ↵ | Patrice Mandin | |
different bits, till the backend can tell Mesa not to do that. | |||
2009-10-15 | st/xorg: refix source over | Zack Rusin | |
2009-10-15 | progs/egl: put declarations before code | Brian Paul | |
2009-10-15 | egl: Rework the synchronization primitives. | Chia-I Wu | |
This adds error checking to the synchronization primitives. And eglWaitGL is now implemented by eglWaitClient. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Rework eglSwapInterval. | Chia-I Wu | |
This adds error checking to eglSwapInterval and clamps the swap interval. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Rework error checking in eglSwapBuffers. | Chia-I Wu | |
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Update comments about eglapi.c. | Chia-I Wu | |
Mention that opaque handles are looked up and checked. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Rework error checking in eglGetCurrentSurface. | Chia-I Wu | |
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Include GL header in eglconfigutil.h. | Chia-I Wu | |
This is just a cosmetic change. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Fix GLX_USE_TLS build. | Chia-I Wu | |
Remove an extraneous semicolon. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | egl: Fix eglCheckConfigHandle. | Chia-I Wu | |
A stupid bug by me made the check void. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2009-10-15 | Use the right pitch when rendering to a texture | Owen Taylor | |
We need to get the pitch from the texture level we are rendering to, rather than just using the base texel width. | |||
2009-10-15 | r600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear to be supported. | Robert Noland | |
Report unsupported attributes while I'm here. Signed-off-by: Robert Noland <rnoland@2hip.net> |