Age | Commit message (Expand) | Author |
2010-08-26 | scons: Add glsl_symbol_table.cpp | José Fonseca |
2010-08-26 | i965: Add support for destination RelAddr writes in the VS. | Eric Anholt |
2010-08-26 | i965: Fix the test for variable indexing of shader inputs. | Eric Anholt |
2010-08-26 | glsl2: Remove a couple FINISHME comments that have already been resolved | Ian Romanick |
2010-08-26 | glsl: Move built-ins to live beyond the global scope. | Kenneth Graunke |
2010-08-26 | glsl: Move is_built_in flag from ir_function_signature to ir_function. | Kenneth Graunke |
2010-08-26 | glsl: Refactor variable declaration handling. | Kenneth Graunke |
2010-08-26 | glsl: Don't add overloads to existing structure constructors. | Kenneth Graunke |
2010-08-26 | glsl: Remove name_declared_this_scope check when adding functions. | Kenneth Graunke |
2010-08-26 | glsl: Use a single shared namespace in the symbol table. | Kenneth Graunke |
2010-08-26 | st/mesa: add missing packed depth/stencil formats in st_format_datatype() | Brian Paul |
2010-08-26 | mesa: fix mixed-up function call name | Brian Paul |
2010-08-26 | mesa: Identify packed depth/stencil buffers using the Format field. | Nick Bowler |
2010-08-26 | intel: Merge identical cases in switch statement. | Nick Bowler |
2010-08-26 | r600: fix vertex buffer size calculation | Andre Maasikas |
2010-08-26 | graw: Undo late loading of graw drivers. | José Fonseca |
2010-08-26 | st/mesa: Fix glEGLImageTargetTexture2DOES. | Chia-I Wu |
2010-08-26 | st/egl: Add support for EGL_MESA_image_drm. | Chia-I Wu |
2010-08-26 | st/egl: Add support for EGL_KHR_surfaceless_*. | Chia-I Wu |
2010-08-26 | st/mesa: Add support for surfaceless current contexts. | Chia-I Wu |
2010-08-26 | st/egl: Make KMS support optional in KMS backend. | Chia-I Wu |
2010-08-26 | r300g: Include missing header in r300_texture_desc.h. | Vinson Lee |
2010-08-26 | gallium: Clean up header file inclusion in p_defines.h. | Vinson Lee |
2010-08-26 | gallium: Clean up header file inclusion in p_context.h. | Vinson Lee |
2010-08-26 | graw: Include missing header in graw_dl.h. | Vinson Lee |
2010-08-26 | util: Include missing header in u_simple_shaders.c. | Vinson Lee |
2010-08-26 | tgsi: Include missing header in tgsi_sse2.h. | Vinson Lee |
2010-08-26 | rtasm: Include missing header in rtasm_x86sse.h. | Vinson Lee |
2010-08-26 | pipebuffer: Clean up header file inclusion in pb_bufmgr.h. | Vinson Lee |
2010-08-26 | glsl2: Move ir_expression_flattening to using the rvalue visitor class. | Eric Anholt |
2010-08-25 | glsl: Don't consider things with a type containing a sampler as an lvalue. | Eric Anholt |
2010-08-25 | mesa: Disable the debug spam for x86 CPU detection with a compile-time flag. | Eric Anholt |
2010-08-25 | mesa: Move the x86 detection debug messages next to the detection. | Eric Anholt |
2010-08-25 | mesa: Don't warn when the desired result of s3tc lib available occurs. | Eric Anholt |
2010-08-25 | util: Include missing header in u_blit.h. | Vinson Lee |
2010-08-25 | util: Include missing header in u_bitmask.h. | Vinson Lee |
2010-08-25 | util: Include missing header in u_dirty_surfaces.h. | Vinson Lee |
2010-08-25 | util: Add include guard in u_split_prim.h. | Vinson Lee |
2010-08-25 | util: Include missing headers in u_split_prim.h. | Vinson Lee |
2010-08-26 | graw: Remove graw-null. | José Fonseca |
2010-08-26 | graw: Dynamically load graw libraries. | José Fonseca |
2010-08-26 | scons: Fix old script compatability logic. | José Fonseca |
2010-08-25 | util: Include missing headers in u_tile.h. | Vinson Lee |
2010-08-25 | util: Clean up header file inclusion in u_upload_mgr.h. | Vinson Lee |
2010-08-26 | r300g: fix constant buffer upload once again for r3xx->r4xx | Marek Olšák |
2010-08-25 | r600: Remove unnecessary headers. | Vinson Lee |
2010-08-25 | r300: Remove unnecessary header. | Vinson Lee |
2010-08-25 | Revert "mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH." | Eric Anholt |
2010-08-25 | glsl: fix crash with variable indexing into array in a struct | Aras Pranckevicius |
2010-08-25 | i965: Fix detection of implicit MOVs to message regs in brw_optimize.c. | Eric Anholt |