Age | Commit message (Expand) | Author |
2010-09-14 | i965g: Fix 'control reaches end of non-void function' warning. | Vinson Lee |
2010-09-14 | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri |
2010-08-21 | i965g: Silence printf format warnings on 64-bit builds. | Vinson Lee |
2010-08-21 | i965g: Fix printf format warning on 32-bit platforms. | Vinson Lee |
2010-08-20 | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri |
2010-07-29 | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu |
2010-07-29 | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu |
2010-07-16 | i965g: Remove dead initialization in precalc_tex. | Vinson Lee |
2010-06-28 | Merge branch 'gallium-drm-driver-drescriptor' | Jakob Bornecrantz |
2010-06-23 | i965g: Move bootstrap code to targets | Jakob Bornecrantz |
2010-06-23 | i965g: Moved pci_id to winsys struct | Jakob Bornecrantz |
2010-06-20 | i965g: Fix setup of immediate types for gen4 disasm. | Vinson Lee |
2010-06-11 | scons: Disable i965g build if using MSVC. | Vinson Lee |
2010-06-08 | gallium: adjust the query interface to support custom types | Zack Rusin |
2010-06-03 | Merge branch 'gallium-newclear' | Roland Scheidegger |
2010-06-03 | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger |
2010-06-03 | gallium: silence all debug_named_value related warnings | Joakim Sindholt |
2010-05-29 | i965g: adapt to clear interface changes | Roland Scheidegger |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-21 | Merge branch 'gallium-front-ccw' | Keith Whitwell |
2010-05-18 | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger |
2010-05-17 | i965g: adapt to interface changes | Roland Scheidegger |
2010-05-14 | gallium: more work on ccw flag removal | Keith Whitwell |
2010-05-14 | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell |
2010-05-12 | gallium: Make PIPE_CAP_xxx enums. | José Fonseca |
2010-05-10 | i965g: fix resource creation recursion bug | Roland Scheidegger |
2010-05-10 | i965g: add brw_state_debug.c to SConscript | Roland Scheidegger |
2010-05-03 | gallium: Remove loop register file. | José Fonseca |
2010-05-02 | i965g: s/sprintf/util_snprintf/ | Vinson Lee |
2010-05-17 | gallium: EXT_timer_query support. | Mathias Fröhlich |
2010-05-17 | i965g: Fix printf format specifier. | José Fonseca |
2010-05-16 | i965g: Fix return for resource_get_handle | Jakob Bornecrantz |
2010-04-23 | gallium: s/free/FREE/ and same for friends. | José Fonseca |
2010-04-20 | i965g: s/inttypes.h/stdint.h/ | Vinson Lee |
2010-04-20 | i965g: Remove unnecessary header. | Vinson Lee |
2010-04-20 | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul |
2010-04-19 | i965g: Implement index bias. | José Fonseca |
2010-04-17 | i965g: Remove redundant assert. | Vinson Lee |
2010-04-11 | i965g: Remove unnecessary header. | Vinson Lee |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-05 | i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings | Brian Paul |
2010-03-31 | Merge branch 'gallium-new-formats' | Roland Scheidegger |
2010-03-30 | i965g: Fix assertion that was always true. | Vinson Lee |
2010-03-30 | Merge branch '7.8' | Michel Dänzer |
2010-03-30 | Merge branch 'master' into gallium-new-formats | Roland Scheidegger |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-29 | i965g: util_format_is_compressed() -> util_format_is_s3tc(). | José Fonseca |
2010-03-27 | i965g: Add brw_winsys_debug.c to SCons build. | Vinson Lee |
2010-03-16 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-16 | i965g: Fix after context transfers | Jakob Bornecrantz |