Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-17 | st/python: adapt to interface changes | Roland Scheidegger | |
compile tested only. Should probably change the python surface_copy/fill functions also into resource_copy/fill_region functions and adapt the code using them. | |||
2010-05-17 | svga: adapt to interface changes | Roland Scheidegger | |
might need further cleanup. Using surfaces internally just to be able to use the existing code might cause unnecessary copies afaict. | |||
2010-05-17 | r300g: adapt to interface changes | Roland Scheidegger | |
might need further cleanup. Using surfaces internally for the u_blitter code seems nonoptimal. | |||
2010-05-17 | nouveau: adapt to interface changes | Roland Scheidegger | |
this probably needs further cleanup (just getting a surface for the resource seems quite nonoptimal and potentially cause unnecessary copies I think) | |||
2010-05-17 | fo: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | identity: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | trace: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | i965g: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | i915g: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | softpipe: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | llvmpipe: adapt to interface changes | Roland Scheidegger | |
2010-05-17 | cell: adapt to interface changes | Roland Scheidegger | |
not even compile tested but fairly trivial | |||
2010-05-17 | mesa/st: adapt to interface changes | Roland Scheidegger | |
adapt to blit changes, and also handle a bit more msaa state in theory (incomplete, doesn't handle resolves in any way for now). | |||
2010-05-17 | gallium/util: adapt util code to interface changes | Roland Scheidegger | |
The util blit functions change their interface (apart from some rename) too (in particular util_blit_pixels now also takes a pipe_resource as the src blit argument instead of a surface, as it might just call resource_copy_region). Maybe the blit util code might need a bit more cleanup, it still doesn't feel very clean. In particular it seems that util_blit_pixels_tex should probably disappear, and I think it would be great if the code called by drivers for blitting (u_blitter.c, which isn't really touched by this change) could somehow be merged with the u_blit code. | |||
2010-05-17 | gallium: clean up resource_copy_region function | Roland Scheidegger | |
Previously, surface_copy was said to allow overlapping blits, and it was "optional". However, some state trackers actually assumed it is always present, and quite some code (like in u_blit) assumed overlapping isn't allowed. Hence, resource_copy_region (and in the same spirit, resource_fill_region) is now mandatory, but overlapping blits are no longer allowed. A driver can plug in the cpu fallback util_resource_copy_region if it does not want to provide its own implementation, though this is not optimal. | |||
2010-05-17 | gallium: another interface change for multisampling | Roland Scheidegger | |
due to popular request, use nr_samples parameter in is_format_supported() instead of new is_msaa_supported() query. This makes it easily possible to query if a format with a given sample count is also supported not only as render target, but for sampler views (note that texture sampling from multisampled resources isn't supported yet). It is not quite how dx10 format msaa queries work, but we might need to revisit format queries completely in the future anyway. | |||
2010-05-04 | Merge commit 'origin/master' into gallium-msaa | Roland Scheidegger | |
2010-05-04 | intel: Enable GL_EXT_framebuffer_object for gles2 | Kristian Høgsberg | |
2010-05-04 | gallivm: Proper implementation of TXL opcode. | José Fonseca | |
2010-05-04 | gallivm: Fix several glitches introduced in the prev commit. | José Fonseca | |
2010-05-04 | mesa: Forgot to add .pc.in files for gles | Kristian Høgsberg | |
Some day I'll grow up and remember to add new files when I commit. | |||
2010-05-04 | gallivm: Implement TXD. | José Fonseca | |
2010-05-04 | gles: Add -I$(TOP)/include. | Chia-I Wu | |
2010-05-03 | mesa: Only initialize TNL for OpenGL | Kristian Høgsberg | |
2010-05-03 | mesa: Only initialize save dispatch table for OpenGL | Kristian Høgsberg | |
2010-05-03 | mesa: increase MAX_DRAW_BUFFERS to 8 | Brian Paul | |
Required for GL 3.x | |||
2010-05-03 | gallium: move surface utility functions into u_surface.c | Brian Paul | |
This is a better place than in u_rect.c | |||
2010-05-04 | gallivm: Increase the TGSI translation limits and centralize them in a header. | José Fonseca | |
2010-05-04 | gallicm: Newton-Raphson step to improve precision. | José Fonseca | |
Disabled as it doesn't make VS/PSPrecision DCT happy, and it would unnecessarily slow some cases where it is not needed. | |||
2010-05-03 | cso: use framebuffer utility functions | Brian Paul | |
2010-05-03 | gallium: move framebuffer utility functions into a new file | Brian Paul | |
2010-05-03 | st/mesa: remove dead code | Brian Paul | |
2010-05-03 | st/mesa: remove unused needFlush parameter to st_finalize_texture() | Brian Paul | |
2010-05-03 | st/mesa: updated comments and fix some formatting in texture storage code | Brian Paul | |
2010-05-03 | st/mesa: rename srcImageStride -> srcRowStride and fix-up formatting | Brian Paul | |
2010-05-03 | st/mesa: consolidate and clean-up texture memory allocation code | Brian Paul | |
2010-05-03 | st/mesa: updated comments for st_texture_image_map() | Brian Paul | |
2010-05-03 | st/mesa: move some texture size calculation code | Brian Paul | |
2010-05-03 | st/mesa: remove old convolution-related vars and min pitch code | Brian Paul | |
2010-05-03 | st/mesa: remove unsupported convolution code | Brian Paul | |
2010-05-03 | st/mesa: updated comment | Brian Paul | |
2010-05-03 | glsl: change variable declared assertion into conditional | Brian Paul | |
The slang_variable::declared field originated as a debug field but can be promoted for use during sematic error checking. Fixes fd.o bug 27921. NOTE: this is a candidate for back-porting to the 7.8 stable branch. | |||
2010-05-03 | Revert "glapi: s/strcpy/strncpy/" | Brian Paul | |
This reverts commit 9446fd8f69564e09ffd0f28735a99c510f84bb62. It doesn't make sense to replace strcpy(a,b) with strncpy(a,b,strlen(b)). The preceeding code effectively does bounds checking, btw. | |||
2010-05-03 | st/mesa: remove dead code | Brian Paul | |
2010-05-03 | st/mesa: restore original last_layer comparison | Brian Paul | |
Commit e648d4a1d1c0c5f70916e38366b863f0bec79a62 changed the original less-than test to a not-equal test. This was an effort to save some memory by switching the texture layout to a non-mipmapped layout when we mis-guessed about the original layout (thus saving some memory). However, this causes us to hit a new (apparently broken) code path when copying the old texture's data to the new texture. Simply undo this change for the time being until the other/new bug is fixed. Fixes fd.o bug 27933. | |||
2010-05-03 | r300g: use util_format_short_name and util_format_is_plain | Marek Olšák | |
2010-05-03 | util: add util_format_short_name | Marek Olšák | |
2010-05-03 | util: add util_format_is_plain | Marek Olšák | |
2010-05-03 | r300g: refuse to create a texture with size 0 | Marek Olšák | |
2010-05-03 | r300g: improve texture debug output, split into TEX and TEXALLOC flags | Marek Olšák | |