summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.Kenneth Graunke2013-08-221-1/+1
* meta: Set correct viewport and projection in decompress_texture_image.Kenneth Graunke2013-08-221-0/+5
* i965: Fix misapplication of gles3 srgb workaroundChad Versace2013-08-221-3/+7
* gallivm: do per-element lod for lod bias and explicit derivs tooRoland Scheidegger2013-08-222-31/+74
* gallivm: (trivial) fix int/uint border color clampingRoland Scheidegger2013-08-221-2/+2
* gallivm: (trivial) fix linear aos sampling of 3d compressed formatsRoland Scheidegger2013-08-221-2/+2
* radeonsi: Fix y/z/w component values of TGSI_SEMANTIC_FOG pixel shader inputsMichel Dänzer2013-08-221-0/+18
* gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.José Fonseca2013-08-223-0/+3
* trace: Handle null tokens.José Fonseca2013-08-221-2/+6
* ilo: do not need last shader stage for 3DSTATE_SBEChia-I Wu2013-08-224-14/+6
* ilo: fix a potential issue with STATE_SIPChia-I Wu2013-08-221-2/+2
* ilo: add GEN check to 3DSTATE_CLIPChia-I Wu2013-08-221-0/+2
* build: Add --enable-gallium-osmesa flag.Matt Turner2013-08-212-2/+2
* glsl: Give a warning, not an error, for UBO qualifiers on non-matrices.Ian Romanick2013-08-211-6/+12
* glsl: Remove ubo_qualifiers_allowed variable.Matt Turner2013-08-214-11/+2
* glsl: Drop duplicate error messages.Matt Turner2013-08-211-12/+1
* glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_allowed.Matt Turner2013-08-214-6/+6
* i965/fs: Add code to print out global copy propagation sets.Kenneth Graunke2013-08-211-0/+30
* osmesa: Symlink shared library to LIB_DIRArmin K2013-08-211-0/+1
* svga: minor clean-ups in emit_hw_vs_vdecl()Brian Paul2013-08-211-6/+6
* gallivm: unify sin and cos implementationRoland Scheidegger2013-08-212-255/+53
* gallivm: add comment for bogus min/mag filter selection with nearest mip filterRoland Scheidegger2013-08-213-2/+10
* gallivm: fix rho calculation for 1d caseRoland Scheidegger2013-08-211-1/+1
* i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)Ville Syrjälä2013-08-218-17/+12
* i965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2)Ville Syrjälä2013-08-212-3/+11
* glapi/gen: build temporary files in the build directoryMaarten Lankhorst2013-08-211-4/+4
* mesa: Never advertise _S3TC compressed formatsIan Romanick2013-08-211-12/+0
* mesa: Only advertise GL_ETC1_RGB8_OES in ES contextsIan Romanick2013-08-211-1/+9
* glsl: Track existence of default float precision in GLSL ES fragment shadersIan Romanick2013-08-212-4/+68
* glsl: Merge precision qualifiers tooIan Romanick2013-08-211-0/+3
* glsl: Pass type to is_valid_default_precision_type instead of nameIan Romanick2013-08-211-4/+5
* vdpau/decode: Fix comment.Rico Schüller2013-08-211-1/+1
* vl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit formats.Rico Schüller2013-08-211-1/+6
* util: add avx2 and xop detection to cpu detection codeRoland Scheidegger2013-08-203-2/+59
* gallivm: fix bogus aos path detectionRoland Scheidegger2013-08-201-5/+11
* gallivm: do clamping of border color correctly for all formatsRoland Scheidegger2013-08-202-46/+256
* gallivm: implement better control of per-quad/per-element/scalar lodRoland Scheidegger2013-08-208-55/+149
* mesa: use ARRAY_SIZE() macro instead of magic numberBrian Paul2013-08-201-1/+1
* build: fix out-of-tree builds in gallium/auxiliaryRoss Burton2013-08-201-0/+4
* radeonsi: Always pre-load separate VGPRs for centroid vs. center interpolationMichel Dänzer2013-08-201-1/+2
* radeonsi: Fix SPI_BARYC_CNTL register initializationMichel Dänzer2013-08-201-22/+3
* gallium/osmesa: add same checks to OSMesaMakeCurrent as the other osmesaMaarten Lankhorst2013-08-201-2/+3
* gallium/osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst2013-08-201-3/+2
* i965: Shorten sampler loops in precompile key setup.Kenneth Graunke2013-08-202-2/+4
* ilo: add ILO_DEBUG=flushChia-I Wu2013-08-2010-12/+29
* ilo: add ILO_DEBUG=drawChia-I Wu2013-08-205-2/+83
* r600g/sb: Move memsets of member structs to within constructor bodies.Vinson Lee2013-08-192-6/+3
* glsl: Use alignment of container record for its first fieldIan Romanick2013-08-192-2/+28
* glsl: Add new overload of program_resource_visitor::visit_field methodIan Romanick2013-08-192-10/+48
* glsl: Disallow embedded structure definitionsIan Romanick2013-08-193-0/+38