summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600g: join export instructionsChristian König2011-01-083-9/+69
* r600g: fully implement barrier handlingChristian König2011-01-074-76/+205
* r600g: rearange exportsChristian König2010-12-284-65/+130
* r600g: optimize unneeded alu movesChristian König2010-12-281-51/+157
* r600g: fix gpr usage intersection and add conditiona code handlingChristian König2010-12-271-47/+73
* r600g: implement register remappingChristian König2010-12-271-92/+525
* [g3dvl] fix merge conflictsChristian König2010-12-222-5/+4
* Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-22191-2558/+3442
|\
| * i915g: Remove unnecessary header.Vinson Lee2010-12-221-1/+0
| * llvmpipe: Remove unnecessary headers.Vinson Lee2010-12-222-3/+0
| * r300g: Remove unnecessary headers.Vinson Lee2010-12-222-3/+0
| * svga: Remove unnecessary header.Vinson Lee2010-12-221-1/+0
| * st/vega: Remove unnecessary headers.Vinson Lee2010-12-226-12/+0
| * r600g: Remove the unused "pframebuffer" field from r600_pipe_context.Henri Verbeet2010-12-223-5/+0
| * r600g: r600_new() and r600_delete() are unused.Henri Verbeet2010-12-224-124/+15
| * i965: explicit tell header present for fb write on sandybridgeZhenyu Wang2010-12-224-8/+8
| * st/egl: Assorted fixes for dri2_display_get_configs.Chia-I Wu2010-12-221-4/+36
| * r600g: remove useless switch statementsAlex Deucher2010-12-222-105/+0
| * st/egl: Fix eglCopyBuffers.Chia-I Wu2010-12-221-6/+5
| * st/egl: Plug pbuffer leaks.Chia-I Wu2010-12-221-8/+2
| * st/egl: Allow single-buffered pixmaps.Chia-I Wu2010-12-222-26/+17
| * r600g: drop unused code in evergreen.Dave Airlie2010-12-223-61/+1
| * st/egl: Remove native_config::samples.Chia-I Wu2010-12-223-5/+1
| * st/egl: Remove native_config::slow_config.Chia-I Wu2010-12-225-9/+0
| * st/egl: Remove unnecessary egl_g3d_find_pixmap_config.Chia-I Wu2010-12-223-36/+2
| * st/egl: Make config optional for create_pixmap_surface.Chia-I Wu2010-12-223-46/+79
| * r600g: fix evergreen segfaults.Dave Airlie2010-12-221-1/+1
| * r300g: fix precision issues with B10G10R10A2Marek Olšák2010-12-221-0/+2
| * r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák2010-12-225-4/+15
| * i965: Avoid using float type for raw moves, to work around SNB issue.Eric Anholt2010-12-212-4/+8
| * r600g: avoid segfaultJerome Glisse2010-12-212-2/+2
| * intel: Check for unsupported texture when finishing using as a render targetChris Wilson2010-12-211-1/+2
| * st/mesa: Clean up header file inclusion in st_format.h.Vinson Lee2010-12-211-1/+2
| * st/mesa: Clean up header file inclusion in st_draw.h.Vinson Lee2010-12-211-1/+2
| * nouveau: fix includes for latest libdrmBen Skeggs2010-12-215-6/+5
| * Regenerate gl_mangle.h.Tom Fogal2010-12-201-3/+329
| * r600g: properly unset vertex bufferJerome Glisse2010-12-203-12/+22
| * st/python: remove unused 'buf' parameter in pipe_buffer_unmapVinson Lee2010-12-201-1/+1
| * gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-2017-50/+39
| * st/mesa: Remove comment cruft from st_context.h.Vinson Lee2010-12-201-1/+0
| * st/mesa: Clean up header file inclusion in st_cb_texture.h.Vinson Lee2010-12-201-1/+2
| * st/mesa: Clean up header file inclusion in st_cb_readpixels.h.Vinson Lee2010-12-201-1/+3
| * r300g: optimize the fallback for misaligned ushort indicesMarek Olšák2010-12-192-2/+22
| * st/mesa: Clean up header file inclusion in st_cb_program.h.Vinson Lee2010-12-181-2/+0
| * st/mesa: Clean up header file inclusion in st_cb_accum.h.Vinson Lee2010-12-181-1/+5
| * mesa: Clean up header file inclusion in prog_statevars.h.Vinson Lee2010-12-181-1/+3
| * mesa: fix queryobj whitespace.Dave Airlie2010-12-181-26/+26
| * mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie2010-12-184-13/+34
| * mapi: Clean up sources.mk.Chia-I Wu2010-12-186-27/+29
| * mapi: Clean up u_current interface.Chia-I Wu2010-12-189-56/+104