summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri
AgeCommit message (Expand)Author
2010-03-25st/dri: export DRI1 surface / pipeGeorge Sapountzis
2010-03-25st/dri: split out DRI2 codeGeorge Sapountzis
2010-03-25st/dri: make get_texture into validate_attGeorge Sapountzis
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri2George Sapountzis
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri1George Sapountzis
2010-03-25st/dri: minor cosmetic for buffersGeorge Sapountzis
2010-03-25st/dri: minor cosmetic for screenGeorge Sapountzis
2010-03-25st/dri: add inline for dri2 check done in multiple placesGeorge Sapountzis
2010-03-25st/dri: Fix for X server 1.6.0 (DRI2 version 1)Jakob Bornecrantz
2010-03-20st/dri: fix bug in make_currentGeorge Sapountzis
2010-03-20st/dri: fix bug in allocate_texturesGeorge Sapountzis
2010-03-18st/dri: Switch from st_public.h to st_api.h.Chia-I Wu
2010-03-18st/dri: Implement st_api.h callbacks.Chia-I Wu
2010-03-18st/dri: Headers and public symbols clean up.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_context.c to dri1.c.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu
2010-03-16gallium: fix frontbuffer rendering with r300gDave Airlie
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12st/dri: Always try to set up R5G6B5 configs.Michel Dänzer
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu
2010-03-11st/mesa: don't enable extensions which aren't actually supportedRoland Scheidegger
2010-03-11st/dri: move extension initilization to st/mesa completelyMarek Olšák
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-01dri: Rename pipe formats.José Fonseca
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz
2010-02-27st/dri: Assert pointer is not null before dereferencing.Vinson Lee
2010-02-18Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez
2010-02-17st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation.Francisco Jerez
2010-02-16st/dri2: Use event-driven buffer validation.Francisco Jerez
2010-02-12st/dri: don't expose visuals we'll have trouble supportingZack Rusin
2010-02-12st/dri, st/xorg: fix buffers that have attachements of different depthZack Rusin
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg
2010-02-08st/dri: fix compile breakageKeith Whitwell
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-04gallium: fix more missing includes from various placesDave Airlie
2010-01-31st/dri: Remove duplicate type qualifier.Vinson Lee
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28st/dri: Remove unnecessary headers.Vinson Lee
2010-01-25st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-19st/dri: update dri2 drawables when viewport is changedBen Skeggs
2010-01-18st/dri: Add comment for intentional fallthrough in case statement.Vinson Lee
2010-01-18st/dri: fix optionCache memory leaksMarcin Slusarz
2010-01-18dri: Add an MSAA-enabled factor to DRI configs.Corbin Simpson
2010-01-18dri: Properly calculate number of modes for MSAA.Corbin Simpson
2010-01-18st/dri: Don't request a fake front if the server adds one automatically.Thomas Hellstrom