summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-29glxgears: oops, remove accidental commit of glFinish() hack.Kristian Høgsberg1-1/+0
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg28-179/+207
2008-02-29Reduce the versioning madness required to create a DRI2 screen.Kristian Høgsberg4-31/+25
2008-02-29intel: Set the lock flag early to avoid deadlock.Kristian Høgsberg1-0/+1
2008-02-29i965: use _Current pointer instead of Current pointer.Xiang, Haihao4-24/+7
2008-02-28[965] Fix conditional sequencing to allow the frame_buffer_texobj case.Eric Anholt1-8/+6
2008-02-28[intel] Bug #14575: Unmap buffers when deleting/dataing as required.Eric Anholt1-0/+16
2008-02-28r300: R5xx and R3xx use different registers for RS_IP and RS_INSTChristoph Brill4-97/+157
2008-02-28[965] Bug #9151: make fragment.position return window coords not screen coords.Eric Anholt4-22/+54
2008-02-28[965] Fix serious copy'n'paste failure in brw state dumping.Eric Anholt1-3/+3
2008-02-28added git on Windows sectionBrian1-0/+21
2008-02-28a few words about how the cell driver works.Brian1-4/+23
2008-02-28mesa: separate shader program object from shader object.Xiang, Haihao3-13/+21
2008-02-28[intel] fix compressed image heightZou Nan hai1-1/+1
2008-02-28Convert crlf->lf line endings.José Fonseca63-28018/+28018
2008-02-28Disable autocrlf for Visual Studio project files.Jose Fonseca1-0/+4
2008-02-27document cell -DSPU_MAIN_PARAM_LONG_LONG flagBrian1-0/+5
2008-02-27r300: properly handle GL_POINT in glPolygonModeChristoph Brill1-5/+10
2008-02-27intel: Always use intelInitExtensions() for initializing extensions.Kristian Høgsberg4-35/+17
2008-02-27r300: add artificial output to match fragment program inputMarkus Amsler2-7/+28
2008-02-27mesa: set input read only on successMarkus Amsler1-2/+2
2008-02-26i965: Setup framebuffer texture in meta_draw_region.Kristian Høgsberg4-7/+12
2008-02-26[965] Don't segfault on INTEL_DEBUG=batch when a surface buffer is NULL.Eric Anholt1-0/+4
2008-02-26[965] remove dead brw_parameter_list_state_flags.Eric Anholt1-80/+0
2008-02-26[r300] fix wow-pinkness regression. Fixed by Markus AmslerChristoph Brill1-5/+5
2008-02-26[r300] Document based on chapter 10.4 and 10.5Christoph Brill2-69/+206
2008-02-26 [i915] fix texture size exceed limit case when running celestiaZou Nan hai1-1/+3
2008-02-26[intel] Handle -EAGAINs correctly in execbuffer.Thomas Hellstrom1-2/+17
2008-02-25A few more fixes to the dlsym() fix.Kristian Høgsberg1-1/+2
2008-02-26dri2: dlsym requires some quotes..Dave Airlie1-1/+1
2008-02-25Use dlsym() to avoid referencing __dri2DriverInitScreen.Kristian Høgsberg1-1/+6
2008-02-25autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg5-5/+14
2008-02-25intel: Add missing include file to silence last couple of warnings.Kristian Høgsberg2-0/+2
2008-02-25intel: Initialize color and spec arrays in LOCAL_VARS macro.Kristian Høgsberg1-4/+4
2008-02-25Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg5-11/+10
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg16-82/+10
2008-02-25Remove now unused setTexOffset from __DriverAPIRec.Kristian Høgsberg2-9/+0
2008-02-25r300: Corrected a cache flush bug in r300EmitCacheFlush.Oliver McFadden1-5/+5
2008-02-25r300: Moved the state code into separate functions.Oliver McFadden2-91/+106
2008-02-25[r300] revert complete stupid changesChristoph Brill1-4/+4
2008-02-25[r300] Document registers completed 10.1 to 10.3Christoph Brill1-0/+9
2008-02-25[r300] Add more register from the AMD specChristoph Brill2-5/+33
2008-02-25[r300] Document POLY_MODE and add some TODOs that might have triggered some bugsChristoph Brill3-22/+34
2008-02-25[r300] Document some registers in the POINT areaChristoph Brill1-9/+32
2008-02-25[r300] Further document and add register definitions (found bugs in LINE hand...Christoph Brill2-23/+167
2008-02-25[r300] Sync fog color register namesChristoph Brill2-6/+12
2008-02-25[r300] Sync fog register names to the AMD specChristoph Brill4-21/+24
2008-02-25[r300] Further document FG_ALPHA_FUNC (renamed from R300_PP_ALPHA_TEST) and f...Christoph Brill5-27/+102
2008-02-25[r300] Document R300_RB3D_COLORMASK properly and rename it to RB3D_COLOR_CHAN...Christoph Brill4-15/+32
2008-02-25[r300] Add register definitions based on AMD spec starting with chapter 10Christoph Brill1-19/+60