summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/python: Set the bind flag for the default texture.José Fonseca2010-04-181-0/+1
* st/dri: Check for NULL before dereference and assignment.Vinson Lee2010-04-171-2/+10
* st/drisw: Stop pretending to be drm_apiJakob Bornecrantz2010-04-161-5/+1
* st/dri: Refactor init code a bitJakob Bornecrantz2010-04-165-9/+18
* st/egl: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* st/dri: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* st/vega: Drop st_public support.Chia-I Wu2010-04-134-610/+0
* st/vega: Do not rely on st_resize_framebuffer.Chia-I Wu2010-04-131-24/+239
* st/python: Fix regressions.José Fonseca2010-04-123-48/+117
* stw: Update for pipe_resource interface changes.José Fonseca2010-04-121-15/+17
* stw: Fix minor st_api migration glitches.José Fonseca2010-04-122-2/+6
* st/wgl: Switch from st_public.h to st_api.h. [V2]Chia-I Wu2010-04-1212-197/+519
* st/egl: Request the front buffer as needed.Chia-I Wu2010-04-121-7/+11
* st/egl: Fix DRI2 on old X serversJakob Bornecrantz2010-04-121-1/+10
* st/egl: Follow the portability guide.Chia-I Wu2010-04-1110-92/+86
* st/egl: Factor driver callbacks to a new file.Chia-I Wu2010-04-115-702/+776
* scons: Always build softpipe and llvmpipe (when llvm available).José Fonseca2010-04-111-2/+2
* scons: Make LLVM a black-white dependency.José Fonseca2010-04-111-1/+0
* scons: Use libdrm options only where needed.José Fonseca2010-04-111-0/+2
* st/egl: Remove unnecessary header.Vinson Lee2010-04-101-1/+0
* 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
| |/ / |/| |