summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-05-06i965: Disentangle VS constant surface state from WM surface state.Eric Anholt
2009-05-06i965: Don't create constant buffers if they won't be used.Eric Anholt
2009-05-05mesa: only use fallback texture when using shaders, not fixed-function (take ...Brian Paul
2009-05-05Revert "mesa: only use fallback texture when using shaders, not fixed-function"Brian Paul
2009-05-05mesa: only use fallback texture when using shaders, not fixed-functionBrian Paul
2009-05-05mesa: only use fallback texture when using shaders, not fixed-functionBrian Paul
2009-05-05mesa: minor simplification in enable_texture(), updated commentsBrian Paul
2009-05-05Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-05gallium: remove redundant cube face #definesBrian Paul
2009-05-05gallium: fix texcoords for cubemap mipmap generationBrian Paul
2009-05-05mesa: more complete fix for transform_invarient glitchesKeith Whitwell
2009-05-05mesa/main: set PREFER_DP4 to match position_invarient codeKeith Whitwell
2009-05-05wgl: Implemente SwapLayerBuffers.José Fonseca
2009-05-05util: Limit the stack walk to avoid referencing undefined memory.José Fonseca
2009-05-05gallium/tgsi: hack around linker/archiver breakageKeith Whitwell
2009-05-05wgl: Include alpha bits in pixel format's cColorBits field.José Fonseca
2009-05-05gallium/draw: cope with unused vertex_elementsKeith Whitwell
2009-05-05wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.José Fonseca
2009-05-05pb: Save the stack backtrace when creating/mapping a debug buffer.José Fonseca
2009-05-05pb: Dump the fenced buffer sizes.José Fonseca
2009-05-05nv04: small fix againStephane Marchesin
2009-05-05Fix an nv04 bug (thanks Mhopf).Stephane Marchesin
2009-05-04mesa: also print program params/constants when dumping shaders to diskBrian Paul
2009-05-04mesa: remove some unfinished/devel codeBrian Paul
2009-05-04glx: replace Xmalloc() calls with Xcalloc()Brian Paul
2009-05-01draw: added some inf/nan debug code (disabled)Brian Paul
2009-05-01gallium/glx: say we're direct renderingBrian Paul
2009-05-01mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul
2009-05-01Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-01st: create renderbuffer's pipe_surface in st_render_texture()Brian Paul
2009-05-01mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul
2009-05-01st: if st_swapbuffers() is called for single-buffered visual don't crashBrian Paul
2009-05-01xlib winsys: use new st_swapbuffers() functionBrian Paul
2009-05-01st: when creating an on-demand front color buffer, init to back buffer imageBrian Paul
2009-05-01st: added st_renderbuffer::defined flagBrian Paul
2009-05-01mesa: fix commentBrian Paul
2009-05-01Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-01Fix symbol list for mangled Mesa on Darwin.Tom Fogal
2009-05-01set: new st_swapbuffers() which does a true front/back buffer swapBrian Paul
2009-05-01egl_xlib: Pass RTLD_LAZY to dlopen.José Fonseca
2009-05-01Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick
2009-05-01st: when double buffered, only create front color buffer on demandBrian Paul
2009-05-01Merge branch 'const-buffer-changes'Brian Paul
2009-05-01mesa: create/use a fallback texture when bound texture is incompleteBrian Paul
2009-05-01mesa: bump version to 7.6 (devel)Brian Paul
2009-05-01mesa: remove -devel suffix from versionBrian Paul
2009-05-01radeon: Don't even bother with things too big to fit into our card.Corbin Simpson
2009-05-01r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe.Corbin Simpson
2009-05-01r300-gallium, radeon-winsys: Space accounting.Corbin Simpson
2009-05-01r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI.Corbin Simpson