summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* st/dri: Add dri2 prefix for all dri2.c functionsJakob Bornecrantz2010-03-254-25/+25
* st/dri: add TODO list for DRISWGeorge Sapountzis2010-03-251-0/+30
* st/dri: add driswGeorge Sapountzis2010-03-255-0/+399
* st/dri: add dri_wrapper.hGeorge Sapountzis2010-03-256-6/+14
* st/dri: export DRI1 surface / pipeGeorge Sapountzis2010-03-259-90/+218
* st/dri: split out DRI2 codeGeorge Sapountzis2010-03-259-370/+476
* st/dri: make get_texture into validate_attGeorge Sapountzis2010-03-253-23/+26
* st/dri: flush_frontbuffer, allocate_textures for dri2George Sapountzis2010-03-251-17/+40
* st/dri: flush_frontbuffer, allocate_textures for dri1George Sapountzis2010-03-253-25/+37
* st/dri: minor cosmetic for buffersGeorge Sapountzis2010-03-251-14/+17
* st/dri: minor cosmetic for screenGeorge Sapountzis2010-03-251-20/+27
* st/dri: add inline for dri2 check done in multiple placesGeorge Sapountzis2010-03-253-8/+13
* st/dri: Fix for X server 1.6.0 (DRI2 version 1)Jakob Bornecrantz2010-03-251-1/+9
* st/dri: fix bug in make_currentGeorge Sapountzis2010-03-201-1/+1
* st/dri: fix bug in allocate_texturesGeorge Sapountzis2010-03-201-1/+1
* st/dri: Switch from st_public.h to st_api.h.Chia-I Wu2010-03-1810-558/+393
* st/dri: Implement st_api.h callbacks.Chia-I Wu2010-03-185-0/+505
* st/dri: Headers and public symbols clean up.Chia-I Wu2010-03-185-14/+8
* st/dri: Move DRI1 bits in dri_context.c to dri1.c.Chia-I Wu2010-03-183-66/+64
* st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu2010-03-185-319/+336
* st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu2010-03-189-82/+173
* Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-162-2/+1
|\
| * st/mesa: Implement st_api.h.Chia-I Wu2010-03-122-2/+1
* | gallium: fix frontbuffer rendering with r300gDave Airlie2010-03-161-1/+1
* | Merge branch '7.8'Michel Dänzer2010-03-121-49/+52
|\ \ | |/ |/|
| * st/dri: Always try to set up R5G6B5 configs.Michel Dänzer2010-03-121-49/+52
* | st/mesa: don't enable extensions which aren't actually supportedRoland Scheidegger2010-03-111-1/+1
* | st/dri: move extension initilization to st/mesa completelyMarek Olšák2010-03-111-99/+3
* | gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-101-3/+9
* | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-2/+6
|\ \ | |/ |/|
| * gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-011-2/+6
* | dri: Rename pipe formats.José Fonseca2010-03-012-14/+14
|/
* st/dri: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-2/+4
* Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez2010-02-181-2/+0
* st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation.Francisco Jerez2010-02-171-2/+2
* st/dri2: Use event-driven buffer validation.Francisco Jerez2010-02-163-4/+27
* st/dri: don't expose visuals we'll have trouble supportingZack Rusin2010-02-121-9/+20
* st/dri, st/xorg: fix buffers that have attachements of different depthZack Rusin2010-02-121-25/+59
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-3/+6
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-1/+1
* st/dri: fix compile breakageKeith Whitwell2010-02-081-1/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-4/+2
* gallium: fix more missing includes from various placesDave Airlie2010-02-042-0/+3
* st/dri: Remove duplicate type qualifier.Vinson Lee2010-01-311-1/+1
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-0/+5
|\
| * st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger2010-01-251-0/+5
* | st/dri: Remove unnecessary headers.Vinson Lee2010-01-282-5/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-224-5/+30
|\ \ | |/ |/|
| * st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-193-0/+12
| * st/dri: Add comment for intentional fallthrough in case statement.Vinson Lee2010-01-181-0/+1