summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu14-160/+143
2009-07-17egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu7-100/+228
2009-07-17egl: Extend per-thread info for multiple current contexts.Chia-I Wu2-10/+41
2009-07-17egl: Support per-thread info.Chia-I Wu11-196/+23
2009-07-17egl: Add eglcompiler.h for compiler features.Chia-I Wu3-0/+33
2009-07-16texenv: Calculate whether we need to do secondary color on our own.Eric Anholt2-4/+16
2009-07-16i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.Eric Anholt1-2/+4
2009-07-16draw: fix ppc build regressionKeith Whitwell1-0/+1
2009-07-16st/mesa: add some array index bounds assertionsBrian Paul1-0/+5
2009-07-16egl: Add xeglthreadsChia-I Wu3-0/+775
2009-07-16tgsi: simplify and fix sse KIL implementationKeith Whitwell1-36/+28
2009-07-16rtasm: export sse_movmskpsKeith Whitwell2-0/+10
2009-07-16tgsi: initial texturing support on sse pathKeith Whitwell2-19/+184
2009-07-16tgsi: make sse function callout mechanism more genericKeith Whitwell1-40/+48
2009-07-16tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell4-150/+115
2009-07-16tgsi: no need to separately malloc input and output arraysKeith Whitwell2-27/+6
2009-07-16gallium: reduce recursive include of tgsi_exec.hKeith Whitwell5-1/+7
2009-07-16tgsi: make function call code in tgsi_sse.c less opaqueKeith Whitwell2-25/+92
2009-07-16gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell7-53/+71
2009-07-15radeon: update span reading micro tile codeDave Airlie1-103/+67
2009-07-15r300: emit z depth pitch reloc in preparation for tilingDave Airlie1-7/+17
2009-07-15radeon: r300 fix span reading for macro tiled buffers.Dave Airlie1-6/+7
2009-07-15radeon: for tiling you really need to use GET/PUT VALUE not PTR.Dave Airlie1-1/+5
2009-07-15i965: the offset of any branch/jump instruction is in unit of 64bits on IGDNGXiang, Haihao2-6/+24
2009-07-15intel/radeon: add common metaops code.Dave Airlie18-871/+684
2009-07-15radeon: fix unsigned vs signed comparison in stencil code.Dave Airlie1-1/+1
2009-07-14intel: Fix ClearDepth to not be affected by DepthRange.Eric Anholt1-1/+7
2009-07-14intel: Set DepthRange in the metaops using RasterPos[2].Eric Anholt2-1/+9
2009-07-14Fix state flag dependencies for fixed function fragment program updates.Eric Anholt2-1/+11
2009-07-14intel: Flag _NEW_ARRAY state when doing array object binding in clears.Eric Anholt1-0/+8
2009-07-14mesa: regenerated enums.c fileBrian Paul1-2/+3
2009-07-14dri-st: Unbreak GL_EXT_blend_equation_separate.Corbin Simpson1-0/+1
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin10-3/+19
2009-07-14radeon: Differentiate 16 bpp destination formats.Michel Dänzer3-3/+30
2009-07-14radeon: Invert front face winding when rendering to FBO.Michel Dänzer3-0/+12
2009-07-13r300g: Small compile warning fixes.Nicolai Hähnle3-2/+5
2009-07-13r300g, radeon: Whitespace fixes.Nicolai Hähnle4-13/+13
2009-07-13r300g: Use align() instead of inline maths.Corbin Simpson1-4/+7
2009-07-13Merge branch 'shaders_cleanup'Maciej Cencora17-570/+883
2009-07-13intel: Partially fix fallback detection for glCopyTexSubImage.Eric Anholt1-6/+10
2009-07-13r300: always assume all components are read by fragment programMaciej Cencora1-49/+5
2009-07-13r300: Fix fogcoord rewritingNicolai Hähnle3-45/+66
2009-07-13r300: fix swizzle masking in getUsedComponentsMaciej Cencora1-4/+8
2009-07-13r300: minor fixMaciej Cencora1-1/+2
2009-07-13r300: move variables declarationsMaciej Cencora1-3/+4
2009-07-13r300: document r300_vertex_program_cont structureMaciej Cencora1-2/+7
2009-07-13r300: document r300_fragment_program_cont structMaciej Cencora1-0/+5
2009-07-13r300: fix indentationMaciej Cencora1-4/+4
2009-07-13r300: fix StrideB == 0 case when converting data formatMaciej Cencora1-1/+10
2009-07-13r300: hw can handle per component negations in vertex shadersMaciej Cencora1-25/+2