summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-07-06cso: possible null pointer dereferenceZack Rusin
2009-07-06util: fix possible null pointer usageZack Rusin
2009-07-06exa: some infrastucture work for accelerating compositeZack Rusin
2009-07-05radeon-gallium: Compile warning fix.Corbin Simpson
2009-07-05radeon-gallium: Use FLINK to do proper global buffers.Corbin Simpson
2009-07-05radeon-gallium: Wait for BOs before mapping them.Corbin Simpson
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-03st/wgl: don't advertise WGL_EXT_swap_interval stringKeith Whitwell
2009-07-03wgl: Lookup framebuffers by HWND whenever possible.José Fonseca
2009-07-02Nuke old trace-drm integration.Corbin Simpson
2009-07-02r300g: Readd trace driver supportJakob Bornecrantz
2009-07-02i915g: Readd trace driver supportJakob Bornecrantz
2009-07-02trace: Add drm api integrationJakob Bornecrantz
2009-07-01r300g: Fix recursive Draw flush.Corbin Simpson
2009-07-01r300g: Use floats for surface_copy texcoords, use correct src and dest.Corbin Simpson
2009-07-01radeon-gallium: Adapt to drm_api changes.Corbin Simpson
2009-07-01nouveau: return some supported zeta formatsBen Skeggs
2009-07-01nouveau: deal with PIPE_CAP_TGSI_CONT_SUPPORTEDBen Skeggs
2009-07-01nouveau: fix build...Ben Skeggs
2009-07-01drm/st: Remove drm_api struct from driversJakob Bornecrantz
2009-06-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-30gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul
2009-06-30util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca
2009-06-30gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca
2009-07-01util: Increase OutputDebugStringA to 4k.José Fonseca
2009-07-01st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell
2009-07-01gallium: fix the front face semanticsZack Rusin
2009-07-01wgl: Optimize wglGetProcAddress.José Fonseca
2009-06-30identity: Create a drm_api wrapperJakob Bornecrantz
2009-06-30drm/st: Return drm_api struct from a functionJakob Bornecrantz
2009-06-29softpipe: use shadow_compare4() to compare texcoord to four texture samplesBrian Paul
2009-06-29softpipe: pass sampler state to shadow_compare()Brian Paul
2009-06-29nouveau: Expect right params to tex_transfer_destroy().Younes Manton
2009-06-29nouveau: Turn off debug cannon.Younes Manton
2009-06-29gallium/draw: sketch out some missing pointcoord codeBrian Paul
2009-06-26cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul
2009-06-26softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul
2009-06-26gallium: added PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul
2009-06-26tgsi: correct handling of return value from util_vsnprintfKeith Whitwell
2009-06-26aux/indices: don't use 'prim' value once it is known to be badKeith Whitwell
2009-06-24wgl: Handle flush after a window is destroyed.José Fonseca
2009-06-19softpipe: return alpha=1 in shadow_compare() functionBrian Paul
2009-06-18util: Add cast.José Fonseca
2009-06-18draw: Replace pointer arithmetic with cast.José Fonseca
2009-06-18trace: Use size_t consistently.José Fonseca
2009-06-18pipebuffer: Use a type consistently for sizes/offsets.José Fonseca
2009-06-18wgl: Fix window resizing in multithread applications.José Fonseca
2009-06-18wgl: Move all thread related code together.José Fonseca
2009-06-17st/glx: added null ptr check in Fake_glXCreatePixmap()Brian Paul
2009-06-17wgl: Factor out some repetitive code into inline functions.José Fonseca