aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* tgsi: make function call code in tgsi_sse.c less opaqueKeith Whitwell2009-07-162-25/+92
* gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell2009-07-167-53/+71
* dri-st: Unbreak GL_EXT_blend_equation_separate.Corbin Simpson2009-07-141-0/+1
* gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-149-2/+15
* r300g: Small compile warning fixes.Nicolai Hähnle2009-07-133-2/+5
* r300g, radeon: Whitespace fixes.Nicolai Hähnle2009-07-134-13/+13
* r300g: Use align() instead of inline maths.Corbin Simpson2009-07-131-4/+7
* Merge branch 'mesa_7_5_branch'Brian Paul2009-07-137-17/+117
|\
| * tgsi: update some assertionsBrian Paul2009-07-101-4/+4
| * tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul2009-07-101-1/+6
| * tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul2009-07-101-1/+6
| * tgis: implement indirect addressing for destination registersBrian Paul2009-07-106-11/+101
* | r300g: Remove VAP_CNTL_STATUS from invariant state.Corbin Simpson2009-07-081-6/+1
* | r300g: Disable MSPOS registers for glisse's CS security checker.Corbin Simpson2009-07-081-4/+7
* | r300-gallium: Unify sampler and texture emit.Corbin Simpson2009-07-083-39/+26
* | r300-gallium: Mipmap setup.Corbin Simpson2009-07-082-10/+19
* | 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