summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-02-04r600: reduce number of cache flushesAlex Deucher
2010-02-04swrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rotPauli Nieminen
2010-02-03st/mesa: Remove unnecessary headers.Vinson Lee
2010-02-04Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0"Pauli Nieminen
2010-02-03mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul
2010-02-03mesa: re-dimension RasterTexCoords and CoordReplaceBrian Paul
2010-02-03mesa: added texcoord unit assertionBrian Paul
2010-02-03mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITSBrian Paul
2010-02-03mesa: added tex unit assert, use Elements() macroBrian Paul
2010-02-03mesa: check for invalid texture coord unit in glGet queriesBrian Paul
2010-02-03mesa: check/clamp texture/program matrix accessesBrian Paul
2010-02-03mesa: add error check for querying invalid texture matrixBrian Paul
2010-02-03mesa: use Elements() as limit in loops over texture/program matrix stacksBrian Paul
2010-02-03mesa: add out of bounds assertions for accessing texture matrix stackBrian Paul
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2010-02-03vbo: fix void * arithmetic warningKeith Whitwell
2010-02-03vbo: Fix up in-place splitting for non-contiguous/indexed primitives.Francisco Jerez
2010-02-03mesa/st: bump the gallium version numberKeith Whitwell
2010-02-03st/mesa: remove some floating point divides in viewport calculationKeith Whitwell
2010-02-03r300: fix compiler bugs introduced with MRT changes.Dave Airlie
2010-02-02Track frag shader changes introduced by commit 4769566500be1a53dd9b4cc1a613ae...Scott Moreau
2010-02-02mesa: Add a BITSET_FFS function.Francisco Jerez
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-02r300compiler: Add MRT number to debugging output.Corbin Simpson
2010-02-02r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson
2010-02-02r200: Fix EXT_fogcoord rendering.Pauli Nieminen
2010-02-01st/mesa: fix texture deallocation bugBrian Paul
2010-02-01mesa: change _mesa_find_free_register() to find multiple free regsBrian Paul
2010-02-01st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell
2010-02-01st/mesa: remove dead stfp input_map arrayKeith Whitwell
2010-02-01mesa: added _mesa_print_vp/p_inputs() functions (debug aids)Brian Paul
2010-02-01glslcompiler: add glapi_nop.o to OBJECTSBrian Paul
2010-02-01mesa: Add missing includes.José Fonseca
2010-02-01mesa: Remove unnecessary headers.Vinson Lee
2010-01-31r600: Remove duplicate assignment.Vinson Lee
2010-01-31st/mesa: Remove unnecessary headers.Vinson Lee
2010-01-31mesa: Remove unnecessary headers.Vinson Lee
2010-01-31i965: Silence uninitialized variable warning.Vinson Lee
2010-01-30radeon: Remove unnecessary headers.Vinson Lee
2010-01-30r600: Remove unnecessary headers.Vinson Lee
2010-01-30r300: Remove unnecessary headers.Vinson Lee
2010-01-30r200: Remove unnecessary headers.Vinson Lee
2010-01-30r128: Remove unnecessary headers.Vinson Lee
2010-01-30intel: Remove unnecessary headers.Vinson Lee
2010-01-30i965: Remove unnecessary headers.Vinson Lee
2010-01-30i915: Remove unnecessary headers.Vinson Lee
2010-01-30intel: Respect texture tiling when doing a PBO blit teximage upload.Eric Anholt
2010-01-30intel: Fix inverting of inversion test for windows in glClear cleanup.Eric Anholt
2010-01-29Merge commit 'lb2/arb_fragment_coord_conventions'Keith Whitwell