Age | Commit message (Expand) | Author |
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-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-26 | nouveau: handle early initialization errors | Marcin Slusarz |
2010-08-25 | r600g: simplify states | Jerome Glisse |
2010-08-25 | nvfx: Set pointer to NULL after free. | Vinson Lee |
2010-08-25 | r300g: fix potentially uninitialized variables in create_rs_state | Marek Olšák |
2010-08-25 | llvmpipe: fix bad patch application | Keith Whitwell |
2010-08-25 | llvmpipe: Remove unnecessary header. | Vinson Lee |
2010-08-25 | llvmpipe: track drawing region as a single u_rect | Keith Whitwell |
2010-08-25 | llvmpipe: better triangle debugging | Keith Whitwell |
2010-08-25 | llvmpipe: cull zero-area triangles early | Keith Whitwell |
2010-08-25 | llvmpipe: more rasterization counters | Keith Whitwell |
2010-08-25 | llvmpipe: move some fence functions into lp_screen.c | Keith Whitwell |
2010-08-25 | llvmpipe: wake all threads waiting on a fence | Keith Whitwell |
2010-08-25 | llvmpipe: fence debugging, add llvmpipe_finish | Keith Whitwell |
2010-08-25 | tgsi: helper for dumping tokens as hex | Keith Whitwell |
2010-08-25 | draw: specialized cliptesting routines | Keith Whitwell |
2010-08-25 | util: add rectangle helpers to u_rect.h | Keith Whitwell |
2010-08-25 | gallium/docs: notes on scissor state | Keith Whitwell |
2010-08-25 | llvmpipe: remove dead code | Keith Whitwell |
2010-08-25 | draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes. | Chia-I Wu |
2010-08-25 | gallium: Use draw_set_index_buffer and others. | Chia-I Wu |
2010-08-25 | svga: Remove redundant svga_draw_range_elements. | Chia-I Wu |
2010-08-25 | draw: Add draw_set_index_buffer and others. | Chia-I Wu |
2010-08-25 | nvfx: Clean up header file inclusion in nvfx_screen.h. | Vinson Lee |
2010-08-25 | nvfx: Include missing headers in nvfx_shader.h. | Vinson Lee |
2010-08-24 | gallivm: Include missing header in lp_bld_sample.h. | Vinson Lee |
2010-08-24 | gallivm: Include missing header in lp_bld_pack.h. | Vinson Lee |
2010-08-25 | r300g: fix gl_PointCoord | Marek Olšák |
2010-08-25 | r300g: eliminate unused constants in FS | Marek Olšák |
2010-08-25 | r300g: eliminate unused constants in VS | Marek Olšák |
2010-08-25 | r300g: clean up some mess in set_constant_buffer | Marek Olšák |
2010-08-25 | r300g: fix indentation | Marek Olšák |
2010-08-25 | r300g: reset the index bias to 0 at the end of CS | Marek Olšák |
2010-08-24 | nvfx: Initialize variables on error path. | Vinson Lee |