summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* | r300g: Add endian fix to vertex fetcher setup.Corbin Simpson2009-07-081-2/+9
* | gallium: Add endian detection to p_config.Corbin Simpson2009-07-081-0/+13
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-046-124/+261
|\|
| * gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer2009-07-071-1/+27
| * wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca2009-07-065-82/+186
| * wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca2009-07-061-2/+8
| * wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.José Fonseca2009-07-061-44/+45
* | Merge commit 'origin/openvg-1.0'Zack Rusin2009-07-0650-0/+18857
|\ \
| * | OpenVG 1.0 State TrackerZack Rusin2009-05-0150-0/+18857
* | | gallium: rearrange some members to avoid memory holes/paddingZack Rusin2009-07-062-8/+8
* | | pipebuffer: handle possible null pointer dereferenceZack Rusin2009-07-062-0/+4
* | | cso: possible null pointer dereferenceZack Rusin2009-07-061-0/+4
* | | util: fix possible null pointer usageZack Rusin2009-07-064-11/+46
* | | exa: some infrastucture work for accelerating compositeZack Rusin2009-07-065-49/+130
* | | radeon-gallium: Compile warning fix.Corbin Simpson2009-07-051-1/+1
* | | radeon-gallium: Use FLINK to do proper global buffers.Corbin Simpson2009-07-053-2/+26
* | | radeon-gallium: Wait for BOs before mapping them.Corbin Simpson2009-07-051-0/+2
* | | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-039-26/+96
|\ \ \ | | |/ | |/|
| * | st/wgl: don't advertise WGL_EXT_swap_interval stringKeith Whitwell2009-07-031-1/+1
| * | wgl: Lookup framebuffers by HWND whenever possible.José Fonseca2009-07-031-0/+10
| * | util: Increase OutputDebugStringA to 4k.José Fonseca2009-07-011-4/+2
| * | st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell2009-07-014-0/+63
| * | gallium: fix the front face semanticsZack Rusin2009-07-013-16/+15
| * | wgl: Optimize wglGetProcAddress.José Fonseca2009-07-011-6/+6
* | | Nuke old trace-drm integration.Corbin Simpson2009-07-021-165/+0
* | | r300g: Readd trace driver supportJakob Bornecrantz2009-07-021-0/+5
* | | i915g: Readd trace driver supportJakob Bornecrantz2009-07-021-0/+5
* | | trace: Add drm api integrationJakob Bornecrantz2009-07-024-12/+265
* | | r300g: Fix recursive Draw flush.Corbin Simpson2009-07-012-1/+7
* | | r300g: Use floats for surface_copy texcoords, use correct src and dest.Corbin Simpson2009-07-011-16/+17
* | | radeon-gallium: Adapt to drm_api changes.Corbin Simpson2009-07-012-23/+33
* | | nouveau: return some supported zeta formatsBen Skeggs2009-07-0111-1/+51
* | | nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs2009-07-016-0/+12
* | | nouveau: fix build...Ben Skeggs2009-07-011-19/+24
* | | drm/st: Remove drm_api struct from driversJakob Bornecrantz2009-07-017-12/+33
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-304-8/+21
|\| |
| * | util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca2009-06-301-1/+3
| * | gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca2009-06-303-7/+18
* | | gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul2009-06-304-4/+0
* | | identity: Create a drm_api wrapperJakob Bornecrantz2009-06-305-1/+230
* | | drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-3023-59/+102
* | | softpipe: use shadow_compare4() to compare texcoord to four texture samplesBrian Paul2009-06-291-12/+78
* | | softpipe: pass sampler state to shadow_compare()Brian Paul2009-06-291-19/+17
* | | nouveau: Expect right params to tex_transfer_destroy().Younes Manton2009-06-291-1/+1
* | | nouveau: Turn off debug cannon.Younes Manton2009-06-291-2/+1
* | | gallium/draw: sketch out some missing pointcoord codeBrian Paul2009-06-291-1/+11
* | | r300g: YCbCr and sRGB textures.Corbin Simpson2009-06-273-1/+15
* | | r300g: Fix EXT_packed_depth_stencil functionality.Corbin Simpson2009-06-272-2/+10
* | | st/dri: Fix last depth bits logicJakob Bornecrantz2009-06-271-2/+2
* | | r300g: EXT_provoking_vertex.Corbin Simpson2009-06-262-4/+6