summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
| * | st/egl: Remove depth/stencil format from the native interface.Chia-I Wu2010-04-115-108/+93
| * | st/vega: Require both depth and stencil.Chia-I Wu2010-04-111-4/+2
| * | st/egl: Remove __GLcontextModes from the native interface.Chia-I Wu2010-04-118-168/+183
| * | Squashed commit of the following:Keith Whitwell2010-04-1074-2980/+669
| * | Fix copyright headers.Chia-I Wu2010-04-1022-110/+132
| * | st/egl: Fix a typo in determining the render buffer.Chia-I Wu2010-04-101-1/+1
| * | st/xorg: Fix thinko.Corbin Simpson2010-04-091-0/+1
| * | st/xorg: Fix bad paramf.Corbin Simpson2010-04-091-3/+1
| * | st/egl: Move probe interface to native_probe.h.Chia-I Wu2010-04-092-37/+68
| * | st/egl: Remove pbuffer from the native interface.Chia-I Wu2010-04-098-170/+105
| * | st/dri: Fix setTexBuffer2 with __DRI_TEXTURE_FORMAT_RGB.Chia-I Wu2010-04-081-1/+17
| * | st/dri: Implement DRI image extension.Chia-I Wu2010-04-064-0/+143
| * | st/es: Remove unnedded --whole-archive.Chia-I Wu2010-04-061-6/+4
| * | Merge branch '7.8'Ian Romanick2010-04-041-2/+3
| |\|
| | * st/vega: Do not depend on libm.Chia-I Wu2010-04-021-2/+3
| | * st/glx: better format selection in xmesa_choose_z_stencil_format()Brian Paul2010-03-231-17/+24
| * | st/egl: Implement get_egl_image hook.Chia-I Wu2010-04-041-0/+32
| * | gallium: fix dri_destroy_option_cache() when optionCache.info is NULLYann Droneaud2010-04-021-4/+6
| * | st/egl: Add a missing break.Chia-I Wu2010-04-021-0/+1
| * | st/python: Allow to sample only in the [0,1] range.José Fonseca2010-04-013-23/+46
| * | st/python: Always use softpipe as reference driver.José Fonseca2010-04-014-11/+17
| * | Merge branch 'gallium-new-formats'Roland Scheidegger2010-03-318-17/+17
| |\ \
| | * \ Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-309-331/+356
| | |\ \
| | * | | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-308-17/+17
| * | | | st/python: Generate binding for u_format utility functions too.José Fonseca2010-03-312-1/+90
| * | | | st/dri: Remove unnecessary header.Vinson Lee2010-03-301-1/+0
| * | | | st/dri: Remove unnecessary header.Vinson Lee2010-03-301-1/+0
| * | | | st/dri: Fix a memory leak in dri1_init_screen.Chia-I Wu2010-03-301-0/+2
| * | | | drisw: Remove unnecessary header.Vinson Lee2010-03-291-1/+0
| * | | | st/glx: Remove a wrong assertion in choose_pixel_format.Chia-I Wu2010-03-302-2/+11
| | |/ / | |/| |
| * | | st/python: Update for util_draw_vertex_buffer changes.José Fonseca2010-03-291-3/+35
| * | | st/python: Move surface read/write methods to context.José Fonseca2010-03-294-245/+267
| * | | st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2010-03-294-81/+53
| * | | Revert "python: Temporarily disable python state tracker until transfers are ...José Fonseca2010-03-291-2/+1
| |/ /
| * | st/python: updates for recent interface changesKeith Whitwell2010-03-284-57/+58
| * | drisw: probably better hack for stride and some commentsGeorge Sapountzis2010-03-281-3/+16
| * | drisw: make stride issue profoundGeorge Sapountzis2010-03-271-5/+5
| * | st/dri: Fix SCons build.Vinson Lee2010-03-262-2/+0
| * | swrastg: allow for any of the software rasterizers.George Sapountzis2010-03-261-6/+0
| * | st/dri: add comment about the ifdef in dri_screen.cGeorge Sapountzis2010-03-261-13/+10
| * | st/dri: factor out common init_screen codeGeorge Sapountzis2010-03-265-56/+67
| * | st/dri mv __driDriverExtensions to drisw.c and dri2.cGeorge Sapountzis2010-03-263-15/+15
| * | st/dri: fold dri_extensions.c into dri_context.cGeorge Sapountzis2010-03-267-58/+13
| * | swrastg: Build with sconsJakob Bornecrantz2010-03-262-0/+30
| * | st/dri: Move common files to common directoryJakob Bornecrantz2010-03-2627-15/+15
| * | 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