summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-09-17x86: Silence unused variable warning on Mac OS X.Vinson Lee
2010-09-17mesa: Silence "'valid_texture_object' defined but not used" warning.Vinson Lee
2010-09-17ir_to_mesa: Remove unused member array_indexed from struct statevar_element.Vinson Lee
2010-09-17mesa: bump version to 7.10Vinson Lee
2010-09-17glsl2: Add flags to enable variable index loweringIan Romanick
2010-09-17dri/nv10: Fix the CLAMP texture wrap mode.Francisco Jerez
2010-09-16meta: Don't bind the created texture object in init_temp_texture().Francisco Jerez
2010-09-16mesa: include mfeatures.h in formats.cBrian Paul
2010-09-16dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent().Francisco Jerez
2010-09-16dri/nouveau: Don't reemit the BO state in nouveau_state_emit().Francisco Jerez
2010-09-16dri/nouveau: Don't request a fake front unnecessarily.Francisco Jerez
2010-09-16dri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPONENT as internal format.Francisco Jerez
2010-09-16dri/nouveau: Add some more extensions.Francisco Jerez
2010-09-16dri/nouveau: Update nouveau_class.h.Francisco Jerez
2010-09-16dri/nv04: Fix provoking vertex.Francisco Jerez
2010-09-16dri/nv04: Fix maximum texture size.Francisco Jerez
2010-09-16dri/nv04: Fix up color mask.Francisco Jerez
2010-09-16dri/nv04: Align SIFM transfer dimensions.Francisco Jerez
2010-09-16dri/nv04: Mipmapping fixes.Francisco Jerez
2010-09-16dri/nv04: Fix PGRAPH_ERRORs when running OA.Francisco Jerez
2010-09-16dri/nv04: Enable eng3dm for A8/L8 textures.Andrew Randrianasulu
2010-09-16dri/nv04: Don't expose ARB_texture_env_combine/dot3.Andrew Randrianasulu
2010-09-16mesa: Update ES APIspec.xml.Chia-I Wu
2010-09-15mesa/st: Silence uninitialized variable warning.Vinson Lee
2010-09-15glsl2: fix signed/unsigned comparison warningBrian Paul
2010-09-15r600c: fix buffer height setting in dri2 caseAndre Maasikas
2010-09-14mesa: Include missing header in program.h.Vinson Lee
2010-09-14r600c: fix setting negative values to bitfieldsAndre Maasikas
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul
2010-09-14mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul
2010-09-14mesa: Remove unnecessary FEATURE tests.Chia-I Wu
2010-09-14mesa: Less FEATURE_ARB_sync tests.Chia-I Wu
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu
2010-09-14mesa/st: ask GLSL to not emit noise since we have a dummy implementationLuca Barbieri
2010-09-14mesa/st: set compiler options based on Gallium shader capsLuca Barbieri
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-13glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmpsLuca Barbieri
2010-09-13i965: Request that returns be lowered in shader mainIan Romanick
2010-09-13glsl: call ir_lower_jumps according to compiler optionsLuca Barbieri
2010-09-13r600c: const buffer sizes must be a multiple of 16 constsAlex Deucher
2010-09-13r600c/eg: remove obselete commentAlex Deucher
2010-09-13r600c/eg: remove unused emit timestamp functionAlex Deucher
2010-09-13r600c/eg: emit CB_BLEND_ALPHA with the other blend valuesAlex Deucher
2010-09-13r600c: remove redundant state emit on evergreenAlex Deucher
2010-09-13mesa: Revert accidentally committed vertex code chunkKristian Høgsberg
2010-09-13r600c: eg: fix typoAndre Maasikas
2010-09-13r600c: eg: 256 float4 constants may need more than 256 bytesAndre Maasikas
2010-09-13r600c: eg - fix uninitialized variableAndre Maasikas
2010-09-13glx: Don't destroy DRI2 drawables for legacy glx drawablesKristian Høgsberg
2010-09-13r600c: remove stray unmap callAndre Maasikas