summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-31swrast: fix incorrect texcoord attribute testnew-frag-attribsBrian Paul1-3/+3
2009-07-31draw: fix-ups for point coord attributeBrian Paul1-12/+36
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul11-138/+69
2009-07-29r300: Cleanup r300_fragment_program_codeNicolai Hähnle4-115/+145
2009-07-29r300/compiler: Adapt AllocateHwInputs interface to common usage patternNicolai Hähnle3-5/+6
2009-07-29swrast: enable ARB_vertex_array_object.Eric Anholt1-0/+2
2009-07-29r600: emit fog color in PS input map, fix fog related applicationsCooper Yuan1-0/+13
2009-07-29R6xx/r7xx: VS export fog color as parameterCooper Yuan2-0/+22
2009-07-29nv50: support non-blocking query_result()Ben Skeggs1-5/+5
2009-07-29nouveau: map_range returning -EBUSY isn't necessarily an errorBen Skeggs1-3/+6
2009-07-29nv50: correct zeta formatsChristoph Bumiller3-9/+20
2009-07-29nv50: use new 2D surface format namesChristoph Bumiller1-4/+4
2009-07-29nv50: support more vtxelt formatsChristoph Bumiller1-24/+56
2009-07-29nv50: should use uint32_t ptr in draw_elements_inline_u32Christoph Bumiller1-1/+1
2009-07-29nv50: TIC/TSC fixes and additionsChristoph Bumiller3-34/+60
2009-07-29nv50: fix sx/dx typo in transfer_rect_m2mfChristoph Bumiller1-2/+2
2009-07-29nv50: fix viewport transformChristoph Bumiller1-11/+20
2009-07-29nv50: use correct scissor regChristoph Bumiller2-7/+20
2009-07-28r600: fix tex clamp modesAlex Deucher1-4/+4
2009-07-28r600: implement texture border colorAlex Deucher3-8/+20
2009-07-28r600: fix flat shadingAlex Deucher4-81/+60
2009-07-28r600: don't call r700UpdateShaders twice for each renderAlex Deucher1-4/+0
2009-07-28r600: move r700TranslateFragmentShader into r700UpdateShadersAlex Deucher2-20/+19
2009-07-28r600: disable flat shade fix in 506bacb8e40b0a170a4b620113506925d2333735Alex Deucher1-2/+2
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul13-26/+148
2009-07-28gallium: minor code/comments clean-upBrian Paul2-11/+13
2009-07-28egl: Comment out unused tables in_eglFillInConfigsChia-I Wu1-0/+2
2009-07-28progs/trivial: add missing files to Makefile, .gitignoreVinson Lee2-0/+23
2009-07-28R6xx/r7xx: enable flat shading, this can fix quadric/accanti/accperspCooper Yuan1-0/+2
2009-07-27r600: fix _REV texture format component swizzlesAlex Deucher1-30/+30
2009-07-27mesa: regenerated fileBrian Paul1-15/+15
2009-07-27glx: remove XTHREADS supportRALOVICH, Kristóf3-60/+5
2009-07-27docs: do not mentions xthreads any moreRALOVICH, Kristóf1-1/+1
2009-07-27glapi: regenerated GL API assembly filesRALOVICH, Kristóf2-2/+2
2009-07-27glapi: remove XTHREADS supportRALOVICH, Kristóf4-96/+3
2009-07-27intel: Fix leak of DRI option info due to using the wrong free routine.Brian Paul1-1/+1
2009-07-27intel: Clean up leak of driver context structure on context destroy.Brian Paul1-0/+3
2009-07-27st/mesa: silence warningBrian Paul1-1/+2
2009-07-27mesa: separate some finite/pragma Watcom stuffBrian Paul1-3/+5
2009-07-27softpipe: include sp_winsys.h to silence function prototype warningBrian Paul1-0/+1
2009-07-27r300/compiler: Make calculate_inputs_outputs available to external usersNicolai Hähnle2-2/+7
2009-07-27r300/compiler: Add vertex program code dumper from Gallium driverNicolai Hähnle4-0/+185
2009-07-27r300/compiler: Prepare for hookup to GalliumNicolai Hähnle2-25/+31
2009-07-27r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle5-22/+21
2009-07-27r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constantsNicolai Hähnle3-46/+61
2009-07-27r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constantsNicolai Hähnle4-27/+27
2009-07-27r300/fragprog: Move some of the attribute handling out of the compilerNicolai Hähnle3-72/+77
2009-07-27r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle6-57/+12
2009-07-27r300/vertprog: Move Mesa-dependent input/output handling out of compilerNicolai Hähnle5-104/+100
2009-07-27r300: Remove ugly PSIZ hackNicolai Hähnle1-6/+4