summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-21build: Add --enable-gallium-osmesa flag.Matt Turner3-8/+27
2013-08-21glsl: Give a warning, not an error, for UBO qualifiers on non-matrices.Ian Romanick1-6/+12
2013-08-21glsl: Remove ubo_qualifiers_allowed variable.Matt Turner4-11/+2
2013-08-21glsl: Drop duplicate error messages.Matt Turner1-12/+1
2013-08-21glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_allowed.Matt Turner4-6/+6
2013-08-21i965/fs: Add code to print out global copy propagation sets.Kenneth Graunke1-0/+30
2013-08-21osmesa: Symlink shared library to LIB_DIRArmin K1-0/+1
2013-08-21svga: minor clean-ups in emit_hw_vs_vdecl()Brian Paul1-6/+6
2013-08-21gallivm: unify sin and cos implementationRoland Scheidegger2-255/+53
2013-08-21gallivm: add comment for bogus min/mag filter selection with nearest mip filterRoland Scheidegger3-2/+10
2013-08-21gallivm: fix rho calculation for 1d caseRoland Scheidegger1-1/+1
2013-08-21i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)Ville Syrjälä8-17/+12
2013-08-21i965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)Ville Syrjälä2-3/+11
2013-08-21glapi/gen: build temporary files in the build directoryMaarten Lankhorst1-4/+4
2013-08-21mesa: Never advertise _S3TC compressed formatsIan Romanick1-12/+0
2013-08-21mesa: Only advertise GL_ETC1_RGB8_OES in ES contextsIan Romanick1-1/+9
2013-08-21glsl: Track existence of default float precision in GLSL ES fragment shadersIan Romanick2-4/+68
2013-08-21glsl: Merge precision qualifiers tooIan Romanick1-0/+3
2013-08-21glsl: Pass type to is_valid_default_precision_type instead of nameIan Romanick1-4/+5
2013-08-21vdpau/decode: Fix comment.Rico Schüller1-1/+1
2013-08-21vl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit formats.Rico Schüller1-1/+6
2013-08-20util: add avx2 and xop detection to cpu detection codeRoland Scheidegger3-2/+59
2013-08-20gallivm: fix bogus aos path detectionRoland Scheidegger1-5/+11
2013-08-20gallivm: do clamping of border color correctly for all formatsRoland Scheidegger2-46/+256
2013-08-20gallivm: implement better control of per-quad/per-element/scalar lodRoland Scheidegger8-55/+149
2013-08-20mesa: use ARRAY_SIZE() macro instead of magic numberBrian Paul1-1/+1
2013-08-20build: fix out-of-tree builds in gallium/auxiliaryRoss Burton1-0/+4
2013-08-20radeonsi: Always pre-load separate VGPRs for centroid vs. center interpolationMichel Dänzer1-1/+2
2013-08-20radeonsi: Fix SPI_BARYC_CNTL register initializationMichel Dänzer1-22/+3
2013-08-20gallium/osmesa: add same checks to OSMesaMakeCurrent as the other osmesaMaarten Lankhorst1-2/+3
2013-08-20gallium/osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst1-3/+2
2013-08-20i965: Shorten sampler loops in precompile key setup.Kenneth Graunke2-2/+4
2013-08-20ilo: add ILO_DEBUG=flushChia-I Wu10-12/+29
2013-08-20ilo: add ILO_DEBUG=drawChia-I Wu5-2/+83
2013-08-19r600g/sb: Move memsets of member structs to within constructor bodies.Vinson Lee2-6/+3
2013-08-19glsl: Use alignment of container record for its first fieldIan Romanick2-2/+28
2013-08-19glsl: Add new overload of program_resource_visitor::visit_field methodIan Romanick2-10/+48
2013-08-19glsl: Disallow embedded structure definitionsIan Romanick3-0/+38
2013-08-19meta: Add default precision qualifier to all fragement shadersIan Romanick1-0/+18
2013-08-19glsl: Add default precision qualifiers for ES builtinsIan Romanick5-0/+6
2013-08-19glsl: Remove extra "types" from error messageIan Romanick1-1/+1
2013-08-19i965: Make the VS binding table as small as possible.Kenneth Graunke1-3/+4
2013-08-19i965/vs: Rework binding table size calculation.Kenneth Graunke5-16/+20
2013-08-19i965/vs: Plumb brw_vec4_prog_data into vec4_generator().Kenneth Graunke3-3/+7
2013-08-19i965/fs: Make the FS binding table as small as possible.Kenneth Graunke1-6/+5
2013-08-19i965/fs: Track the binding table size in brw_wm_prog_data.Kenneth Graunke3-0/+27
2013-08-19i965: Use SURF_INDEX_DRAW() for drawbuffer binding table indices.Kenneth Graunke4-17/+15
2013-08-19i965: Shorten sampler loops in key setup.Kenneth Graunke3-3/+7
2013-08-19i965: Make sampler counts available for the entire drawing operation.Kenneth Graunke4-20/+20
2013-08-19i965: Split the brw_samplers atom into separate FS/VS stages.Kenneth Graunke3-9/+28