summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-21DRI: Add support for the dri sdk.unifiedLuc Verhaegen14-100/+147
2010-03-21DRM: remove reg_pause_addr from _drm_via_dma_init.Luc Verhaegen3-18/+15
2010-03-21VT3108: disable interrupts from within the drm.Luc Verhaegen2-9/+29
2010-03-20DRM: rename to unichrome.koLuc Verhaegen3-4/+4
2010-03-20DRM: clean up unused structs and struct members.Luc Verhaegen5-58/+4
2010-03-20DRM: remove DRM_VIA_DEC_FUTEX.Luc Verhaegen8-147/+11
2010-03-20drm: adjust for unlocked drm_ioctl.Luc Verhaegen1-0/+4
2010-03-20Configure: add ability to specificy linux kernel modules dir.Luc Verhaegen1-1/+9
2010-01-31Wrapper: Fix build after removing xorg-server.h from toplevel config.hLuc Verhaegen1-0/+1
2009-11-22Xorg: remove xorg-server.h from toplevel config.h.Luc Verhaegen23-6/+22
2009-11-22DRI: include config.h everywhere.Luc Verhaegen10-2/+34
2009-11-22DRI: Fix build against debian Lenny's Mesa 7.0.3.Luc Verhaegen9-45/+334
2009-11-19DRI: Fix build against openSUSE 11.1 Mesa 7.2.Luc Verhaegen7-2/+45
2009-11-18DRI: Prove more complete autotools integration.Luc Verhaegen3-8/+70
2009-11-18DRI: rework build.Luc Verhaegen1-30/+29
2009-11-18DRM: Provide more complete autotools integration.Luc Verhaegen4-11/+88
2009-11-18DRI: via_state.c: introduce RING_OUT_TYPE and RING_OUT_HC macros.Luc Verhaegen1-130/+114
2009-11-18DRI: via_state.c: fix indentation and whitespace.Luc Verhaegen2-1110/+996
2009-11-18DRI: Strip out obviously unused struct members.Luc Verhaegen12-103/+28
2009-11-18DRI: take a broom through the includes.Luc Verhaegen18-242/+136
2009-11-18DRM: Register 0x41C is HC_REG_AGP_STATE.Luc Verhaegen2-3/+14
2009-11-18DRI: remove via_memcpy.cLuc Verhaegen5-166/+0
2009-11-18DRM: rename via_3d_reg.h to via_halcyon.h.Luc Verhaegen11-1666/+40
2009-11-18DRI: remove dri/server/ directory.Luc Verhaegen6-1915/+0
2009-11-18X/Accel: fix drm includes in via_accel.cLuc Verhaegen1-0/+1
2009-11-18DRI: Build and run against debian Squeeze's Mesa 7.6Luc Verhaegen16-82/+491
2009-11-18DRI: via: silence unused var warningsBrian Paul2-2/+2
2009-11-18DRI: mesa: remove calls to _mesa_compressed_row_stride()Brian Paul1-1/+1
2009-11-18DRI: mesa: change compressed texture size callsBrian Paul1-10/+4
2009-11-18DRI: mesa: Enable remap table in core.Chia-I Wu2-16/+2
2009-11-18DRI: dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2-17/+16
2009-11-18DRI: mesa: lift default symlinks target into Makefile.templateBrian Paul1-1/+0
2009-11-18DRI: mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-0/+5
2009-11-18DRI: drivers: don't include texformat.hBrian Paul1-2/+1
2009-11-18DRI: mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul1-3/+0
2009-11-18DRI: mesa: removed gl_texture_image::CompressedSize fieldBrian Paul1-2/+3
2009-11-18DRI: mesa: move mesa_set_fetch_functions()Brian Paul1-0/+1
2009-11-18DRI: mesa: remove gl_texture_image::IsCompressed fieldBrian Paul1-3/+2
2009-11-18DRI: mesa: replace gl_texture_format with gl_formatBrian Paul1-34/+34
2009-11-18DRI: drivers: use new _mesa_texstore() functionBrian Paul1-12/+9
2009-11-18DRI: via: use mesa texture format helper functionsBrian Paul1-10/+5
2009-11-18DRI: mesa: use _mesa_get_texstore_func()Brian Paul1-10/+13
2009-11-18DRI: mesa: move generate mipmap callsBrian Paul1-5/+0
2009-11-18DRI: mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul1-1/+1
2009-11-18DRI: mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul1-1/+1
2009-11-18DRI: gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer1-1/+1
2009-11-18DRI: re-add MSAA supportBrian Paul1-1/+3
2009-11-18DRI: Make GL_ARB_draw_buffers mandatoryIan Romanick1-0/+2
2009-11-18DRI: Make GL_ARB_vertex_buffer_object mandatoryIan Romanick1-2/+0
2009-11-18DRI: Make GL_ARB_multisample mandatoryIan Romanick1-2/+0