summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-13radeon/r200: make setTexOffset work againDave Airlie
2009-02-13radeon/r200: fix set tex offset functionsDave Airlie
2009-02-13radeon: revert unneeded change to texturing codeDave Airlie
2009-02-13radeon: fix compressed texture upload on all radeonsDave Airlie
2009-02-13r200: update with changes from r100 driver for texture stateDave Airlie
2009-02-13r200: port over state emit fix from r100Dave Airlie
2009-02-13r200: fixup some CS emission sizesDave Airlie
2009-02-13r200: use correct finish interfaceDave Airlie
2009-02-13radeon: fixup include orderingDave Airlie
2009-02-13Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-02-13r300: fix warning about mesa_lock_context_textureDave Airlie
2009-02-12radeon: add stdint includeDave Airlie
2009-02-12radeon: add mminfo struct to wrapperDave Airlie
2009-02-12radeon: add defines for future bitsDave Airlie
2009-02-12r200: make build completeDave Airlie
2009-02-12r300: make r300 work with latest changesDave Airlie
2009-02-12radeon: make build without libdrm_radeon betterDave Airlie
2009-02-13radeon/r200/r300: make build again with tracker changesDave Airlie
2009-02-12radeon: remove depends on libdrm_radeon for now.Dave Airlie
2009-02-12radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie
2009-02-12r200/r300: get up to speed on renamed filesDave Airlie
2009-02-12radeon: renaming and headers cleanupDave Airlie
2009-02-12r100/r200: fix front rendering issue.Dave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-11Fix an i965 assertion failure on glClear()Robert Ellison
2009-02-11autoconf: Fix lib globbing for static buildsDan Nicholson
2009-02-11gallium: const-correctness for u_linear.c functionsBrian Paul
2009-02-11gallium: silence warnings about void ptr arithmeticBrian Paul
2009-02-11mesa: refactor MATH_SOURCES, remove Mesa x86 codegen from gallium buildBrian Paul
2009-02-11mesa: get rid of _math_init()Brian Paul
2009-02-11autoconf: Adjust to new asm SOURCES variablesDan Nicholson
2009-02-11autoconf: Restore commented ASM_FLAGSDan Nicholson
2009-02-11Add external pixman CFLAGS after all internal include pathsDan Nicholson
2009-02-11nouveau: 1xN, Nx1 levels of a swizzled mip tree shouldn't be aligned.Younes Manton
2009-02-11draw: Cap max vertices instead of failing assert.José Fonseca
2009-02-11demos: minor updates for shader_api.c testBrian Paul
2009-02-11glsl: allow setting arrays of samplers in set_program_uniform()Brian Paul
2009-02-11glsl: raise GL_INVALID_OPERATION for glUniform(location < -1)Brian Paul
2009-02-11glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediat...Brian Paul
2009-02-11glsl: fix glUniform() array bounds error checkingBrian Paul
2009-02-11glsl: fix incorrect size returned by glGetActiveUniform() for array elements.Brian Paul
2009-02-11r300: disable assert that firesDave Airlie
2009-02-11radeon: unmap in case of two dma regions being used for one cmdbufDave Airlie
2009-02-11radeon: cleanup cmdbufferDave Airlie
2009-02-11r300: fix front buffer rendering properly fixes tests in gleanDave Airlie
2009-02-11r200: fix buildDave Airlie
2009-02-11Add install target for eglJohannes Engel
2009-02-11demos: better error message for overlay.c, see bug 20055Brian Paul
2009-02-11mesa: Use the stdio wrappers.José Fonseca
2009-02-11wgl: Add a few more stubs.José Fonseca