summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* | st/egl: Add missing headers to kms display.Chia-I Wu2010-02-041-0/+2
* | st/egl: Add missing headers.Vinson Lee2010-02-032-0/+2
* | egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira2010-02-043-0/+3
* | gallium: fix more missing includes from various placesDave Airlie2010-02-043-0/+5
* | Merge branch 'gallium-embedded'José Fonseca2010-02-0326-27/+27
|\ \
| * | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-022-2/+2
| * | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-023-3/+3
| * | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-0222-22/+22
* | | vega: implement tgsi_ureg shaders cacheIgor Oliveira2010-02-021-74/+75
* | | vega: change tgsi asm by tgsi_uregIgor Oliveira2010-02-021-171/+380
* | | st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu2010-02-021-9/+11
|/ /
* | st/dri: Remove duplicate type qualifier.Vinson Lee2010-01-311-1/+1
* | egl: Initialize display configs with the display.Chia-I Wu2010-01-311-1/+1
* | egl: Initialize display resources with their display.Chia-I Wu2010-01-311-5/+5
* | st/egl: Do not ignore configs without a renderable type.Chia-I Wu2010-01-311-6/+6
* | st/egl: Remove egl_g3d_get_current_context.Chia-I Wu2010-01-311-16/+4
* | st/egl: eglBindTexImage should bind to an OpenGL ES texture.Chia-I Wu2010-01-301-4/+2
* | egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu2010-01-301-2/+2
* | st/xorg: Update to new libkms interface but be backwards compatibleJakob Bornecrantz2010-01-282-0/+8
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-2817-133/+130
|\ \
| * | st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger2010-01-251-0/+5
| * | vega: don't enable blending if not necessaryRoland Scheidegger2010-01-253-6/+4
| * | xorg: do not enable unnecessary blending for xvRoland Scheidegger2010-01-251-1/+1
| * | st/python: adapt to blend changesRoland Scheidegger2010-01-257-40/+40
| * | vega: adapt to blend changesRoland Scheidegger2010-01-256-76/+70
| * | xorg: adapt to blend changesRoland Scheidegger2010-01-253-17/+17
* | | regress: Add vertex shaders tests for constant buffers.Michal Krol2010-01-283-0/+68
* | | regress: Add fragment shader test for one-dimensional constant buffers.Michal Krol2010-01-282-5/+19
* | | regress: Add two-dimension constant buffer test.Michal Krol2010-01-282-0/+47
* | | python: Link to ws2_32 on windows.Michal Krol2010-01-281-0/+1
* | | regress: Fix shader header.Michal Krol2010-01-281-1/+1
* | | egl: Migrate drivers to use _eglBindContext.Chia-I Wu2010-01-281-10/+11
* | | egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu2010-01-281-10/+30
* | | st/xorg: Remove unnecessary headers.Vinson Lee2010-01-285-6/+0
* | | st/dri: Remove unnecessary headers.Vinson Lee2010-01-282-5/+0
* | | egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu2010-01-261-3/+4
* | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-255-7/+57
|\ \ \
| * | | st/xorg: Fix crash on resize with libkmsJakob Bornecrantz2010-01-251-2/+12
| * | | vega: fix incorrect samplers, textures indexes in blend_bind_samplers()Igor Oliveira2010-01-251-2/+2
| * | | st/xorg: Improve options and print them to logJakob Bornecrantz2010-01-252-3/+18
| * | | st/xorg: Export helper function for detecting modesettingJakob Bornecrantz2010-01-252-0/+23
| * | | st/xorg: Fix warningJakob Bornecrantz2010-01-251-0/+2
* | | | egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-1/+1
* | | | egl: check if driver_name is nullIgor Oliveira2010-01-251-1/+2
* | | | egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-1/+1
* | | | st/vega: Clean up Makefile.Chia-I Wu2010-01-231-54/+26
* | | | st/es: Pass -linker and -ldflags to mklib.Chia-I Wu2010-01-231-2/+2
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2212-38/+98
|\| | |
| * | | st/xorg: Remove unnecessary headers.Vinson Lee2010-01-217-11/+0
| * | | st/xorg: Fic bug and close drm_api at proper placeJakob Bornecrantz2010-01-201-7/+17