summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* | st/mesa: Remove unnecessary headers.Vinson Lee2010-02-034-5/+0
* | Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0"Pauli Nieminen2010-02-042-2/+0
* | mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul2010-02-034-13/+25
* | mesa: re-dimension RasterTexCoords and CoordReplaceBrian Paul2010-02-031-2/+2
* | mesa: added texcoord unit assertionBrian Paul2010-02-031-0/+2
* | mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITSBrian Paul2010-02-031-1/+1
* | mesa: added tex unit assert, use Elements() macroBrian Paul2010-02-031-1/+2
* | mesa: check for invalid texture coord unit in glGet queriesBrian Paul2010-02-032-56/+147
* | mesa: check/clamp texture/program matrix accessesBrian Paul2010-02-031-2/+6
* | mesa: add error check for querying invalid texture matrixBrian Paul2010-02-032-5/+41
* | mesa: use Elements() as limit in loops over texture/program matrix stacksBrian Paul2010-02-031-4/+4
* | mesa: add out of bounds assertions for accessing texture matrix stackBrian Paul2010-02-031-0/+2
* | Merge branch 'gallium-embedded'José Fonseca2010-02-0321-14/+21
|\ \
| * | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-0220-14/+20
| * | mesa: Add missing includes.José Fonseca2010-02-011-0/+1
* | | mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-0310-21/+42
* | | vbo: fix void * arithmetic warningKeith Whitwell2010-02-031-1/+2
* | | vbo: Fix up in-place splitting for non-contiguous/indexed primitives.Francisco Jerez2010-02-031-51/+62
* | | mesa/st: bump the gallium version numberKeith Whitwell2010-02-031-1/+1
* | | st/mesa: remove some floating point divides in viewport calculationKeith Whitwell2010-02-031-3/+3
* | | r300: fix compiler bugs introduced with MRT changes.Dave Airlie2010-02-032-2/+3
* | | Track frag shader changes introduced by commit 4769566500be1a53dd9b4cc1a613ae...Scott Moreau2010-02-021-1/+1
* | | mesa: Add a BITSET_FFS function.Francisco Jerez2010-02-021-1/+24
* | | r300compiler: Add MRT number to debugging output.Corbin Simpson2010-02-022-4/+4
* | | r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson2010-02-027-11/+33
* | | r200: Fix EXT_fogcoord rendering.Pauli Nieminen2010-02-021-2/+2
* | | st/mesa: fix texture deallocation bugBrian Paul2010-02-011-12/+10
* | | mesa: change _mesa_find_free_register() to find multiple free regsBrian Paul2010-02-013-29/+62
* | | st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell2010-02-015-37/+12
* | | st/mesa: remove dead stfp input_map arrayKeith Whitwell2010-02-012-12/+0
* | | mesa: added _mesa_print_vp/p_inputs() functions (debug aids)Brian Paul2010-02-012-0/+47
* | | glslcompiler: add glapi_nop.o to OBJECTSBrian Paul2010-02-011-0/+1
|/ /
* | mesa: Remove unnecessary headers.Vinson Lee2010-02-013-7/+0
* | r600: Remove duplicate assignment.Vinson Lee2010-01-311-1/+1
* | st/mesa: Remove unnecessary headers.Vinson Lee2010-01-313-3/+0
* | mesa: Remove unnecessary headers.Vinson Lee2010-01-314-10/+0
* | i965: Silence uninitialized variable warning.Vinson Lee2010-01-311-1/+1
* | radeon: Remove unnecessary headers.Vinson Lee2010-01-3013-40/+0
* | r600: Remove unnecessary headers.Vinson Lee2010-01-3011-24/+0
* | r300: Remove unnecessary headers.Vinson Lee2010-01-301-2/+0
* | r200: Remove unnecessary headers.Vinson Lee2010-01-309-24/+0
* | r128: Remove unnecessary headers.Vinson Lee2010-01-309-20/+0
* | intel: Remove unnecessary headers.Vinson Lee2010-01-306-8/+0
* | i965: Remove unnecessary headers.Vinson Lee2010-01-303-3/+0
* | i915: Remove unnecessary headers.Vinson Lee2010-01-302-2/+0
* | intel: Respect texture tiling when doing a PBO blit teximage upload.Eric Anholt2010-01-301-1/+2
* | intel: Fix inverting of inversion test for windows in glClear cleanup.Eric Anholt2010-01-301-2/+2
* | Merge commit 'lb2/arb_fragment_coord_conventions'Keith Whitwell2010-01-293-4/+74
|\ \
| * | st/mesa: Gallium support for ARB_fragment_coord_conventions (v4)Luca Barbieri2010-01-292-3/+72
| * | mesa: don't expose GL_ARB_fragment_coord_conventions until the GLSL part is doneLuca Barbieri2010-01-291-1/+2