summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-11gallium: compare the actual register, not all the inputsZack Rusin1-1/+1
2009-07-10tgsi: update some assertionsBrian Paul1-4/+4
2009-07-10tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul1-1/+6
2009-07-10tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul1-1/+6
2009-07-10st/mesa: implement indirect addressing for destination registersBrian Paul1-0/+5
2009-07-10tgis: implement indirect addressing for destination registersBrian Paul6-11/+101
2009-07-10vbo: fix vbo/dlist memory leakBrian Paul1-0/+5
2009-07-10demos: set 4th component of texcoord to 1.0Brian Paul1-0/+1
2009-07-10Remove stale reference to non-Gallium nouveau driver from configure.ac.Michel Dänzer1-1/+1
2009-07-09mesa: From float type modifier from values to large for singlesIan Romanick1-7/+7
2009-07-09docs: document gl_TextureMatrix[i][j] array indexing bug fixBrian Paul1-0/+1
2009-07-09glsl: do const parameter optimization for array element actual parametersBrian Paul1-2/+3
2009-07-09glsl: fix incorrect indexing for gl_TextureMatrix[i][j]Brian Paul1-5/+6
2009-07-08docs: document glMaterial/glShadeModel display list optimizationBrian Paul1-0/+1
2009-07-07mesa: only use fallback texture when using shaders, not fixed-function (take ...Brian Paul1-7/+13
2009-07-07gallium: fixup register indexes for fog/frontface/point coordZack Rusin1-3/+12
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer3-11/+64
2009-07-07GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant.Michel Dänzer1-0/+23
2009-07-07gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer.Michel Dänzer1-1/+2
2009-07-06gallium: more fog extraction fixesZack Rusin3-25/+39
2009-07-06demos: Fix vsync checking in glxgearsIan Romanick1-19/+16
2009-07-06wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca5-82/+186
2009-07-06wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca1-2/+8
2009-07-06wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.José Fonseca1-44/+45
2009-07-04i965: fix fetching constants from constant buffer in glsl pathRoland Scheidegger4-17/+16
2009-07-04i965: Remove bad constant buffer constant-reg-already-loaded optimization.Eric Anholt1-13/+11
2009-07-03intel: Also update stencil bits in intel_update_wrapper().Michel Dänzer1-0/+1
2009-07-03progs: revert damage to progs/SConscript from recent compressed texture commitKeith Whitwell1-0/+9
2009-07-03mesa/shaders: fix gl_NormalMatrix state parametersKeith Whitwell1-1/+1
2009-07-03st/wgl: don't advertise WGL_EXT_swap_interval stringKeith Whitwell1-1/+1
2009-07-03wgl: Lookup framebuffers by HWND whenever possible.José Fonseca1-0/+10
2009-07-02mesa: Assume depth textures have a single level unless told otherwise.José Fonseca1-1/+3
2009-07-02mesa: s/TRUE/GL_TRUEKeith Whitwell1-1/+1
2009-07-02glapi: ensure _mesa_lookup_prim_by_nr() is not clobbered on regenerationKeith Whitwell1-0/+23
2009-07-02Merge commit 'origin/dlist-statechange-shortcircuit' into mesa_7_5_branchKeith Whitwell14-37/+1011
2009-07-02mesa: ensure UsesFogFragCoord value is set for non-glsl shadersKeith Whitwell2-0/+8
2009-06-30mesa/vbo: fix compile and replay of nodes ending in a FALLBACKKeith Whitwell3-13/+187
2009-06-30mesa/dlist: fixes and improvements for material cachingKeith Whitwell1-8/+16
2009-06-30progs/trivial: add dlist-mat-tri.cKeith Whitwell2-0/+183
2009-06-30progs/trivial: add test case for short-circuiting material changesKeith Whitwell2-0/+175
2009-06-30mesa/dlist: don't cache state which may not be replayed on CallListKeith Whitwell1-1/+5
2009-06-30progs/trivial: add dlist-flat-tri.cKeith Whitwell2-0/+172
2009-06-30mesa/dlist: invalidate cached dlist compile state after CallListKeith Whitwell1-16/+24
2009-06-30progs/trivial: add dlist-recursive-callKeith Whitwell2-0/+191
2009-06-30dlist-tri-flat-tri: make tri render differently if flatshade not enabledKeith Whitwell1-1/+3
2009-06-30Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuitKeith Whitwell15-272/+345
2009-06-30progs/trivial: add test case for lighting plus per-vertex materialsKeith Whitwell2-0/+150
2009-06-30progs/isosurf: add materials mode for glVertex + TRISTRIPKeith Whitwell1-5/+20
2009-06-30mesa: remove whitespaceKeith Whitwell1-108/+108
2009-06-30mesa: remove dead constant pointsize code from ffvertex_prog.cKeith Whitwell1-17/+0