summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz2010-03-2630-62/+87
* st/dri: Don't include sw vs drm dri headersJakob Bornecrantz2010-03-252-0/+6
* 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
* swrastg_dri: add state_trackerGeorge Sapountzis2010-03-258-0/+33
* 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/glx: add support for multiple displaysBrian Paul2010-03-231-4/+26
* Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson2010-03-231-1/+1
* st/glx: fix depth/stencil format selection codeBrian Paul2010-03-221-7/+12
* Merge remote branch 'origin/gallium-st-api-dri'Chia-I Wu2010-03-2113-905/+1345
|\
| * 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
* | st/vega: fix up vega state tracker to use cso changesRoland Scheidegger2010-03-1913-146/+253
* | es: added -I$(TOP)/include pathBrian Paul2010-03-191-0/+1
|/
* st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger2010-03-166-23/+78
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-1626-789/+1512
|\
| * Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-1626-788/+1511
| |\
| | * st/glx: Fix glXCopySubBufferMESA.Chia-I Wu2010-03-141-1/+1
| | * st/glx: Sync the back buffer to the front buffer.Chia-I Wu2010-03-141-4/+22
| | * st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu2010-03-144-6/+53
| | * st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu2010-03-142-58/+73
| | * st/glx: Fix framebuffer validation.Chia-I Wu2010-03-131-24/+29
| | * st/glx: Correctly set buffer_mask of a visual.Chia-I Wu2010-03-131-3/+3
| | * st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu2010-03-134-19/+9
| | * st/egl: Fix eglCopyBuffers.Chia-I Wu2010-03-132-13/+22
| | * st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu2010-03-131-0/+6
| | * st/glx: Add xm_st.c to SConscript.Chia-I Wu2010-03-121-0/+1
| | * st/glx: Return a better format in choose_depth_stencil_format.Chia-I Wu2010-03-121-13/+9
| | * st/glx: Fix an infinite recursion in flush_front.Chia-I Wu2010-03-121-1/+1
| | * st/glx: Use st_api.h instead of st_public.h.Chia-I Wu2010-03-126-165/+470
| | * st/egl: Use st_api.h instead of st_public.h.Chia-I Wu2010-03-126-576/+474
| | * winsys/xlib, st/es: Advertise st_api.h support.Chia-I Wu2010-03-123-2/+13
| | * st/mesa: Implement st_api.h.Chia-I Wu2010-03-122-2/+1
| | * st/vega: Implement st_api.h.Chia-I Wu2010-03-127-4/+427