summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Merge remote branch 'origin/master' into localHEADmasterFrancisco Jerez26-364/+921
2010-02-02tgsi: ureg_DECL_gs_input() accepts shader semantics.Michal Krol2-6/+16
2010-02-02vega: implement tgsi_ureg shaders cacheIgor Oliveira1-74/+75
2010-02-02vega: change tgsi asm by tgsi_uregIgor Oliveira1-171/+380
2010-02-02r200: Fix EXT_fogcoord rendering.Pauli Nieminen1-2/+2
2010-02-02r300g: Fix funky segfault.Corbin Simpson2-6/+8
2010-02-02st/egl: Wrong context might be used in eglBindTexImage.Chia-I Wu1-9/+11
2010-02-02docs: Update for EGL environment variables.Chia-I Wu2-2/+7
2010-02-02progs/es2: Fix an assertion failure in tri.Chia-I Wu1-2/+3
2010-02-02st/mesa: fix texture deallocation bugBrian Paul1-12/+10
2010-02-02progs/tests: add another FBO test to exercise a RGBA vs. Z texture bugBrian Paul3-0/+233
2010-02-02mesa: change _mesa_find_free_register() to find multiple free regsBrian Paul3-29/+62
2010-02-01r300g: Inline immediates where possible.Corbin Simpson2-8/+60
2010-02-01st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell5-37/+12
2010-02-01st/mesa: remove dead stfp input_map arrayKeith Whitwell2-12/+0
2010-02-01mesa: added _mesa_print_vp/p_inputs() functions (debug aids)Brian Paul2-0/+47
2010-02-01glslcompiler: add glapi_nop.o to OBJECTSBrian Paul1-0/+1
2010-02-01dri/nouveau: Minor style fixes.Francisco Jerez6-40/+36
2010-02-01mesa: Add a BITSET_FFS function.Francisco Jerez1-1/+24
2010-02-01Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesaFrancisco Jerez18-25/+7
2010-02-01mesa: Remove unnecessary headers.Vinson Lee3-7/+0
2010-02-01glx: Remove unnecessary headers.Vinson Lee8-12/+0
2010-02-01st/dri: Remove duplicate type qualifier.Vinson Lee1-1/+1
2010-02-01i965g: Add missing va_end.Vinson Lee1-0/+1
2010-02-01r300g: Fix memory leak on memory allocation failure.Vinson Lee1-1/+4
2010-02-01r600: Remove duplicate assignment.Vinson Lee1-1/+1
2010-02-01egl: Remove unnecessary headers.Vinson Lee3-3/+0
2010-02-01Nuke the nv04-nv20 gallium pipe drivers.Francisco Jerez64-8942/+8
2010-02-01dri/nouveau: Fix for the latest nouveau_class.h changes.Francisco Jerez1-11/+11
2010-02-01dri/nouveau: Make HWTNL the default fallback state.Francisco Jerez1-2/+2
2010-02-01dri/nouveau: Lighting.Francisco Jerez16-58/+966
2010-02-01dri/nouveau: Fix up nv2x stencil.Francisco Jerez4-27/+58
2010-02-01dri/nouveau: Use a bitset again for nctx->dirty.Francisco Jerez5-14/+49
2010-02-01dri/nouveau: INLINE -> inlineFrancisco Jerez4-26/+26
2010-02-01vbo: Fix up in-place splitting for non-contiguous/indexed primitives.Francisco Jerez2-52/+61
2010-02-01dri/nouveau: Immediate vertex submission.Francisco Jerez6-292/+591
2010-02-01st/dri2: Use event-driven buffer validation.Francisco Jerez9-88/+33
2010-02-01dri/nouveau: Use event driven buffer validation.Francisco Jerez7-17/+67
2010-02-01dri2: Event driven buffer validation.Francisco Jerez13-43/+75
2010-02-01dri/nouveau: Factor out the scissor calculations.Francisco Jerez4-20/+21
2010-02-01dri/nouveau: Style fixes.Francisco Jerez14-26/+28
2010-02-01dri/nouveau: Avoid some unnecessary flushes.Francisco Jerez1-1/+2
2010-02-01Merge branch 'master' of git://anongit.freedesktop.org/mesa/mesaFrancisco Jerez1062-17435/+48650
2010-02-01nv04: Update to new nouveau_class.hMarcin Koƛcielnicki1-20/+20
2010-02-01nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz3-6/+9
2010-02-01nv10, nv20: Fix build.Francisco Jerez2-2/+2
2010-01-31egl: Clean up surface attributes.Chia-I Wu3-57/+127
2010-01-31egl: Add support for more EGLImage extensions to EGL core.Chia-I Wu4-11/+60
2010-01-31st/mesa: Remove unnecessary headers.Vinson Lee3-3/+0
2010-01-31mesa: Remove unnecessary headers.Vinson Lee4-10/+0