summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* | r300g: S3TC.Corbin Simpson2009-06-262-6/+36
* | r300g: Use real texture formats.Corbin Simpson2009-06-263-25/+42
* | r300g: Definitively forbid unusable Z buffer/stencil formats.Corbin Simpson2009-06-261-1/+12
* | r300g: Comment out assert for now.Corbin Simpson2009-06-261-0/+2
* | r300g: Be more specific on surface_copy fallbacks.Corbin Simpson2009-06-261-1/+1
* | r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.Corbin Simpson2009-06-261-0/+3
* | r300-gallium: Ensure that no dirty state goes unemitted.Corbin Simpson2009-06-261-2/+4
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-263-0/+5
|\|
| * cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
| * softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
| * gallium: added PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul2009-06-261-0/+1
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-141-1/+1
|\|
| * tgsi: correct handling of return value from util_vsnprintfKeith Whitwell2009-06-261-5/+13
| * aux/indices: don't use 'prim' value once it is known to be badKeith Whitwell2009-06-261-1/+1
* | trace: Don't write state objects to file if dumping is not setJakob Bornecrantz2009-06-141-0/+60
* | tgsi: correct handling of return value from util_vsnprintfKeith Whitwell2009-06-261-5/+13
* | r300-gallium: organize fragment/vertex shadersJoakim Sindholt2009-06-2620-495/+674